From 81c84876585779e9c0d7484cca9e61e5351ed872 Mon Sep 17 00:00:00 2001 From: kswaroop Date: Thu, 31 Jan 2019 03:27:56 -0600 Subject: 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 Tested-by: FSP CI Jenkins Reviewed-by: RAJA DAS --- src/build/utils/base_ppe_header.S | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/build/utils/base_ppe_header.S') 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 -- cgit v1.2.1