summaryrefslogtreecommitdiffstats
path: root/src/build/utils/base_ppe_header.S
diff options
context:
space:
mode:
authorkswaroop <krathmar@in.ibm.com>2019-01-31 03:27:56 -0600
committerRAJA DAS <rajadas2@in.ibm.com>2019-02-21 22:39:50 -0600
commit81c84876585779e9c0d7484cca9e61e5351ed872 (patch)
tree74a3e07ad7c4aed91a87479b2f30b29b5955dbb3 /src/build/utils/base_ppe_header.S
parent4529a95e14de37b40ece0c1c0b3894a5bdbf6f58 (diff)
downloadtalos-sbe-81c84876585779e9c0d7484cca9e61e5351ed872.tar.gz
talos-sbe-81c84876585779e9c0d7484cca9e61e5351ed872.zip
PIBMEM only image
pibmem only image can be built for axone with the following command. 'make axone img=pibmem' Change-Id: I2daa352c54aa7ca5483f0c9f43b5a5de2d2bb115 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71130 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>
Diffstat (limited to 'src/build/utils/base_ppe_header.S')
-rw-r--r--src/build/utils/base_ppe_header.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/build/utils/base_ppe_header.S b/src/build/utils/base_ppe_header.S
index 2064a2da..7e9411f2 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,2018 */
+/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -137,7 +137,11 @@ __header_string_reserved:
.section .strings, "aS", @progbits
.section .base, "a", @progbits
+ #ifdef PIBMEM_ONLY_IMAGE
+ P9XipHeader P9_XIP_MAGIC_SEEPROM, SBE_BASE_ORIGIN, _sbe_image_size
+ #else
P9XipHeader P9_XIP_MAGIC_SEEPROM, SBE_SEEPROM_BASE_ORIGIN, _sbe_image_size
+ #endif
// Create the .fixed section
.proc_sbe_fixed_system
OpenPOWER on IntegriCloud