diff --git a/src/build/buildpnor/defaultPnorLayout.xml b/src/build/buildpnor/defaultPnorLayout.xml index fd4c8ebb56b..6e7c88e3d3d 100644 --- a/src/build/buildpnor/defaultPnorLayout.xml +++ b/src/build/buildpnor/defaultPnorLayout.xml @@ -170,7 +170,7 @@ Layout Description
- Payload (19.875MB) + Payload (6MB) PAYLOAD 0x0600000 diff --git a/src/build/buildpnor/pnorLayoutAxone.xml b/src/build/buildpnor/pnorLayoutAxone.xml index 1c736060f68..2f1d02fc123 100644 --- a/src/build/buildpnor/pnorLayoutAxone.xml +++ b/src/build/buildpnor/pnorLayoutAxone.xml @@ -88,7 +88,6 @@ Layout Description
Guard Data (20K) GUARD - 0x2C000 0x5000 sideless @@ -96,7 +95,6 @@ Layout Description
Hostboot Base (1MB) HBB - 0x31000 0x100000 sideless @@ -105,7 +103,6 @@ Layout Description
Hostboot Data (2MB) HBD - 0x131000 0x200000 sideless @@ -114,7 +111,6 @@ Layout Description
Hostboot Extended image (17.77MB w/o ECC) HBI - 0x331000 0x1400000 sideless @@ -123,7 +119,6 @@ Layout Description
SBE-IPL (Staging Area) (752K) SBE - 0x1731000 0xBC000 @@ -133,7 +128,6 @@ Layout Description
HCODE Ref Image (1.125MB) HCODE - 0x17ED000 0x120000 sideless @@ -142,17 +136,15 @@ Layout Description
Hostboot Runtime Services for Sapphire (8.0MB) HBRT - 0x190D000 0x800000 sideless
- Payload (19.875MB) + Payload (16KB) PAYLOAD - 0x210D000 - 0x13E0000 + 0x4000 sideless @@ -160,7 +152,6 @@ Layout Description
Special PNOR Test Space (36K) TEST - 0x34ED000 0x9000 sideless @@ -171,7 +162,6 @@ Layout Description from skipping header. Signing is forced in build pnor phase --> Special PNOR Test Space with Header (36K) TESTRO - 0x34F6000 0x9000 sideless @@ -182,7 +172,6 @@ Layout Description
Hostboot Bootloader (28K) HBBL - 0x34FF000 0x7000 @@ -193,7 +182,6 @@ Layout Description
Ref Image Ring Overrides (20K) RINGOVD - 0x3506000 0x5000 sideless @@ -201,7 +189,6 @@ Layout Description
SecureBoot Key Transition Partition (16K) SBKT - 0x350B000 0x4000 sideless @@ -209,7 +196,6 @@ Layout Description
OCC Lid (1.125M) OCC - 0x350F000 0x120000 sideless @@ -220,7 +206,6 @@ Layout Description WOFDATA - 0x362F000 0x600000 sideless @@ -229,7 +214,6 @@ Layout Description
FIRDATA (12K) FIRDATA - 0x3C2F000 0x3000 sideless @@ -237,7 +221,6 @@ Layout Description
Secureboot Test Load (12K) TESTLOAD - 0x3C32000 0x3000 sideless @@ -246,7 +229,6 @@ Layout Description
Secure Boot (144K) SECBOOT - 0x3C35000 0x24000 sideless @@ -255,7 +237,6 @@ Layout Description
Open CAPI Memory Buffer (OCMB) Firmware (1164K) OCMBFW - 0x3C59000 0x123000 sideless @@ -265,7 +246,6 @@ Layout Description
HDAT Data (16K) HDAT - 0x3D7C000 0x4000 sideless @@ -275,7 +255,6 @@ Layout Description Eeprom Cache(512K) EECACHE - 0x3D80000 0x80000 sideless diff --git a/src/usr/fapi2/test/fapi2GetChildrenTest.H b/src/usr/fapi2/test/fapi2GetChildrenTest.H index 09ed9a401c5..5dcf025479a 100644 --- a/src/usr/fapi2/test/fapi2GetChildrenTest.H +++ b/src/usr/fapi2/test/fapi2GetChildrenTest.H @@ -706,7 +706,7 @@ void test_fapi2GetChildren() TARGET_STATE_PRESENT).size(); } }, }; - pervasiveChildTestRec* ptr; + pervasiveChildTestRec* ptr = nullptr; int numPervTests = 0; TARGETING::ATTR_MODEL_type l_model = l_proc->getAttr(); if (l_model == TARGETING::MODEL_NIMBUS)