-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAKEFILE: update for the new SPI NOR layout
- This supports building EDK2 with Ampere Firmware 1.03 as it changes the SPI-NOR layout to facilitate growing UEFI image. The new SPI-NOR layout: SPI-NOR Absolute ADDRESS Size Description 0x000.0000 0x0007.FFFF 512 KB UEFI ENV 0x008.0000 0x000F.FFFF 512 KB UEFI ENV (backup) 0x010.0000 0x0010.FFFF 64 KB NV-parameter (backup) 0x011.0000 0x0011.FFFF 64 KB NV-parameter 0x012.0000 0x0012.FFFF 64 KB Failsafe status 0x013.0000 0x0015.FFFF 192 KB BERT / Crash dump 0x016.0000 0x001E.FFFF 512 KB DDR parameters 0x01F.0000 0x002E.FFFF 1 MB Secure variable 0x02F.0000 0x003E.FFFF 1 MB Custom MM SP 0x03F.0000 0x003F.FFFF 64 KB Reserved 0x040.0000 0x004F.FFFF 1 MB ATF BL1, BL2, BL31, BL32 0x050.0000 0x005E.FFFF 960 KB ATF reserved 0x05F.0000 0x005F.FFFF 64 KB Board Settings 0x060.0000 0x01FF.FFFF 26 MB UEFI - If ATF SLIM >= 1.03, script will use new SPI NOR layout; otherwise will use old SPI NOR layout - Change short name variables Signed-off-by: Thu Cao <thu.cao@amperecomputing.com>
- Loading branch information
1 parent
a801cf5
commit 41b7273
Showing
2 changed files
with
43 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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