diff options
| author | spashabk-in <shakeebbk@in.ibm.com> | 2016-12-29 01:11:11 -0600 |
|---|---|---|
| committer | AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> | 2017-02-03 05:09:45 -0500 |
| commit | c835670e2a0e0ba4061fb535a40c55f2532183f1 (patch) | |
| tree | 64d41bd53c1503c0fda5eb7a9cb248450079c20e /src/build/utils | |
| parent | 86844d608200c72970e2fca8fe802892b67ebac9 (diff) | |
| download | talos-sbe-c835670e2a0e0ba4061fb535a40c55f2532183f1.tar.gz talos-sbe-c835670e2a0e0ba4061fb535a40c55f2532183f1.zip | |
DD2 image infrastructure
Change-Id: Iacd98b961f87b805fab788f004d87880c4f5f7e0
cmvc-req:1013262
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34241
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'src/build/utils')
| -rw-r--r-- | src/build/utils/base_ppe_header.S | 2 | ||||
| -rw-r--r-- | src/build/utils/sbe_link.H | 4 | ||||
| -rw-r--r-- | src/build/utils/utils.mk | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/src/build/utils/base_ppe_header.S b/src/build/utils/base_ppe_header.S index 8242f415..da9245ff 100644 --- a/src/build/utils/base_ppe_header.S +++ b/src/build/utils/base_ppe_header.S @@ -139,7 +139,7 @@ __header_string_reserved: .section .strings, "aS", @progbits .section .base, "a", @progbits - P9XipHeader P9_XIP_MAGIC_SEEPROM, 0x80000000, _sbe_image_size + P9XipHeader P9_XIP_MAGIC_SEEPROM, SBE_SEEPROM_BASE_ORIGIN, _sbe_image_size // Create the .fixed section .proc_sbe_fixed_system diff --git a/src/build/utils/sbe_link.H b/src/build/utils/sbe_link.H index 6c8c95ff..a4394aa6 100644 --- a/src/build/utils/sbe_link.H +++ b/src/build/utils/sbe_link.H @@ -65,6 +65,10 @@ /// The link address of the P9 SBE Base image #define SBE_SEEPROM_BASE_ORIGIN 0x80000000 +#ifdef DD2 +#undef SBE_SEEPROM_BASE_ORIGIN +#define SBE_SEEPROM_BASE_ORIGIN 0xFF800000 +#endif /// This Index depends upon XIP HEADER File /// Each section table entry is 12 bytes(SIZE_OF_SBE_XIP_SECTION) size, diff --git a/src/build/utils/utils.mk b/src/build/utils/utils.mk index 25c1f1d2..6614cd79 100644 --- a/src/build/utils/utils.mk +++ b/src/build/utils/utils.mk @@ -5,7 +5,7 @@ # # OpenPOWER sbe Project # -# Contributors Listed Below - COPYRIGHT 2015,2016 +# Contributors Listed Below - COPYRIGHT 2015,2017 # [+] International Business Machines Corp. # # |

