#include <fsl_flexspi_nor_boot.h>
Public Attributes | |
uint32_t | boot_data |
uint32_t | csf |
uint32_t | dcd |
uint32_t | entry |
uint32_t | hdr |
uint32_t | reserved1 |
uint32_t | reserved2 |
uint32_t | self |
Definition at line 23 of file fsl_flexspi_nor_boot.h.
uint32_t _ivt_::boot_data |
Absolute address of the Boot Data: may be NULL, but not interpreted any further by HAB
Definition at line 41 of file fsl_flexspi_nor_boot.h.
uint32_t _ivt_::csf |
Absolute address of the image CSF.
Definition at line 45 of file fsl_flexspi_nor_boot.h.
uint32_t _ivt_::dcd |
Absolute address of the image DCD: may be NULL.
Definition at line 37 of file fsl_flexspi_nor_boot.h.
uint32_t _ivt_::entry |
Absolute address of the first instruction to execute from the image
Definition at line 33 of file fsl_flexspi_nor_boot.h.
uint32_t _ivt_::hdr |
hdr with tag #HAB_TAG_IVT, length and HAB version fields (see data)
Definition at line 29 of file fsl_flexspi_nor_boot.h.
uint32_t _ivt_::reserved1 |
Reserved in this version of HAB: should be NULL.
Definition at line 35 of file fsl_flexspi_nor_boot.h.
uint32_t _ivt_::reserved2 |
Reserved in this version of HAB: should be zero.
Definition at line 47 of file fsl_flexspi_nor_boot.h.
uint32_t _ivt_::self |
Absolute address of the IVT.
Definition at line 43 of file fsl_flexspi_nor_boot.h.