A Next Boot BL0 Slot response message. More...
#include <sw/device/silicon_creator/lib/boot_svc/boot_svc_next_boot_bl0_slot.h>
Data Fields | |
boot_svc_header_t | header |
Boot services message header. | |
rom_error_t | status |
Response status from the ROM_EXT. | |
uint32_t | primary_bl0_slot |
Which slot is primary. | |
A Next Boot BL0 Slot response message.
Definition at line 54 of file boot_svc_next_boot_bl0_slot.h.
boot_svc_header_t boot_svc_next_boot_bl0_slot_res::header |
Boot services message header.
Definition at line 58 of file boot_svc_next_boot_bl0_slot.h.
uint32_t boot_svc_next_boot_bl0_slot_res::primary_bl0_slot |
Which slot is primary.
Definition at line 66 of file boot_svc_next_boot_bl0_slot.h.
rom_error_t boot_svc_next_boot_bl0_slot_res::status |
Response status from the ROM_EXT.
Definition at line 62 of file boot_svc_next_boot_bl0_slot.h.