Sage#1
Open
hrushirajg23 wants to merge 4 commits into
Open
Conversation
…ng, etc Signed-off-by: Hrushiraj Gandhi <hrushirajg23@gmail.com>
The target board(SAGE) does not implement the SMBus I/O expander used by the ADL-N CRB for Board ID detection. During Stage1B initialization, SBL attempts to read Board ID information from the I/O expander. Since the device is not present on the board, board detection fails and the platform remains in S5. Remove the I/O expander access path and use a fixed BoardIdAdlNDdr5Crb value for platform identification. Currently we use the hardcoded BoardID. Tested on custom ADL-N board and verified successful boot beyond the previous S5 hang point. Signed-off-by: Hrushiraj Gandhi <hrushirajg23@gmail.com>
Update the ADL-N board configuration to reduce the overall Slim Bootloader footprint and enable generation of a 16MB IFWI image as described in Intel document 842369, "Guide to Reduce Intel® Slim Bootloader (Intel® SBL) IFWI Size". The changes reduce the allocation for EPAYLOAD, Stage1B and non-redundant regions to decrease the total flash consumption. Modified regions: - Reduce EPAYLOAD_SIZE from 0x240000 to 0x040000 - Reduce Stage1B size in fast boot configuration - Reduce NON_REDUNDANT_SIZE allocation These changes allow the resulting Slim Bootloader image to fit within a 16MB flash layout when stitched into the IFWI. Ref: Intel Document 842369 Signed-off-by: Hrushiraj Gandhi <hrushirajg23@gmail.com>
Signed-off-by: Hrushiraj Gandhi <hrushirajg23@gmail.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.
No description provided.