From a21e34001fdd4b23db226ce25b4b3e17b2a92e1b Mon Sep 17 00:00:00 2001 From: Michael Ryleev Date: Tue, 2 Mar 2021 16:46:00 -0800 Subject: Add support for loading AOC FW through GSA Bug: 177790890 Change-Id: I050744efe4ad66e1496cabb9364e1e32c46671b6 Signed-off-by: Michael Ryleev --- aoc_firmware.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aoc_firmware.h') diff --git a/aoc_firmware.h b/aoc_firmware.h index 2f7a3b6..b481087 100644 --- a/aoc_firmware.h +++ b/aoc_firmware.h @@ -13,9 +13,13 @@ #define AOC_FIRMWARE_OFFSET_INVALID 0xffffffff +#define AOC_AUTH_HEADER_SIZE 4096 + /* Dev builds bypass the UUID check on load */ bool _aoc_fw_is_release(const struct firmware *fw); +bool _aoc_fw_is_signed(const struct firmware *fw); + bool _aoc_fw_is_compatible(const struct firmware *fw); bool _aoc_fw_is_valid(const struct firmware *fw); -- cgit v1.2.3