diff options
Diffstat (limited to 'include/common')
-rw-r--r-- | include/common/bl_common.h | 7 | ||||
-rw-r--r-- | include/common/tbbr/tbbr_img_def.h | 15 |
2 files changed, 15 insertions, 7 deletions
diff --git a/include/common/bl_common.h b/include/common/bl_common.h index bedd496c..af83d784 100644 --- a/include/common/bl_common.h +++ b/include/common/bl_common.h @@ -45,13 +45,6 @@ #define TOP 0x1 #define BOTTOM !TOP -/****************************************************************************** - * Corresponds to the function ID of the only SMC that the BL1 exception - * handlers service. That's why the chosen value is the first function ID of - * the ARM SMC64 range. - *****************************************************************************/ -#define RUN_IMAGE 0xC0000000 - /******************************************************************************* * Constants that allow assembler code to access members of and the * 'entry_point_info' structure at their correct offsets. diff --git a/include/common/tbbr/tbbr_img_def.h b/include/common/tbbr/tbbr_img_def.h index c43c3954..fabe0b94 100644 --- a/include/common/tbbr/tbbr_img_def.h +++ b/include/common/tbbr/tbbr_img_def.h @@ -63,4 +63,19 @@ #define BL32_CERT_ID 14 #define BL33_CERT_ID 15 +/* Non-Trusted ROM Firmware NS_BL1U */ +#define NS_BL1U_IMAGE_ID 16 + +/* Trusted FWU Certificate */ +#define FWU_CERT_ID 17 + +/* Trusted FWU SCP Firmware SCP_BL2U */ +#define SCP_BL2U_IMAGE_ID 18 + +/* Trusted FWU Boot Firmware BL2U */ +#define BL2U_IMAGE_ID 19 + +/* Non-Trusted FWU Firmware NS_BL2U */ +#define NS_BL2U_IMAGE_ID 20 + #endif /* __TBBR_IMG_DEF_H__ */ |