]> git.proxmox.com Git - mirror_edk2.git/shortlog
mirror_edk2.git
2009-06-04 mdkinneyRemove #define for MAX_BBS_ENTRIES
2009-06-04 mdkinneyClean up CSM related include files to match specification
2009-06-04 mdkinneyFix build breaks from comment clean up checkin
2009-06-04 pkandelSecond set of changes based on a review of the code...
2009-06-04 klu2The StringIndex should be casted to UINT16* but not...
2009-06-04 xli24Add ASSERT check for AsmFlushCacheRange().
2009-06-04 eric_tianfix the issue when passing a L"" string to PrintXY.
2009-06-04 vanjeffupdate comments per review comments.
2009-06-04 pkandelReviewed the code comments in the Include/Protocol...
2009-06-04 xli24Remove ASSERT (TotalSize <= sizeof (Buffer));
2009-06-04 klu2Fix issue that build is broken if a dynamic PCD's value...
2009-06-03 klu2Build tool will translate the value of VOID* type PCD...
2009-06-03 gikidyFix an issue in DataHubGetNextRecord.
2009-06-03 eric_tianfix the issue of Inadequate Memory Allocation in Variab...
2009-06-03 qhuang81. Fix the bug that we should use rip relative addressi...
2009-06-03 qhuang8Save label "@F" to 64-bit register (r10) instead of...
2009-06-03 jljustenFix minor typos in comments.
2009-06-03 vanjeffchanged %s to %a to print correct ascii string.
2009-06-03 mdkinneyFix IPF alignment fault caused by addition of BASE_LIST...
2009-06-03 mdkinneyMake sure BASE_LIST is always aligned on a 64-bit boundary
2009-06-03 lgao4Update GenFw tool to zero time/date by default.
2009-06-03 gikidyFix <.><..> can not work correctly on NT32 platform.
2009-06-03 gikidyThe data length of a text request must not exceed the...
2009-06-03 eric_tianmodify the implementation of GetInterface and GetConfig...
2009-06-03 eric_tianfix the HiiStrIdToImage sct failure, which is caused...
2009-06-02 qhuang8Use DiskIo->WriteDisk() API to avoid alignment issue.
2009-06-02 qhuang8Use rip relative addressing for x64 label for Thunk16...
2009-06-02 lgao4Fix bug to fill Startup AP Vector address in FvImage
2009-06-02 klu2The MULTIPLE_THREAD should be choice from "Disable...
2009-06-02 klu2The MULTIPLE_THREAD should be choice from "Disable...
2009-06-02 klu2Add MULTIPLE_THREAD option.
2009-06-01 mdkinneyIncrease source portability by replace the use of EFI_S...
2009-06-01 mdkinneyIncrease source portability by replace the use of EFI_S...
2009-06-01 mdkinneyIncrease source portability by replace the use of EFI_S...
2009-06-01 mdkinneyIncrease source portability by replace the use of EFI_S...
2009-06-01 mdkinney1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelF...
2009-06-01 mdkinney1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelF...
2009-06-01 mdkinney1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelF...
2009-06-01 mdkinney1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelF...
2009-06-01 mdkinneyRemove unnecessary use of gEfiStatusCodeSpecificDataGui...
2009-06-01 mdkinneyRemove unnecessary use of gEfiStatusCodeSpecificDataGuid
2009-06-01 mdkinneyRemove the GUID declared as gEfiStatusCodeDataTypeError...
2009-06-01 mdkinneyRemove the GUID declared as gEfiStatusCodeDataTypeAsser...
2009-06-01 mdkinneyRemove the GUID declared as gEfiStatusCodeDataTypeAsser...
2009-06-01 mdkinneyRemove the GUID declared as gEfiStatusCodeDataTypeExcep...
2009-06-01 klu21, Add checking for input parameter tool tag which...
2009-06-01 qhuang8Update shell binaries to use the newest EDK shell snaps...
2009-06-01 eric_tiana typo of ISCSI string
2009-06-01 eric_tianfix the typo of ISCSI related string.
2009-06-01 qhuang8Remove ShellHotFix.patch since the newest EDK shell...
2009-06-01 vanjeff1. removed an extra call to SetVectorBase() in the...
2009-06-01 lgao4Add directory for the new added Language Library.
2009-06-01 gikidyReplaced ASM_GLOBAL with .global, and add start label...
2009-05-31 mdkinneyChange (UINT8 *) to (CHAR *) to make types the same...
2009-05-31 mdkinneyCorrect parameter names for ASSERT() checks.
2009-05-31 rsun3Update build.exe after StrGather was updated. Add ...
2009-05-31 klu2Fix the bug that PCD driver treat StringTableIndex...
2009-05-31 mdkinneyUpdate SecMain for Nt32 to use WriteFile() for all...
2009-05-31 mdkinneyThis checkin addresses the compatibility issue of passi...
2009-05-30 mdkinneyThis checkin addresses the compatibility issue of passi...
2009-05-30 mdkinneyThis checkin addresses the compatibility issue of passi...
2009-05-30 mdkinneyThis checkin addresses the compatibility issue of passi...
2009-05-30 mdkinneyThis checkin addresses the compatibility issue of passi...
2009-05-30 mdkinneyThis checkin addresses the compatibility issue of passi...
2009-05-30 mdkinneyThis checkin addresses the compatibility issue of passi...
2009-05-28 jljustenAdd more details to OvmfPkg/README for building & running.
2009-05-27 jljustenAdd initial version of Open Virtual Machine Firmware...
2009-05-27 jljustenAdd IdeControllerDxe driver. This driver is very simil...
2009-05-27 jljustenAdd a simple PCI host bridge driver.
2009-05-27 jljustenAdd CPU DXE driver for IA32 & X64 processor architectures.
2009-05-27 jljustenAdd MTRR library for IA32 & X64 processor architectures.
2009-05-27 klu2Fix the bug that build tool and PCD driver can not...
2009-05-26 qhuang8Correct one minor instruction to clear the lower 4...
2009-05-26 qhuang8Fix the bug in x64 thunk code that it cannot handle...
2009-05-26 eric_tianupdate comments on implementation
2009-05-26 eric_tiansync the StrToImage flag of UGA to consistent with GOP
2009-05-26 lgao4Correct GenPage to get the input option value.
2009-05-26 eric_tianfix a bug of incorrectly judge the end of variable...
2009-05-26 lgao4Correct the parameter parser of GenBootSector.
2009-05-26 rsun3Roll back changes to apply GetBestLanguage() in HiiData...
2009-05-26 rsun3Update build.exe after StrGather python script was...
2009-05-26 lgao4Remove the tool PcdSyntaxUpdate.exe. This tool is an...
2009-05-26 lgao4Correct the check to the valid device path. The device...
2009-05-25 rsun3change ISO 639-2 language codes to RFC 4646 codes in...
2009-05-25 lgao4Fix minor bug in tools.
2009-05-25 lgao4Add the checking to the input parameter of tools.
2009-05-22 mdkinneyFix linked list loops
2009-05-21 mdkinneyTerminate the Capability List traversal if the Capabili...
2009-05-21 mdkinneyTerminate the Capability List traversal if the Capabili...
2009-05-21 mdkinneyUpdate module to show real dependencies on the MemoryAl...
2009-05-21 eric_tianupdate the file description of PrintXY and AsciiPrintXY...
2009-05-21 eric_tianupdate the file description of PrintXY and AsciiPrintXY...
2009-05-21 eric_tianrefine the implementation of HiiStringToImage:
2009-05-21 eric_tianupdate the implementation of InternalPrintGraphic to...
2009-05-21 gikidyUpdate revision reference tag.
2009-05-21 klu2Build tool need generate different value macro's name...
2009-05-21 gikidySynchronize code with specs.
2009-05-21 gikidySynchronize code with specs.
2009-05-21 lgao4Update DriverSample and PlatDriOverrideDxe driver to...
2009-05-21 klu2Fix the bug that TAB character in uni file make unicode...
next