Address table for the First Stage Bootloader.

Public Attributes#

Header of the First Stage Bootloader table.

Start address of the Main Bootloader.

Location of the Main Bootloader upgrade image.

Public Attribute Documentation#

header#

BootloaderHeader_t FirstBootloaderTable_t::header

Header of the First Stage Bootloader table.


Definition at line 137 of file platform/bootloader/api/btl_interface.h

mainBootloader#

BareBootTable_t* FirstBootloaderTable_t::mainBootloader

Start address of the Main Bootloader.


Definition at line 139 of file platform/bootloader/api/btl_interface.h

upgradeLocation#

BareBootTable_t* FirstBootloaderTable_t::upgradeLocation

Location of the Main Bootloader upgrade image.


Definition at line 141 of file platform/bootloader/api/btl_interface.h