Backup/sp7 porting checkpoints#56
Open
rajaganeshr wants to merge 4 commits into
Open
Conversation
add new command 'bmc_syslog' to send one line messages over network. supports both unicast, and broadcast. Writes in RFC5424 style messages (<14>uboot-<host>: <line>). bmc_syslog usage: - Auto mode: setenv bmc_syslog_en 1 enables preboot log replay from console record ring. - Manual mode: bmc_syslog "msg" sends a one-off line even when auto mode is disabled. - Destination is broadcast by default (255.255.255.255:514), with optional overrides - bmc_syslog_target=<ipv4> - bmc_syslog_port=<port> Tested: Verified in Kenya Signed-off-by: Rajaganesh Rathinasabapathi <Rajaganesh.Rathinasabapathi@amd.com>
add bmcsyslog commands into board init, to record the console messages into buffer. The messages in buffer are later flushed once network is up (board_late_init). Leveraged from LOG_CONSOLE This allows client to receive early board init messages over network instead of UARTs. Tested: Verified in Kenya Signed-off-by: Rajaganesh Rathinasabapathi <Rajaganesh.Rathinasabapathi@amd.com>
Add special SP8 Hornbill MPS base on the new Board Rev (0x4A) Tested: - Verified in Hornbill MPS Signed-off-by: modolaty <mohsen.dolaty@amd.com>
Add SP7 2P SLT Marrakesh with Board ID 0xB0 and used Morocco DTS Tested: - verified in SP& build Signed-off-by: modolaty <mohsen.dolaty@amd.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync integ_Sp8 head with dev-a2