summaryrefslogtreecommitdiffstats
path: root/src/securerom
diff options
context:
space:
mode:
authorRobert Lippert <rlippert@google.com>2017-10-23 17:29:42 -0700
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-24 15:09:28 -0400
commite2637863657ed0c52cb4c00347997ad2cb7bca5f (patch)
tree503d53bf5fd814855cb686ca7819fddd2c4f5518 /src/securerom
parent0ff075bac5d78384a625de70b34b7ef363a25fd6 (diff)
downloadtalos-hostboot-e2637863657ed0c52cb4c00347997ad2cb7bca5f.tar.gz
talos-hostboot-e2637863657ed0c52cb4c00347997ad2cb7bca5f.zip
securerom: remove hbi_ImageId
Similar to commit 951f02c32769 ("bootloader: Remove hbi_ImageId"), the ImageId present in the securerom is now munged into the bootloader as part of the build process resulting in unnecessary SBE updates. Resolves #121 Signed-off-by: Robert Lippert <rlippert@google.com> Change-Id: If5623c68e5c89ee23c81bba062b78c1c98028441 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48719 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/securerom')
-rw-r--r--src/securerom/secureromasm.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/securerom/secureromasm.S b/src/securerom/secureromasm.S
index 62b410639..a57cf7d0b 100644
--- a/src/securerom/secureromasm.S
+++ b/src/securerom/secureromasm.S
@@ -6,6 +6,7 @@
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2017
+# [+] Google Inc.
# [+] International Business Machines Corp.
#
#
@@ -152,7 +153,3 @@ _rom_sreset:
nop
.section .data
-
-.global hbi_ImageId
-hbi_ImageId:
- .space 128
OpenPOWER on IntegriCloud