summaryrefslogtreecommitdiffstats
path: root/src/build/buildpnor/genPnorImages.pl
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/buildpnor/genPnorImages.pl
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/buildpnor/genPnorImages.pl')
-rwxr-xr-xsrc/build/buildpnor/genPnorImages.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/buildpnor/genPnorImages.pl b/src/build/buildpnor/genPnorImages.pl
index 2dfe321ec..2b274ae78 100755
--- a/src/build/buildpnor/genPnorImages.pl
+++ b/src/build/buildpnor/genPnorImages.pl
@@ -598,7 +598,7 @@ sub manipulateImages
# Ensure there is enough room at the end of the HBBL partition
# to store the HW keys' hash.
my $hbblRawSize = (-s $bin_file or die "Cannot get size of file $bin_file");
- print "HBBL raw size (no padding/ecc) = $hbblRawSize/$MAX_HBBL_SIZE\n";
+ print "HBBL raw size ($bin_file) (no padding/ecc) = $hbblRawSize/$MAX_HBBL_SIZE\n";
if ($hbblRawSize > $MAX_HBBL_SIZE - HW_KEYS_HASH_SIZE)
{
die "HBBL cannot fit HW Keys' Hash (64 bytes) at the end without overwriting real data";
OpenPOWER on IntegriCloud