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
This commit is contained in:
committed by
oliviermartin
parent
0698723204
commit
cb77b48ad9
@@ -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;
|
||||
|
Reference in New Issue
Block a user