summaryrefslogtreecommitdiffstats
path: root/src/bootloader
diff options
context:
space:
mode:
authorBrian Bakke <bbakke@us.ibm.com>2017-11-15 11:17:17 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-11-19 13:15:50 -0500
commit5353e40a1ad90530b9678233b0f52eb0b54535e4 (patch)
tree824018fce77bab124bbe5416c657d2edc51ab8fb /src/bootloader
parent9470c51fc4861bd7fcb0c68d8eade5dc62f1fa5e (diff)
downloadtalos-hostboot-5353e40a1ad90530b9678233b0f52eb0b54535e4.tar.gz
talos-hostboot-5353e40a1ad90530b9678233b0f52eb0b54535e4.zip
Story 179465 - Smarter HBBL id handling ...
to avoid constant SBE updates Change-Id: Id02c7eb95a8e83274968477514130512ee553968 RTC: 179465 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49748 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> 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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/bootloader')
-rw-r--r--src/bootloader/bl_start.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/bootloader/bl_start.S b/src/bootloader/bl_start.S
index 343d84263..0110c2401 100644
--- a/src/bootloader/bl_start.S
+++ b/src/bootloader/bl_start.S
@@ -386,6 +386,13 @@ switchToHBB:
.section .data
+ .balign 16
+ .byte 'H', 'B', 'B', 'L', ' ', 'I', 'D', ' '
+ .byte 'S', 'T', 'R', 'I', 'N', 'G', ' ', '='
+.global hbi_ImageId
+hbi_ImageId:
+ .space 128
+
.global bootloader_end_address
bootloader_end_address:
.quad HBBL_END_ADDRESS
OpenPOWER on IntegriCloud