diff options
| author | amlal <amlal@el-mahrouss-logic.com> | 2024-03-24 23:07:58 +0100 |
|---|---|---|
| committer | amlal <amlal@el-mahrouss-logic.com> | 2024-03-24 23:07:58 +0100 |
| commit | ab18ee1fd5fced5d6c75840f35455b609ed28223 (patch) | |
| tree | 286bae618afe3e2db8fdd415a63b27a7862610e4 /Private/FirmwareKit | |
| parent | c1c1c7cb8ec2518b746804ecc2be9e0613fe685f (diff) | |
Revision of Handover: Remove bootloader field.
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/FirmwareKit')
| -rw-r--r-- | Private/FirmwareKit/Handover.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/FirmwareKit/Handover.hxx b/Private/FirmwareKit/Handover.hxx index 03242c04..46a860ec 100644 --- a/Private/FirmwareKit/Handover.hxx +++ b/Private/FirmwareKit/Handover.hxx @@ -22,6 +22,7 @@ /* useful macros */ #define kHandoverMagic 0xBADCC +#define kHandoverVersion 0x1011 #define kHandoverStructSz sizeof(HEL::HandoverHeader) @@ -59,7 +60,6 @@ typedef struct HandoverHeader final { struct HandoverInformationHeader { UInt64 f_Magic; UInt64 f_Version; - UInt64 f_Bootloader; voidPtr f_VirtualStart; SizeT f_VirtualSize; |
