summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changed %s to %a to print correct ascii string.vanjeff2009-06-032-8/+8
* Fix IPF alignment fault caused by addition of BASE_LIST type that was added t...mdkinney2009-06-031-2/+2
* Make sure BASE_LIST is always aligned on a 64-bit boundarymdkinney2009-06-031-4/+4
* Update GenFw tool to zero time/date by default.lgao42009-06-031-0/+0
* Fix <.><..> can not work correctly on NT32 platform.gikidy2009-06-031-3/+4
* The data length of a text request must not exceed the iSCSI target MaxRecvDat...gikidy2009-06-031-2/+2
* modify the implementation of GetInterface and GetConfiguration to force the h...eric_tian2009-06-031-0/+4
* fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of fi...eric_tian2009-06-031-2/+9
* Use DiskIo->WriteDisk() API to avoid alignment issue.qhuang82009-06-021-2/+8
* Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang82009-06-021-1/+1
* Fix bug to fill Startup AP Vector address in FvImagelgao42009-06-021-0/+0
* The MULTIPLE_THREAD should be choice from "Disable", "Enable" but not "TRUE",...klu22009-06-021-0/+0
* The MULTIPLE_THREAD should be choice from "Disable", "Enable" but not "TRUE",...klu22009-06-021-3/+3
* Add MULTIPLE_THREAD option.klu22009-06-021-0/+4
* Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI...mdkinney2009-06-011-7/+7
* Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI...mdkinney2009-06-012-16/+16
* Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI...mdkinney2009-06-012-16/+16
* Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI...mdkinney2009-06-013-19/+19
* 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int...mdkinney2009-06-012-2/+0
* 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int...mdkinney2009-06-011-1/+1
* 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int...mdkinney2009-06-012-9/+0
* 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the Int...mdkinney2009-06-019-38/+47
* Remove unnecessary use of gEfiStatusCodeSpecificDataGuid and sync algorithm w...mdkinney2009-06-014-34/+0
* Remove unnecessary use of gEfiStatusCodeSpecificDataGuidmdkinney2009-06-012-19/+0
* Remove the GUID declared as gEfiStatusCodeDataTypeErrorGuid and EFI_STATUS_CO...mdkinney2009-06-012-19/+0
* Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and EFI_STATUS_C...mdkinney2009-06-012-2/+1
* Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and EFI_STATUS_C...mdkinney2009-06-012-13/+0
* Remove the GUID declared as gEfiStatusCodeDataTypeExceptionHandlerGuid and EF...mdkinney2009-06-012-9/+0
* 1, Add checking for input parameter tool tag which is used to find external t...klu22009-06-012-0/+0
* Update shell binaries to use the newest EDK shell snapshot. This version has ...qhuang82009-06-01157-11/+7
* a typo of ISCSI stringeric_tian2009-06-011-0/+0
* fix the typo of ISCSI related string.eric_tian2009-06-011-0/+0
* Remove ShellHotFix.patch since the newest EDK shell snapshot has integrated t...qhuang82009-06-012-724/+5
* 1. removed an extra call to SetVectorBase() in the SetMode() function.vanjeff2009-06-013-15/+35
* Add directory for the new added Language Library.lgao42009-06-013-4/+4
* Replaced ASM_GLOBAL with .global, and add start label for some files to avoid...gikidy2009-06-018-12/+25
* Change (UINT8 *) to (CHAR *) to make types the same for comparison operationsmdkinney2009-05-311-3/+3
* Correct parameter names for ASSERT() checks.mdkinney2009-05-311-3/+4
* Update build.exe after StrGather was updated. Add -s build flag in EdkShellPk...rsun32009-05-312-0/+3
* Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact...klu22009-05-312-2/+2
* Update SecMain for Nt32 to use WriteFile() for all status code related consol...mdkinney2009-05-312-18/+45
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-311-2/+2
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-303-12/+12
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-302-4/+4
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-302-6/+6
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-307-25/+139
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-305-38/+423
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-307-73/+492
* Add more details to OvmfPkg/README for building & running.jljusten2009-05-281-0/+35
* Add initial version of Open Virtual Machine Firmware (OVMF) platform.jljusten2009-05-2751-0/+6799