Changeset 93283 in vbox
- Timestamp:
- Jan 17, 2022 7:35:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/efi/efivarstorevfs.cpp
r93115 r93283 2066 2066 /* Read in the block map and verify it as well. */ 2067 2067 uint64_t cbFvVol = 0; 2068 uint 16_t cbFvHdr = sizeof(*pFvHdr);2068 uint64_t cbFvHdr = sizeof(*pFvHdr); 2069 2069 uint64_t offBlockMap = sizeof(*pFvHdr); 2070 2070 for (;;) … … 2513 2513 memcpy(&FtwHdr.GuidSignature, &GuidFtwArea, sizeof(GuidFtwArea)); 2514 2514 FtwHdr.fWorkingBlockValid = RT_H2LE_U32(0xfffffffe); /** @todo */ 2515 FtwHdr.cbWriteQueue = RT_H2LE_U64(0xfe0 ); /* This comes from the default OVMF variable volume. */2515 FtwHdr.cbWriteQueue = RT_H2LE_U64(0xfe0ULL); /* This comes from the default OVMF variable volume. */ 2516 2516 FtwHdr.u32Chksum = RTCrc32(&FtwHdr, sizeof(FtwHdr)); 2517 2517
Note:
See TracChangeset
for help on using the changeset viewer.