diff --git a/src/build/debug/Hostboot/Dump.pm b/src/build/debug/Hostboot/Dump.pm index 0966e21877c..e7c1c78decd 100755 --- a/src/build/debug/Hostboot/Dump.pm +++ b/src/build/debug/Hostboot/Dump.pm @@ -41,7 +41,7 @@ use constant MEMSTATE_MS_32MEG => 0x20; use constant _KB => 1024; use constant _MB => 1024 * 1024; -# Size of HBB PNOR partition without ECC, page algined down, minus 4K header +# Size of HBB PNOR partition without ECC, page aligned down, minus 4K header use constant MAX_HBB_SIZE => (904 * _KB); # Map the available memory at each state. diff --git a/src/build/debug/fsp-memdump.sh b/src/build/debug/fsp-memdump.sh index d4313d6716c..49e57fa9aa5 100755 --- a/src/build/debug/fsp-memdump.sh +++ b/src/build/debug/fsp-memdump.sh @@ -117,14 +117,14 @@ HB_BASE_HRMOR=`expr 32 \* 1024 \* 1024 \* 1024 \* 1024` HRMOR=`expr ${HB_BASE_HRMOR} \* ${NODE} + ${HB_OFFSET}` echo "NODE: ${NODE} - HRMOR is: ${HRMOR}" -# Using initial STATE, iterate through all the included states dumping each's +# Using initial STATE, iterate through all the included states dumping each # appropriate memory sections. while [[ ${STATE} != BREAK ]] do # *** NOTE: Keep in sync with Dump.pm and bootloaderif.H (MAX_HBB_SIZE) case ${STATE} in 00|0) - # Size of HBB PNOR partition without ECC, page algined down, minus 4K header + # Size of HBB PNOR partition without ECC, page aligned down, minus 4K header dump 0 925696 STATE=BREAK ;; diff --git a/src/usr/secureboot/base/service.C b/src/usr/secureboot/base/service.C index 2674005c0a1..fc44989084d 100644 --- a/src/usr/secureboot/base/service.C +++ b/src/usr/secureboot/base/service.C @@ -98,7 +98,6 @@ void* initializeBase(void* unused) Singleton
::instance().loadSecurely(); } - // Don't extend more than 1/2 cache in VPO as fake PNOR is there // Don't enable SecureRomManager in VPO #ifndef CONFIG_P9_VPO_COMPILE