summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-19PcAtChipsetPkg PciHostBridgeDxe: Fix build warning with GCCjljusten1-0/+42
2010-06-18Update PcAtChipsetPkg PciRootBridgeIo to consume IoLib&PciLib.rsun35-334/+439
2010-06-18Remove some unnecessary clear screen from console drivers.li-elvin2-30/+53
2010-06-17Add a missing parameter description in the function header for CoreFindFreePa...rsun31-0/+1
2010-06-17Fix the bug that definition of EFI_DISPATCH_OPROM_TABLE does not follow Frame...xli241-1/+1
2010-06-15EdkCompatibilityPkg: Fix EFIAPI usage inconsistenciesjljusten4-0/+10
2010-06-15ECP MpServicesOnFrameworkMpServicesThunk: Fix build with GCCjljusten2-7/+9
2010-06-15EdkCompatibilityPkg VA_LIST: Fix build issue with GCC 4.4jljusten1-16/+58
2010-06-15EdkCompatibilityPkg IA32 EfiBind.h: Do not include stdint.hjljusten1-36/+21
2010-06-14Sync FrameworkUefiLib with the MdePkg UefiLibmdkinney5-28/+477
2010-06-14Update NT32 to produce the gEfiMemoryTypeInformation HOBmdkinney2-3/+63
2010-06-14Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryType...mdkinney1-0/+1
2010-06-14Allow gEfiMemoryTypeInformation bins to shrink if boot mode is BOOT_WITH_DEFA...mdkinney1-7/+28
2010-06-141) Improve how memory usage is tracked in DXE Coremdkinney1-37/+164
2010-06-13Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang6-129/+126
2010-06-12Initialize the local variable before refer to them. lgao44-9/+20
2010-06-11Add ASSERT() conditions to UEFI Library Print() and AsciiPrint() functions if...mdkinney2-8/+32
2010-06-111.Restore BSP IDT table to AP when AP wakeup.vanjeff8-52/+153
2010-06-11Add more check to make sure code run safely.lgao425-102/+275
2010-06-11Skip restoration of DRx registers to support in-circuit emualators or debugge...rsun34-84/+16
2010-06-11Minor grammatical work--mostly adding periods. Sending separately a list of...myronporter100-271/+271
2010-06-10remove --image-base option EfiLdr.inf, and use GenFw to do image base relocationklu22-6/+19
2010-06-09Update Shell binaries to integrate recent updates in EDK shell project and in...qhuang892-9/+5
2010-06-09Fix the issue that if OEM SMBIOS data includes string, it will cause SmbiosFl...li-elvin3-23/+78
2010-06-05fix GCC X64 build brokenklu21-1/+3
2010-06-05fix X64 build brokenklu21-0/+1
2010-06-04Change MaxBlock to HEX value to avoid GCC build failure.li-elvin1-4/+4
2010-06-04Do the following fix up in SetupBrowser driver:lgao43-57/+51
2010-06-03Fix the issue that ASSERT() at line 1391 incorrectly asserts when order list ...xli241-4/+6
2010-06-03Convert some C-style comments to Doxygen style for coding standard compliance.darylm5032-97/+98
2010-06-02Fixed tracker #203752, Dhcp4 assert issue.hhuan131-2/+4
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao45-2/+44
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao48-140/+306
2010-06-01Fixed issue with InternalX86ReadIdtr referencing LDT read and not IDT read op...geekboy15a2-2/+2
2010-06-01Update EdkShellPkg.dsc read me to add a note to remind developers to update p...qhuang81-2/+5
2010-05-31Correct the svn repository linkklu21-1/+1
2010-05-29Add DMA Lib for generic ARM cache coherency model.andrewfish2-0/+319
2010-05-29Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish11-365/+14
2010-05-28NullDmaLib:DmaMap() function needs to return valid DeviceAddress.andrewfish1-0/+2
2010-05-28Make the [BuildOption] match the others for GCC.andrewfish1-2/+1
2010-05-28Set the default compilers arch flags for these packagesandrewfish3-4/+25
2010-05-28Add a DMA lib that works like PCI_IO protocl. Add a NULL version that would w...andrewfish4-2/+350
2010-05-28If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin2-41/+244
2010-05-28Add Read/Write (16) command to SCSI library.li-elvin3-18/+311
2010-05-28remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib.niruiyu4-75/+0
2010-05-28Fix line ending issue. Update DMA Map primatives to double buffer if buffer d...andrewfish2-179/+223
2010-05-28Add a little more code for SD Card DMA, but make sure it is turned off until...andrewfish1-1/+37
2010-05-27Remove references to a package that does not exist.andrewfish2-19/+3
2010-05-27Add three HiiLib APIs: HiiCreateTextOpCode, HiiCreateDateOpCode and HiiCreate...lgao42-5/+265
2010-05-26synchronize interget type definition from MdePkg's processbinding.h to make b...klu22-37/+21