Commit 17b29f2
committed
Increase DATA_LIMIT to 64 KiB
WHCP System.Fundamentals.Firmware.UEFISecureBoot point 30 dictates:
Reserved Memory for Windows Secure Boot UEFI Variables. A total of at
least 128 KB of non-volatile NVRAM storage memory must be available for
NV UEFI variables (authenticated and unauthenticated, BS and RT) used by
UEFI Secure Boot and Windows, and the maximum supported variable size
must be at least 64 KB. There is no maximum NVRAM storage limit. Note
that this is an increase from Windows 10, version 1703 requirements of
64 KB total and 32 KB variable size. This requirement will become
enforced in the next release cycle, after April 2018.
Signed-off-by: Tu Dinh <[email protected]>1 parent 2a78764 commit 17b29f2
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments