Age | Commit message (Expand) | Author | Files | Lines |
2007-05-14 | These updates are for IPF low level assembly library checking in. | gtian | 1 | -1/+1 |
2007-05-14 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1... | gtian | 11 | -88/+1341 |
2007-05-14 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2592 6f1... | gtian | 1 | -2/+11 |
2007-05-14 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2591 6f1... | gtian | 1 | -216/+232 |
2007-05-14 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2590 6f1... | gtian | 4 | -26/+264 |
2007-05-14 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2589 6f1... | gtian | 7 | -0/+1614 |
2007-05-11 | Fix the FV information refresh problem for moduleSA settings in a platform. | jlin16 | 1 | -0/+1 |
2007-05-08 | enabling /Wx and /O1 options, added related flags to this file | vprabhal | 1 | -4/+4 |
2007-05-08 | clean up SFD file. | vanjeff | 1 | -10/+5 |
2007-05-05 | Update BaseLib.h to make the spaces between comments constant. Only added bla... | ajfish | 1 | -0/+231 |
2007-05-05 | Fixed bug in NT32 file system driver. The FileInfo->FileSize returned for a d... | ajfish | 1 | -1/+45 |
2007-04-26 | Safely use MDE StrSize(), instead of its own function calculating string size... | xli24 | 1 | -35/+2 |
2007-04-26 | Remove the package dependency of MdePkg. | qhuang8 | 3 | -40/+27 |
2007-04-26 | Fixed EDKT549 by adding code to check if the module is binary or not before g... | jwang36 | 1 | -3/+5 |
2007-04-20 | Clean up the following module msa files. | lgao4 | 12 | -290/+106 |
2007-04-19 | Perfected MSA files. | vanjeff | 6 | -24/+26 |
2007-04-18 | To cleanup typo error. | yshang1 | 1 | -4/+4 |
2007-04-18 | To fix the GP convert issue, which results in the GP of registered EsalServic... | yshang1 | 1 | -2/+6 |
2007-04-18 | Fix the issue that Windows Server 2003 installation fails on Tiger. | xli24 | 1 | -2/+35 |
2007-04-18 | Remove autogen.h from all dxs files, because autogen.h file has been included... | lgao4 | 49 | -52/+0 |
2007-04-17 | 1. Fixed one bug in UpdateDataCheck(). | vanjeff | 2 | -18/+24 |
2007-04-16 | Fix the inconsistent guid for terminal driver which is used in GeneralBds lib... | klu2 | 2 | -26/+12 |
2007-04-16 | Use siaddr as the PXE server address first and use option 54 when siaddr is N... | qhuang8 | 1 | -7/+12 |
2007-04-16 | 1. UsbMassStorage: Increase the timeout of USBFloppyRead10 and USBFloppyWrite... | qhuang8 | 5 | -14/+58 |
2007-04-13 | Fixed bug of incorrect processing of hexadecimal numbers. | bxing | 1 | -9/+9 |
2007-04-13 | Add link Map option for GCC tool to generate map file. | lgao4 | 1 | -2/+2 |
2007-04-13 | Add link Map option for GCC tool to generate map file. | lgao4 | 1 | -1/+2 |
2007-04-13 | Fixed some issues for IA32 architecture platform build. | vanjeff | 3 | -19/+26 |
2007-04-13 | Add link Map option for GCC tool to generate map file. | lgao4 | 1 | -4/+5 |
2007-04-12 | 1. Added EdkPciIncompatibleDeviceSupportLib in EdkModulePkg, this library is ... | vanjeff | 18 | -412/+2226 |
2007-04-12 | Fix CygWinGCC build failed. When GCC build, map file is not generated. We don... | lgao4 | 1 | -1/+6 |
2007-04-11 | Fix run broken issue for EdkUnixPkg | klu2 | 1 | -1/+3 |
2007-04-11 | 1. Updated LOG file format generated by PeiRebase. | bxing | 3 | -424/+611 |
2007-04-11 | Change default ModuleSA setting panel to be "FV Info" to remind user to speci... | jlin16 | 1 | -2/+3 |
2007-04-11 | Fix the DEVICE_PATH_MESSAGING_SAS GUID definition according to UEFI 2.1 spec. | xli24 | 1 | -1/+1 |
2007-04-11 | Allocate memory in DebugSupport beforehand, in order to avoid calling memory ... | xli24 | 7 | -84/+117 |
2007-04-11 | Merge the patch provided by Johnson | klu2 | 5 | -6/+15 |
2007-04-10 | Perfected MSA files. | vanjeff | 19 | -58/+53 |
2007-04-10 | removed ICC compile issue. | vanjeff | 2 | -12/+10 |
2007-04-10 | Perfected MSA files. | vanjeff | 8 | -42/+48 |
2007-04-09 | Clean up the following module msa files, they are three networt and two PCD m... | lgao4 | 21 | -290/+161 |
2007-04-09 | Remove 3 library instances: EdkDxeDebugLibReportStatusCode, EdkUefiDebugLibCo... | qwang12 | 7 | -1197/+1 |
2007-04-09 | A typo in comments that alignment should be 8 for IPF | klu2 | 1 | -1/+1 |
2007-04-09 | Change the alignment of variable from 2 back to 1 for compability of test case. | klu2 | 1 | -1/+3 |
2007-04-09 | Fix an issue that some image tool will generate PE32+ image with PE32 magic. ... | qhuang8 | 1 | -1/+28 |
2007-04-06 | 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL | qwang12 | 11 | -74/+82 |
2007-04-05 | The ALIGNMENT definition has been moved to common header file. | klu2 | 1 | -7/+0 |
2007-04-05 | Change PcdWinNtFileSystem value is to the correct directory. | lgao4 | 2 | -3/+3 |
2007-04-05 | To fix | xgu3 | 2 | -10/+10 |
2007-04-05 | Clean up the following module msa files, they are edkmodule package ftwlit, C... | lgao4 | 20 | -338/+751 |