summaryrefslogtreecommitdiffstats
path: root/skiboot.lds.S
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2016-03-22 11:18:55 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-04-01 13:11:25 +1100
commit9abe84f83212d6e92c8c3d15f73b8fa26b169fdc (patch)
treea4185e6654566d6ecf113b45b9886e415e2980e5 /skiboot.lds.S
parent198aa67cc87a106923c7de435951d0e4a89d327e (diff)
downloadblackbird-skiboot-9abe84f83212d6e92c8c3d15f73b8fa26b169fdc.tar.gz
blackbird-skiboot-9abe84f83212d6e92c8c3d15f73b8fa26b169fdc.zip
hdata: Initialize SPIRA-H structure
Previous patch reduced reserved space in spira structure. Now its safe to reduce the memory for spira section from 2K to 1K. Create separate memory section with 1K size for SPIRA-H. Also initialize SPIRA-H. FSP makes use of this information to pass various boot time data (like SPIRA-S, etc) to host. Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'skiboot.lds.S')
-rw-r--r--skiboot.lds.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/skiboot.lds.S b/skiboot.lds.S
index 5c8bbbd1..7d3d0cf3 100644
--- a/skiboot.lds.S
+++ b/skiboot.lds.S
@@ -31,6 +31,11 @@ SECTIONS
KEEP(*(.spira.data))
}
+ . = SPIRAH_OFF;
+ .spirah : {
+ KEEP(*(.spirah.data))
+ }
+
. = PROCIN_OFF;
.procin.data : {
KEEP(*(.procin.data))
OpenPOWER on IntegriCloud