From cb77b48ad9ee73acfb78c1d800ace7417fb7a24e Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Wed, 12 Mar 2014 17:23:33 +0000 Subject: ArmPlatformPkg/BootMonFs: Added support for new revision of the NOR Flash file system Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15324 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h') diff --git a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h index 3ebb5ba54a..c1bef755ae 100644 --- a/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h +++ b/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h @@ -19,9 +19,13 @@ #define HW_IMAGE_FOOTER_SIGNATURE_1 0x464C5348 #define HW_IMAGE_FOOTER_SIGNATURE_2 0x464F4F54 + #define HW_IMAGE_FOOTER_VERSION 1 #define HW_IMAGE_FOOTER_OFFSET 92 +#define HW_IMAGE_FOOTER_VERSION2 2 +#define HW_IMAGE_FOOTER_OFFSET2 96 + typedef struct { CHAR8 Filename[MAX_NAME_LENGTH]; UINT32 Offset; -- cgit v1.2.3