Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JadePkg: Fix wrong size in NVRAM Storage Header
The size of NVRAM Storage is 512KB including 192KB for Variable Storage, 64KB for FTW, and 256KB for FTW Spare. The header in the FV should be 8 blocks x 64KB per block instead of 3 blocks. It did not cause the significant issue because EDK2 code adjusts this but it must be changed for a correct definition in NVRAM header. The CheckSum in the header is updated as well. Signed-off-by: Nhi Pham <[email protected]>
- Loading branch information