summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorRaja Das <rajadas2@in.ibm.com>2018-10-11 04:39:17 -0500
committerRAJA DAS <rajadas2@in.ibm.com>2019-02-05 20:56:28 -0600
commit9f9f77cec3cb16d5dc6e5e3f8d417431e4f4ab95 (patch)
tree7678ec46127f76a7e935a8cefd9f613ef16de708 /src/build
parentb2548e2548114cfa220e953b10304fcb9322d0c1 (diff)
downloadtalos-sbe-9f9f77cec3cb16d5dc6e5e3f8d417431e4f4ab95.tar.gz
talos-sbe-9f9f77cec3cb16d5dc6e5e3f8d417431e4f4ab95.zip
L1 loader Axone Pibmem repair parse
- Added a check if Pib repr section is not updated, simply skip parsing pib repr section and continue. Change-Id: I79ead4116c7633e0e37a160304578e978bc407c9 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67336 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: Anusha Reddy Rangareddygari <anusrang@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/build')
-rw-r--r--src/build/utils/power_axone/sbe_link.H5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/build/utils/power_axone/sbe_link.H b/src/build/utils/power_axone/sbe_link.H
index 9c786dec..13a19a67 100644
--- a/src/build/utils/power_axone/sbe_link.H
+++ b/src/build/utils/power_axone/sbe_link.H
@@ -82,6 +82,11 @@
// PK boot offset in header
#define SBE_KERNEL_ENTRY_HEADER_OFFSET 28
+// Pibmem Repair Section XIP HDR
+// Each section table entry is 12Bytes size, Pibmem repair is 6th section
+#define SBE_PIBMEM_REPAIR_SECTION SBE_SEEPROM_BASE_ORIGIN + SBE_XIP_TOC_OFFSET \
+ + 72
+
/// The physical address offset where SBE-SEEPROM code is loaded
///
/// This address *must* be a constant known to the OTPROM code.
OpenPOWER on IntegriCloud