From 9eb62396cd9355ed88b82ac90b0ded093a28006f Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Sun, 21 Apr 2019 07:52:36 +0000 Subject: Merge latest upstream changes into tree Shrink skiroot by 1MB to fit new UVISOR partition Note that this breaks BOOTKERNFW block erase / write --- p9Layouts/defaultPnorLayout_64.xml | 64 +++++++++++++++++++++++++++----------- 1 file changed, 45 insertions(+), 19 deletions(-) diff --git a/p9Layouts/defaultPnorLayout_64.xml b/p9Layouts/defaultPnorLayout_64.xml index 666484e..f9d196d 100644 --- a/p9Layouts/defaultPnorLayout_64.xml +++ b/p9Layouts/defaultPnorLayout_64.xml @@ -62,6 +62,7 @@ Layout Description but is across reboots. BMC will clear on power off/on -> Indication that if an ECC error is comsumed on this partition, clear (write 0xFF with good ECC) to the partition to recover + -> Indicates that the partition will be marked read only. --> @@ -123,6 +124,7 @@ Layout Description 0x48000 A + @@ -134,6 +136,7 @@ Layout Description 0x90000 A + @@ -145,6 +148,7 @@ Layout Description 0x48000 A + @@ -155,6 +159,7 @@ Layout Description 0x100000 A +
@@ -173,6 +178,7 @@ Layout Description 0x11A0000 A +
@@ -216,10 +222,10 @@ Layout Description
- Bootloader Kernel (26.5MB) + Bootloader Kernel (25.5MB) BOOTKERNEL 0x1EA1000 - 0x1A80000 + 0x1980000 A @@ -227,7 +233,7 @@ Layout Description
OCC Lid (1.125M) OCC - 0x3921000 + 0x3821000 0x120000 A @@ -237,7 +243,7 @@ Layout Description
Checkstop FIR data (12K) FIRDATA - 0x3A41000 + 0x3941000 0x3000 A @@ -247,7 +253,7 @@ Layout Description
CAPP Lid (144K) CAPP - 0x3A44000 + 0x3944000 0x24000 A @@ -257,7 +263,7 @@ Layout Description
BMC Inventory (36K) BMC_INV - 0x3A68000 + 0x3968000 0x9000 sideless @@ -265,7 +271,7 @@ Layout Description
Hostboot Bootloader (28K) HBBL - 0x3A71000 + 0x3971000 0x7000 @@ -277,7 +283,7 @@ Layout Description
Temporary Attribute Override (32K) ATTR_TMP - 0x3A78000 + 0x3978000 0x8000 A @@ -285,7 +291,7 @@ Layout Description
Permanent Attribute Override (32K) ATTR_PERM - 0x3A80000 + 0x3980000 0x8000 A @@ -295,15 +301,16 @@ Layout Description
PNOR Version (4K) VERSION - 0x3A88000 + 0x3988000 0x1000 A +
IMA Catalog (256K) IMA_CATALOG - 0x3A89000 + 0x3989000 0x40000 A @@ -313,7 +320,7 @@ Layout Description
Ref Image Ring Overrides (128K) RINGOVD - 0x3AC9000 + 0x39C9000 0x20000 A
@@ -322,7 +329,7 @@ Layout Description WOFDATA - 0x3AE9000 + 0x39E9000 0x300000 A @@ -332,7 +339,7 @@ Layout Description
Hostboot deconfig area (64KB) HB_VOLATILE - 0x3DE9000 + 0x3CE9000 0x5000 A @@ -343,7 +350,7 @@ Layout Description
Memory config data (28K) MEMD - 0x3DEE000 + 0x3CEE000 0xE000 A @@ -353,7 +360,7 @@ Layout Description
SecureBoot Key Transition Partition (16K) SBKT - 0x3E02000 + 0x3D02000 0x4000 A @@ -363,18 +370,37 @@ Layout Description
HDAT binary data (16KB) HDAT - 0x3E06000 + 0x3D06000 0x8000 sideless
+
+ Ultravisor binary image (1MB) + UVISOR + 0x3D10000 + 0x100000 + sideless + + +
+
+ Open CAPI Memory Buffer (OCMB) Firmware (300K) + OCMBFW + 0x3E10000 + 0x4B000 + sideless + + + +
Boot kernel firmware data (1.8MB) BOOTKERNFW - 0x3E10000 - 0x1E0000 + 0x3E5B000 + 0x195000 sideless
-- cgit v1.2.1