summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h
diff options
context:
space:
mode:
authorOlivier Martin <olivier.martin@arm.com>2014-03-12 17:23:33 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2014-03-12 17:23:33 +0000
commitcb77b48ad9ee73acfb78c1d800ace7417fb7a24e (patch)
tree236984310baa63a42501111597630f9f97e5c71a /ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h
parent0698723204155fd5b9710e6a1de445782443b191 (diff)
downloadedk2-cb77b48ad9ee73acfb78c1d800ace7417fb7a24e.tar.gz
edk2-cb77b48ad9ee73acfb78c1d800ace7417fb7a24e.tar.bz2
edk2-cb77b48ad9ee73acfb78c1d800ace7417fb7a24e.zip
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 <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15324 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h')
-rw-r--r--ArmPlatformPkg/FileSystem/BootMonFs/BootMonFsHw.h4
1 files changed, 4 insertions, 0 deletions
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;