An empty boot services message. More...
#include <sw/device/silicon_creator/lib/boot_svc/boot_svc_empty.h>
Data Fields | |
boot_svc_header_t | header |
Boot services message header. | |
uint32_t | payload [kBootSvcEmptyPayloadWordCount] |
An arbitrary payload. | |
An empty boot services message.
This message type consists of a payload that is as large as the largest boot services message. ROM_EXT should use an object of this type to initialize the boot services area in the retention SRAM or to clear a boot services request before writing the response. Silicon owner code should use an object of this type to clear a boot services response.
Definition at line 36 of file boot_svc_empty.h.
boot_svc_header_t boot_svc_empty::header |
Boot services message header.
Definition at line 40 of file boot_svc_empty.h.
uint32_t boot_svc_empty::payload[kBootSvcEmptyPayloadWordCount] |
An arbitrary payload.
Definition at line 44 of file boot_svc_empty.h.