summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1.Restore BSP IDT table to AP when AP wakeup.vanjeff2010-06-118-52/+153
* Add more check to make sure code run safely.lgao42010-06-1125-102/+275
* Skip restoration of DRx registers to support in-circuit emualators or debugge...rsun32010-06-114-84/+16
* Minor grammatical work--mostly adding periods. Sending separately a list of...myronporter2010-06-11100-271/+271
* remove --image-base option EfiLdr.inf, and use GenFw to do image base relocationklu22010-06-102-6/+19
* Update Shell binaries to integrate recent updates in EDK shell project and in...qhuang82010-06-0992-9/+5
* Fix the issue that if OEM SMBIOS data includes string, it will cause SmbiosFl...li-elvin2010-06-093-23/+78
* fix GCC X64 build brokenklu22010-06-051-1/+3
* fix X64 build brokenklu22010-06-051-0/+1
* Change MaxBlock to HEX value to avoid GCC build failure.li-elvin2010-06-041-4/+4
* Do the following fix up in SetupBrowser driver:lgao42010-06-043-57/+51
* Fix the issue that ASSERT() at line 1391 incorrectly asserts when order list ...xli242010-06-031-4/+6
* Convert some C-style comments to Doxygen style for coding standard compliance.darylm5032010-06-032-97/+98
* Fixed tracker #203752, Dhcp4 assert issue.hhuan132010-06-021-2/+4
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-025-2/+44
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-028-140/+306
* Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a2010-06-012-2/+2
* Update EdkShellPkg.dsc read me to add a note to remind developers to update p...qhuang82010-06-011-2/+5
* Correct the svn repository linkklu22010-05-311-1/+1
* Add DMA Lib for generic ARM cache coherency model.andrewfish2010-05-292-0/+319
* Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish2010-05-2911-365/+14
* NullDmaLib:DmaMap() function needs to return valid DeviceAddress.andrewfish2010-05-281-0/+2
* Make the [BuildOption] match the others for GCC.andrewfish2010-05-281-2/+1
* Set the default compilers arch flags for these packagesandrewfish2010-05-283-4/+25
* Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would w...andrewfish2010-05-284-2/+350
* If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin2010-05-282-41/+244
* Add Read/Write (16) command to SCSI library.li-elvin2010-05-283-18/+311
* remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib.niruiyu2010-05-284-75/+0
* Fix line ending issue. Update DMA Map primatives to double buffer if buffer d...andrewfish2010-05-282-179/+223
* Add a little more code for SD Card DMA, but make sure it is turned off until...andrewfish2010-05-281-1/+37