mirror of https://github.com/acidanthera/audk.git
55e8ff01af
V5:
1. Add ASSERT to indicate this assumption that environment is 32 bit mode.
2. Add description in INF about this driver's expected result
in different environment.
V4:
Only disable paging when it is enabled.
V3 changes:
No need to change inf file.
V2 changes:
Only disable paging in 32 bit mode, no matter it is enable or not.
V1 changes:
PEI Stack Guard needs to enable paging. This might cause #GP if code
trying to write CR3 register with PML4 page table while the processor
is enabled with PAE paging.
Simply disabling paging before updating CR3 can solve this conflict.
It's an regression caused by change:
|
||
---|---|---|
.. | ||
Ia32 | ||
X64 | ||
S3Resume.c | ||
S3Resume2Pei.inf | ||
S3Resume2Pei.uni | ||
S3Resume2PeiExtra.uni |