summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update logic in Suuported() for PCI-ISA Bridges with Positive Decode to avoid...mdkinney2010-07-021-4/+23
* Fix path in scriptandrewfish2010-07-021-1/+1
* Use same scheme as *.asm file.andrewfish2010-07-021-4/+2
* Make SEC ModuleEntryPoint build with Xcode. Just need another level of indire...andrewfish2010-07-021-4/+6
* Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish2010-07-0260-758/+2493
* Report correct MediaPresentSupported value from Nt32 SNP mode data.xdu22010-07-021-2/+2
* Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block...hhuan132010-07-014-3/+7
* Use ASSERT to check the expression.lgao42010-07-011-1/+1
* 1. fixed one bug to construct config request string header used child handle ...vanjeff2010-07-012-4/+93
* Add routing header type to NetLib.tye12010-06-301-0/+1
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-3062-980/+1191
* Fix FFS file type for binary modules of type UEFI_DRIVERmdkinney2010-06-292-2/+2
* roll back last check-in.vanjeff2010-06-293-19/+13
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10612 6f...vanjeff2010-06-293-13/+19
* 1) Call ProcessNotifyList() to process all Dispatch Notifications after the M...mdkinney2010-06-291-68/+85
* Remove extra references to binary INFs from DSC filemdkinney2010-06-295-24/+34
* Fixed a bug in Mtftp4: to allow the block number to roll over to accept trans...hhuan132010-06-294-15/+49
* Remove unnecessary volatile for local Index variable.lgao42010-06-281-3/+3
* Sync EDKII BaseTools to BaseTools project r1988qhuang82010-06-2841-127/+690
* Update BASE PCI Library that uses CF8/CFC access mechanism for PCI configurat...mdkinney2010-06-251-144/+414
* Simplify DSC/FDF files for OVMF mdkinney2010-06-255-154/+74
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-25617-2047/+2048
* Update BASE_NAME to match the file names of the shell binaries so the INF fil...mdkinney2010-06-251-1/+1
* Update filename case of X64 binary to match the IA32 and IPF binary filenames.mdkinney2010-06-251-1/+1
* Add binary of the shell back with proper case in filename.mdkinney2010-06-251-0/+0
* Remove shell binary with incorrect case in filename.mdkinney2010-06-251-0/+0
* Update BASE_NAME to match the file names of the shell binaries so the INF fil...mdkinney2010-06-251-1/+1
* Fix minor spec compliance issue: "EFI_DEVICE_PATH_CREATE_NODE" should be "EFI...qhuang82010-06-251-3/+3
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2430-248/+248
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2455-293/+293
* Add back the removed pair of "#ifndef VA_START" and "#endif" in recent check-...rsun32010-06-231-0/+5
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2229-42/+42
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter2010-06-22162-165/+165
* PcAtChipsetPkg PciHostBridgeDxe: Fix build warning with GCCjljusten2010-06-191-0/+42
* Update PcAtChipsetPkg PciRootBridgeIo to consume IoLib&PciLib.rsun32010-06-185-334/+439
* Remove some unnecessary clear screen from console drivers.li-elvin2010-06-182-30/+53
* Add a missing parameter description in the function header for CoreFindFreePa...rsun32010-06-171-0/+1
* Fix the bug that definition of EFI_DISPATCH_OPROM_TABLE does not follow Frame...xli242010-06-171-1/+1
* EdkCompatibilityPkg: Fix EFIAPI usage inconsistenciesjljusten2010-06-154-0/+10
* ECP MpServicesOnFrameworkMpServicesThunk: Fix build with GCCjljusten2010-06-152-7/+9
* EdkCompatibilityPkg VA_LIST: Fix build issue with GCC 4.4jljusten2010-06-151-16/+58
* EdkCompatibilityPkg IA32 EfiBind.h: Do not include stdint.hjljusten2010-06-151-36/+21
* Sync FrameworkUefiLib with the MdePkg UefiLibmdkinney2010-06-145-28/+477
* Update NT32 to produce the gEfiMemoryTypeInformation HOBmdkinney2010-06-142-3/+63
* Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryType...mdkinney2010-06-141-0/+1
* Allow gEfiMemoryTypeInformation bins to shrink if boot mode is BOOT_WITH_DEFA...mdkinney2010-06-141-7/+28
* 1) Improve how memory usage is tracked in DXE Coremdkinney2010-06-141-37/+164
* Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang2010-06-136-129/+126
* Initialize the local variable before refer to them. lgao42010-06-124-9/+20
* Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if...mdkinney2010-06-112-8/+32