summaryrefslogtreecommitdiffstats
path: root/src/build/debug
diff options
context:
space:
mode:
authorDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-23 10:47:56 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-23 12:45:39 -0600
commita48f4e95990413fdc9c5993cf9061f138910db57 (patch)
treef927d8daa6d1e33a68163ea034a9fa876c7a62bb /src/build/debug
parent2a2071cb681555449f12769c8c3e3d7e03a37d8e (diff)
downloadtalos-hostboot-a48f4e95990413fdc9c5993cf9061f138910db57.tar.gz
talos-hostboot-a48f4e95990413fdc9c5993cf9061f138910db57.zip
Revert "Enhance RAS for case where boot firmware image is too big to load"
This reverts commit ee1cd5b0adfaf133abe846ccbaebe48d7dbded0f. We overran our size constraint in the bootloader. Change-Id: Ib579b5971e5f03131a0b6580cd698e7f725dd383 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72401 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/debug')
-rw-r--r--src/build/debug/Hostboot/BlTrace.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/build/debug/Hostboot/BlTrace.pm b/src/build/debug/Hostboot/BlTrace.pm
index dc001a103..cb310c403 100644
--- a/src/build/debug/Hostboot/BlTrace.pm
+++ b/src/build/debug/Hostboot/BlTrace.pm
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016,2018
+# Contributors Listed Below - COPYRIGHT 2016,2019
# [+] International Business Machines Corp.
#
#
@@ -43,7 +43,6 @@ my %traceText = (
"19" => "Main verify skip verification - SAB unset ",
"1A" => "Main verify component ID succeeded",
"1B" => "Main verify component ID failed",
- "1C" => "Main working length too big",
"20" => "HandleMMIO started",
"21" => "HandleMMIO started using BYTESIZE",
"24" => "HandleMMIO started using WORDSIZE",
OpenPOWER on IntegriCloud