summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-18Fix the issue that Windows Server 2003 installation fails on Tiger.xli241-2/+35
2007-04-18Remove autogen.h from all dxs files, because autogen.h file has been included...lgao449-52/+0
2007-04-171. Fixed one bug in UpdateDataCheck().vanjeff2-18/+24
2007-04-16Fix the inconsistent guid for terminal driver which is used in GeneralBds lib...klu22-26/+12
2007-04-16Use siaddr as the PXE server address first and use option 54 when siaddr is N...qhuang81-7/+12
2007-04-161. UsbMassStorage: Increase the timeout of USBFloppyRead10 and USBFloppyWrite...qhuang85-14/+58
2007-04-13Fixed bug of incorrect processing of hexadecimal numbers.bxing1-9/+9
2007-04-13Add link Map option for GCC tool to generate map file.lgao41-2/+2
2007-04-13Add link Map option for GCC tool to generate map file.lgao41-1/+2
2007-04-13Fixed some issues for IA32 architecture platform build.vanjeff3-19/+26
2007-04-13Add link Map option for GCC tool to generate map file.lgao41-4/+5
2007-04-121. Added EdkPciIncompatibleDeviceSupportLib in EdkModulePkg, this library is ...vanjeff18-412/+2226
2007-04-12Fix CygWinGCC build failed. When GCC build, map file is not generated. We don...lgao41-1/+6
2007-04-11Fix run broken issue for EdkUnixPkgklu21-1/+3
2007-04-111. Updated LOG file format generated by PeiRebase.bxing3-424/+611
2007-04-11Change default ModuleSA setting panel to be "FV Info" to remind user to speci...jlin161-2/+3
2007-04-11Fix the DEVICE_PATH_MESSAGING_SAS GUID definition according to UEFI 2.1 spec.xli241-1/+1
2007-04-11Allocate memory in DebugSupport beforehand, in order to avoid calling memory ...xli247-84/+117
2007-04-11Merge the patch provided by Johnsonklu25-6/+15
2007-04-10Perfected MSA files.vanjeff19-58/+53
2007-04-10removed ICC compile issue.vanjeff2-12/+10
2007-04-10Perfected MSA files.vanjeff8-42/+48
2007-04-09Clean up the following module msa files, they are three networt and two PCD m...lgao421-290/+161
2007-04-09Remove 3 library instances: EdkDxeDebugLibReportStatusCode, EdkUefiDebugLibCo...qwang127-1197/+1
2007-04-09A typo in comments that alignment should be 8 for IPF klu21-1/+1
2007-04-09Change the alignment of variable from 2 back to 1 for compability of test case.klu21-1/+3
2007-04-09Fix an issue that some image tool will generate PE32+ image with PE32 magic. ...qhuang81-1/+28
2007-04-061) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULLqwang1211-74/+82
2007-04-05The ALIGNMENT definition has been moved to common header file.klu21-7/+0
2007-04-05Change PcdWinNtFileSystem value is to the correct directory.lgao42-3/+3
2007-04-05To fix xgu32-10/+10
2007-04-05Clean up the following module msa files, they are edkmodule package ftwlit, C...lgao420-338/+751
2007-04-05Fixed the incremental build issue for .dxs file by adding .dep generation for...jwang361-1/+9
2007-04-05Open all warning checking for EdkUnixPkg, and current EdkUnixPkg has no warni...klu21-1/+1
2007-04-05Add more judgement.klu21-3/+7
2007-04-051) Change the alignment from 1 to 2 for IA32 and X64 arch.klu26-70/+34
2007-04-05fix build warning issueklu21-1/+1
2007-04-05The alignment of data section also meet with the requirement of section itself.klu21-2/+10
2007-04-05Sync the HII GUID with EDK I code base. Please take note: This GUID is not th...qwang122-24/+24
2007-04-04Fix the TPL broken issue for UnixPkgklu21-14/+26
2007-04-04Change BDS to get the default logo picture by default bmp logo guid. lgao48-66/+15
2007-04-04Fixed issue for ICC, since ICC does not allow to cast data with volatile qual...yshang11-2/+2
2007-04-04Fix the unalignment issue for RODATA section when converting ELF image to PE ...klu21-14/+22
2007-04-04Change the Guid Value of EFI_ISCSI_INITIATOR_NAME_PROTOCOL_GUID.qhuang82-2/+2
2007-04-04Rename the enum value of EFI_STANDBY_BUTTON_PHASE.yshang11-2/+3
2007-04-04Update the MSA for ICC build.yshang11-1/+1
2007-04-03SMMcis defines "Exit" as the one of phases of EFI_SMM_STANDBY_BUTTON_CONTEXT....yshang11-2/+2
2007-04-03Updated MSA file for EBC.yshang14-8/+383
2007-04-03Fixed an issue which a library module could be built even it's not in the act...jwang361-2/+7
2007-04-03Add the ReadWriteBarrier in the Acquire/ReleaseSpin to block the unexpected o...yshang13-19/+392