summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-12-09 01:14:08 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-01-10 07:36:08 -0500
commit25bfaab4ac12bc2903c38341b32c0d289892127d (patch)
tree0e4502a066a271234b80b8d548efe2e306c8e225 /src/build
parentb47bb02590dadfb37ae8f9dd72d876ee3df7c605 (diff)
downloadtalos-sbe-25bfaab4ac12bc2903c38341b32c0d289892127d.tar.gz
talos-sbe-25bfaab4ac12bc2903c38341b32c0d289892127d.zip
[SBE-code-re-org][5] IPL table re org
Introduce project specific IPL table Change-Id: Ibc22805e6145a241c2e205e69ef10272da67d351 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50743 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/build')
-rw-r--r--src/build/linkerscripts/linkseeprom.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/linkerscripts/linkseeprom.cmd b/src/build/linkerscripts/linkseeprom.cmd
index 35fe8d22..03798df0 100644
--- a/src/build/linkerscripts/linkseeprom.cmd
+++ b/src/build/linkerscripts/linkseeprom.cmd
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -98,7 +98,7 @@ SECTIONS
////////////////////////////////
.text ALIGN(8): {
_text_origin = .; _text_offset = . - _seeprom_origin;
- *\libistep2.a:(.text* ) *\libistep3.a:(.text* ) *\libistep4.a:(.text* ) *\libistepmpipl.a:(.text* ) *\libistep5.a:(.text* ) *\libsbecoreseeprom.a:(.text* ) } > seeprom
+ *\libistep2.a:(.text* ) *\libistep3.a:(.text* ) *\libistep4.a:(.text* ) *\libistepmpipl.a:(.text* ) *\libistep5.a:(.text* ) *\libsbecoreseeprom.a:(.text* ) *\libsbeapppowerseeprom.a:(.text* ) *\libsbeappcommonseeprom.a:(.text* ) } > seeprom
_text_size = . - _text_origin;
////////////////////////////////
OpenPOWER on IntegriCloud