]> git.proxmox.com Git - mirror_edk2.git/commit
Current Thunk16.asm implementation clears reserved bits, which does not follow IA32...
authorli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 7 Jan 2013 07:12:19 +0000 (07:12 +0000)
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 7 Jan 2013 07:12:19 +0000 (07:12 +0000)
commit48c8b6a299918612436e84ab22b55be6b88a90a2
tree43399051f0c890f272dc5a6316f86c95625c2e36
parenta7f87053e00ff8a24664b24f745702fa1ece2d80
Current Thunk16.asm implementation clears reserved bits, which does not follow IA32 SDM. Now the fix is to only clear PAE and PSE bit of CR4 for real mode.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14037 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BaseLib/Ia32/Thunk16.S
MdePkg/Library/BaseLib/Ia32/Thunk16.asm
MdePkg/Library/BaseLib/X64/Thunk16.S
MdePkg/Library/BaseLib/X64/Thunk16.asm