A Next Boot BL0 Slot request 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. | |
uint32_t | next_bl0_slot |
BL0 slot to boot on next reboot. | |
uint32_t | primary_bl0_slot |
BL0 slot to set as the primary boot slot. | |
A Next Boot BL0 Slot request message.
Definition at line 29 of file boot_svc_next_boot_bl0_slot.h.
boot_svc_header_t boot_svc_next_boot_bl0_slot_req::header |
Boot services message header.
Definition at line 33 of file boot_svc_next_boot_bl0_slot.h.
uint32_t boot_svc_next_boot_bl0_slot_req::next_bl0_slot |
BL0 slot to boot on next reboot.
Definition at line 37 of file boot_svc_next_boot_bl0_slot.h.
uint32_t boot_svc_next_boot_bl0_slot_req::primary_bl0_slot |
BL0 slot to set as the primary boot slot.
Definition at line 41 of file boot_svc_next_boot_bl0_slot.h.