summaryrefslogtreecommitdiffstats
path: root/src/build/utils/power_axone/sbe_link.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/utils/power_axone/sbe_link.H')
-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