mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
Vboot wrapper API - crossystem and header files
Header file changes for wrapper API implementation Crossystem support for reading recovery reason from VbSharedData, and explicit support for version 1 VbSharedData structs. BUG=chromium-os:16970 TEST=make && make runtests; run crossystem on Alex and make sure it still reports recovery_reason in recovery mode. Change-Id: I15195b899583e425d3c9e8df09842d764528e2cb Reviewed-on: http://gerrit.chromium.org/gerrit/3203 Reviewed-by: Tom Wai-Hong Tam <waihong@chromium.org> Reviewed-by: Che-Liang Chiou <clchiou@chromium.org> Tested-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
@@ -8,12 +8,17 @@
|
||||
#ifndef VBOOT_REFERENCE_HOST_COMMON_H_
|
||||
#define VBOOT_REFERENCE_HOST_COMMON_H_
|
||||
|
||||
/* Host is allowed direct use of stdlib funcs such as malloc() and free(),
|
||||
* since it's using the stub implementation from firmware/lib/stub. */
|
||||
#define _STUB_IMPLEMENTATION_
|
||||
|
||||
#include "cryptolib.h"
|
||||
#include "host_key.h"
|
||||
#include "host_keyblock.h"
|
||||
#include "host_misc.h"
|
||||
#include "host_signature.h"
|
||||
#include "utility.h"
|
||||
#include "vboot_api.h"
|
||||
#include "vboot_struct.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user