UDK2018 IntelFrameworkModulePkg Notes
-
Add IoMmu Support in
LegacyBiosDxe
. -
Update
FwVolDxe
to get FV auth status propagated from PEI for PI 1.5. -
Update
FwVolDxe
to supportFFS_ATTRIB_DATA_ALIGNMENT_2
for PI 1.5. -
Update
LegacyBiosDxe
,KeyboardDxe
to use macro toenable/disable page 0
.
- Remove the useless performance "
Perf
" codes inBdsDxe
andGenericBdsLib
.
-
Fix misuse of
AllocateCopyPool
that causes heap memory overflow. -
Update
KeyboardDxe
andPs2KeyboardDxe ReadKeyStrokeEx()
always return key state. -
Fix Xcode 9 Beta treating 32-bit left shift as undefined