mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-27 03:33:50 +00:00
VbNvStorage cleanup and comments
BUG=12282 TEST=make && make runtests Review URL: http://codereview.chromium.org/6469059 Change-Id: I912b53ae33d65305353a747cc0bdd2b1ea62a04f
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#define VBOOT_REFERENCE_LOAD_FIRMWARE_FW_H_
|
||||
|
||||
#include "sysincludes.h"
|
||||
#include "vboot_nvstorage.h"
|
||||
|
||||
/* Recommended size of kernel_sign_key_blob in bytes, for
|
||||
* implementations which must preallocate a transfer buffer between
|
||||
@@ -42,6 +43,12 @@ typedef struct LoadFirmwareParams {
|
||||
* will contain the actual key blob
|
||||
* size placed into the buffer. */
|
||||
uint64_t boot_flags; /* Boot flags */
|
||||
VbNvContext* nv_context; /* Context for NV storage. nv_context->raw
|
||||
* must be filled before calling
|
||||
* LoadFirmware(). On output, check
|
||||
* nv_context->raw_changed to see if
|
||||
* nv_context->raw has been modified and
|
||||
* needs saving. */
|
||||
|
||||
/* Outputs from LoadFirmware(); valid only if LoadFirmware() returns
|
||||
* LOAD_FIRMWARE_SUCCESS. */
|
||||
|
||||
Reference in New Issue
Block a user