summaryrefslogtreecommitdiffstats
path: root/src/bootloader/bl_start.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootloader/bl_start.S')
-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