Update change log to include the enabling of component name 2 protocol.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4007 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2007-09-30 03:16:33 +00:00
parent 83cbd279b6
commit 02cc3e9690
1 changed files with 20 additions and 0 deletions

View File

@ -38,6 +38,26 @@ EDK_0000: Compatible: owner
!!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!!
##########################################################################################
==========================================================================================
EDK_4000-4006: 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 MdeModulePkg/Bus/Pci/*
2) Update MdeModulePkg/Bus/Scsi/*
3) Update MdeModulePkg/Bus/Usb/*
4) Update MdeModulePkg/Universal/Disk/*
5) Update MdeModulePkg/Universal/DebugPortDxe/*
6) Update MdeModulePkg/Universal/Console/*
7) Update MdeModulePkg/Universal/Network/*
possible impact:
1) To produce the component name 2 protocol, platform DSC file needs to set feature
flag 'PcdComponentName2Disable' to 'FALSE'
==========================================================================================
EDK_3967: Non-Compatible: lgao4