struct VbCommonParams

Defined at line 161 of file ../../third_party/vboot_reference/firmware/include/vboot_api.h

Data passed by firmware to VbInit(), VbSelectFirmware() and

VbSelectAndLoadKernel().

Note that in UEFI, these are called by different phases in different

processor modes (VbInit() and VbSelectFirmware() = 32-bit PEI,

VbSelectAndLoadKernel() = 64-bit BDS), so the data may be at a different

location between calls.

Public Members

void * gbb_data
uint32_t gbb_size
void * shared_data_blob
uint32_t shared_data_size
void * vboot_context
void * caller_context
struct GoogleBinaryBlockHeader * gbb
struct BmpBlockHeader * bmp