summaryrefslogtreecommitdiffstats
path: root/src/bootloader.ld
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2015-12-17 16:18:46 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-03-03 22:03:29 -0500
commitbcafb757808072be63d2ec0c2e61bca63bcf866e (patch)
tree1a59ace2ec084b9f7e287cd59c051d626e107daf /src/bootloader.ld
parent97f5d0db8ff37ebfd16220b368aea5f5b2da0c10 (diff)
downloadtalos-hostboot-bcafb757808072be63d2ec0c2e61bca63bcf866e.tar.gz
talos-hostboot-bcafb757808072be63d2ec0c2e61bca63bcf866e.zip
Deliver bootloader to fsp and pnor
Minimal load application -- Create the main bootloader application that drives the load, verification, and relocation of the HBB image and that branches execution to the beginning of the HBB memory. Bootloader Stack Space -- Implement option of allocating stack space in main store apart from the bootloader image so as to not use up image space and to allow sufficient stack space. Deliver the HBBL (HostBoot BootLoader) image out to FIPS. Create an HBBL partition in the PNOR. Change-Id: I659f19428a8588c4b9bea13338efd46c70caaf43 RTC:137932 Depends-on:I740f6f8a707760756a261535e62e2d0a849324f8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/809 Tested-by: Jenkins Server Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/bootloader.ld')
-rw-r--r--src/bootloader.ld4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bootloader.ld b/src/bootloader.ld
index 0e2feae9f..0550a58b3 100644
--- a/src/bootloader.ld
+++ b/src/bootloader.ld
@@ -24,7 +24,9 @@
/* */
/* IBM_PROLOG_END_TAG */
base_load_address = 0x00000000;
-text_load_address = 0x00000020;
+/* @TODO-RTC:138273-Support multiple nodes using relative HRMOR */
+/* Text section offset = 12KB (space reserved for exception vectors) */
+text_load_address = 0x00003000;
SECTIONS
{
OpenPOWER on IntegriCloud