summaryrefslogtreecommitdiffstats
path: root/src/kernel/start.S
diff options
context:
space:
mode:
authorMissy Connell <missyc@us.ibm.com>2012-10-22 16:25:14 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-10-24 15:43:41 -0500
commitad829721422d652ea89123c6e4c8aecdee0144af (patch)
treebcf03c419c8aa87e8c235355cd5c2440a3c7266f /src/kernel/start.S
parent799ce7095b6a019d4103685ae85558418b9368c7 (diff)
downloadtalos-hostboot-ad829721422d652ea89123c6e4c8aecdee0144af.tar.gz
talos-hostboot-ad829721422d652ea89123c6e4c8aecdee0144af.zip
Terminate Immediate Structure defintion
- Add include files into the fsp.tar Change-Id: I12a50f7e09f70b1bc6acf436d896b6f3747a7507 RTC:50578 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2115 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/kernel/start.S')
-rw-r--r--src/kernel/start.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kernel/start.S b/src/kernel/start.S
index 41a35735c..2cd97d816 100644
--- a/src/kernel/start.S
+++ b/src/kernel/start.S
@@ -243,6 +243,16 @@ softpatch_stub:
STD_INTERRUPT_NOADDR(softpatch)
.section .text.kernelasm
+
+;// Hostboot descriptor pointer.
+;//
+;// This must be the first entry in the .text.kernelasm section so that it
+;// ends up at 0x2000 in our kernel image.
+kernel_descriptor:
+ .byte 'H', 'O', 'S', 'T', 'B', 'O', 'O', 'T'
+ .quad kernel_hbDescriptor
+
+
;// _main:
;// Set up stack and TOC and call kernel's main.
_main:
OpenPOWER on IntegriCloud