diff options
| author | Sjoerd Simons <[email protected]> | 2019-06-18 23:08:59 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-10-14 09:31:41 +0200 |
| commit | b4eca2d787b09509e6a5a0f597e91bcb00558b4d (patch) | |
| tree | 10c08d502ef36f9c0644514baa4c5761541536d0 /arch/arm/include | |
| parent | 5fba75373b6118a2e7f75740bd7374b534d722c7 (diff) | |
imx :hab: Add hab version command
THe RVT data includes a major and minor version in its header
parameter. Add a new command to print this out.
Signed-off-by: Sjoerd Simons <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/mach-imx/hab.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach-imx/hab.h b/arch/arm/include/asm/mach-imx/hab.h index b905d84bdc8..d8bd77075ae 100644 --- a/arch/arm/include/asm/mach-imx/hab.h +++ b/arch/arm/include/asm/mach-imx/hab.h @@ -189,6 +189,7 @@ typedef void hapi_clock_init_t(void); #define HAB_CID_ROM 0 /**< ROM Caller ID */ #define HAB_CID_UBOOT 1 /**< UBOOT Caller ID*/ +#define HAB_TAG_RVT 0xDD /* ROM Vector Table */ #define HAB_CMD_HDR 0xD4 /* CSF Header */ #define HAB_CMD_WRT_DAT 0xCC /* Write Data command tag */ #define HAB_CMD_CHK_DAT 0xCF /* Check Data command tag */ |
