mirror of https://github.com/acidanthera/audk.git
Update change log to include the enabling of component name 2 protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3999 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9d64ff86b1
commit
866e8172e7
|
@ -38,5 +38,19 @@ EDK_0000: Compatible: owner
|
||||||
!!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!!
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
|
|
||||||
|
==========================================================================================
|
||||||
|
EDK_3896-3898: Compatible: qhuang8
|
||||||
|
|
||||||
|
Class_UefiEnable[0]: Uefi feature -Add component name 2 protocol support for
|
||||||
|
all drivers that support component name protocol
|
||||||
|
|
||||||
|
|
||||||
|
Code Change :
|
||||||
|
1) Update IntelFrameworkModulePkg/Bus/Isa/*
|
||||||
|
2) Update IntelFrameworkModulePkg/Bus/Pci/*
|
||||||
|
3) Update IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/*
|
||||||
|
|
||||||
|
possible impact:
|
||||||
|
1) To produce the component name 2 protocol, platform DSC file needs to set feature
|
||||||
|
flag 'PcdComponentName2Disable' to 'FALSE'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue