summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-25Update BASE_NAME to match the file names of the shell binaries so the INF fil...mdkinney1-1/+1
2010-06-25Update filename case of X64 binary to match the IA32 and IPF binary filenames.mdkinney1-1/+1
2010-06-25Add binary of the shell back with proper case in filename.mdkinney1-0/+0
2010-06-25Remove shell binary with incorrect case in filename.mdkinney1-0/+0
2010-06-25Update BASE_NAME to match the file names of the shell binaries so the INF fil...mdkinney1-1/+1
2010-06-25Fix minor spec compliance issue: "EFI_DEVICE_PATH_CREATE_NODE" should be "EFI...qhuang81-3/+3
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter30-248/+248
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter55-293/+293
2010-06-23Add back the removed pair of "#ifndef VA_START" and "#endif" in recent check-...rsun31-0/+5
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter29-42/+42
2010-06-22Minor grammatical work--mostly adding periods. Items with ONLY period added ...MyronPorter162-165/+165
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