summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorRaja Das <rajadas2@in.ibm.com>2018-09-28 00:54:34 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-12-03 03:37:07 -0600
commitc0a1b5d3de4d2df5f7bf19eb81d7db545a9245fb (patch)
tree7d9595e000dec41f74901c6e479a04a59edb66ab /src/build
parent8c6000a462815e2dc64f21759201e7e390488a0a (diff)
downloadtalos-sbe-c0a1b5d3de4d2df5f7bf19eb81d7db545a9245fb.tar.gz
talos-sbe-c0a1b5d3de4d2df5f7bf19eb81d7db545a9245fb.zip
Support for renaming loader_data section to pibmemrepair_data section
Change-Id: I8fbb0fc941f4ee66cac75285b4e673b82203c2a0 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66772 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/build')
-rw-r--r--src/build/utils/base_ppe_header.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/utils/base_ppe_header.S b/src/build/utils/base_ppe_header.S
index 7e8cbc23..2064a2da 100644
--- a/src/build/utils/base_ppe_header.S
+++ b/src/build/utils/base_ppe_header.S
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -65,7 +65,7 @@ __header_64_reserved:
.xip_section strings
.xip_section loader_text, 4
- .xip_section loader_data, 8, empty=1
+ .xip_section pibrepr_data, 8, empty=1
.xip_section text, 4
.xip_section data, 8, empty=1
.xip_section base, 4
@@ -130,7 +130,7 @@ __header_string_reserved:
.section .fixed, "a", @progbits
.section .fixed_toc, "a", @progbits
- .section .loader_data, "a", @progbits
+ .section .pibrepr_data, "a", @progbits
.section .loader_text, "a", @progbits
.section .toc, "a", @progbits
OpenPOWER on IntegriCloud