Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
cwu11 c51cec2560 The reasons for the changes made are:
1)PciCommand.h: Add some macro constants definitions that will be used by other changes.
2)PciDeviceSupport.c: 
a)Fix the bug that programs Non-Bridge Devices' Interrupt Line Register to 0x00. Although this register is rarely used in modern OS (actually, only Dos still uses it), it is good practice to modify it so it will align the spec. Please refer to PCI 3.0 Spec for the chapter on Interrupt line register.
b) Change the way used to detect VGA device. The old method will fail.
3)PciEnumeratorSupport.c: Make changes so Pci Driver will preserve those bits in Command & Bridge Control Register that were set by Customer's Chipset initialization code. Pci Driver is supposed to only touch those bits that are generic. Problems will arise if we destroy some initializations already done.
4)PciIo.c: PollIo() is not conformant to EFI spec so fix it. Also, some fixes are introduced to better support VGA card. These modifications are supposed to work with fixes in PciDeviceSupport.c.
5) PciOptionromSupport.c:Add the fix to enhance the logic working with OptionRom. Some legacy cards do not report correct imagelength so we add double check.
And add EFI_MIN and EFI_MAX macro definition since they are not currently defined in global files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1738 6f19259b-4bc3-4df7-8a09-765794883524
2006-10-13 04:12:23 +00:00
EdkFatBinPkg Remove the duplicated Copy Right in msa header. 2006-09-27 09:26:40 +00:00
EdkModulePkg The reasons for the changes made are: 2006-10-13 04:12:23 +00:00
EdkNt32Pkg Fixed build break caused by GetPerformanceCounter() in PeiMain module 2006-10-10 14:35:55 +00:00
EdkShellBinPkg Remove the duplicated Copy Right in msa header. 2006-09-27 09:26:40 +00:00
MdePkg DxeCore.h, PeiCis.h and Uefi.h should not include <Protocol/Pcd.h>. If a module need to resolve PCD macro (FixedAtBuild, BinaryPatch or Dynamic), the module should declare that it consume PcdLib library class in MSA file. The Edk II build tool will include "PcdLib.h" in "Autogen.h". 2006-10-10 03:39:55 +00:00
Tools Extract msa license info from inf file. 2006-10-13 03:47:05 +00:00
ReleaseNotes.txt Update the Release notes with more description of setting up gcc. 2006-10-05 16:37:34 +00:00
build.xml Add class header to FrameworkBuildTask. Remove some unused code from top level build.xml. 2006-08-17 06:51:51 +00:00
edksetup.bat Set the comment for JAVA_HOME to point to the minimum release version of SUN JDK, 1.5.0_06, not 1.5.0_04 2006-10-10 23:03:33 +00:00
edksetup.sh Fix EDKT140(CompressDll.dll does not build under cygwin gcc). 2006-08-04 03:17:05 +00:00