summaryrefslogtreecommitdiffstats
path: root/src/include/bootloader/bootloaderif.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/bootloader/bootloaderif.H')
-rw-r--r--src/include/bootloader/bootloaderif.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/bootloader/bootloaderif.H b/src/include/bootloader/bootloaderif.H
index 6c6486e57..e4d422d20 100644
--- a/src/include/bootloader/bootloaderif.H
+++ b/src/include/bootloader/bootloaderif.H
@@ -33,6 +33,9 @@ namespace Bootloader{
// Must be aligned CACHELINE_SIZE of 128 bytes
#define MAX_HBBL_SIZE (20 * KILOBYTE)
+// Location of the HW Key Hash located at the end of the HBBL without ECC
+#define HBBL_HW_KEY_HASH_LOCATION (MAX_HBBL_SIZE - sizeof(SHA512_t))
+
// Size of exception vector reserved space at start of the HBBL section
#define HBBL_EXCEPTION_VECTOR_SIZE (12 * KILOBYTE)
@@ -111,4 +114,4 @@ inline bool BlToHbDataValid (const BlToHbData * i_blToHbData)
} // end namespace bootloader
-#endif \ No newline at end of file
+#endif
OpenPOWER on IntegriCloud