Age | Commit message (Expand) | Author | Files | Lines |
2008-04-08 | Fix warnings generated by gcc for ia32 builds: | jljusten | 2 | -4/+4 |
2007-08-03 | Update gHobList in DXE core when GCD relocates hob list. | xli24 | 1 | -0/+1 |
2007-07-13 | Remove CommonHeader.h in StatusCodeDxe. | yshang1 | 3 | -26/+28 |
2007-07-10 | changed the Esal call function ids all over the tree | vprabhal | 9 | -132/+157 |
2007-07-05 | Fix the build break of EdkModulePkg. | xli24 | 1 | -8/+8 |
2007-07-04 | Add the Consumption limitation for using DxeExtendSalLib in EdkFvbServiceLib.... | qouyang | 3 | -6/+6 |
2007-07-02 | removing the dependency on EDKDxeSalLib and EdxDxeRuntimeSalLib, instead usin... | vprabhal | 8 | -43/+41 |
2007-06-25 | Add some definitions for efi event in Uefi/UefiSpec.h to follow spec. | vanjeff | 59 | -1771/+1771 |
2007-06-25 | Check in library class declaration for SAL Lib, together with related definit... | xli24 | 1 | -3/+6 |
2007-06-20 | Check in library class definition of ExtendedSalLib. | xli24 | 2 | -0/+447 |
2007-06-05 | 1. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead t... | vanjeff | 3 | -22/+13 |
2007-06-05 | Remove R2627 commit. Roll back R2626. | vanjeff | 3 | -6/+0 |
2007-06-05 | 1. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead t... | vanjeff | 3 | -9/+15 |
2007-06-04 | MdePkg: | qhuang8 | 4 | -24/+105 |
2007-05-31 | Rewrite the confusion statement. | qhuang8 | 1 | -24/+16 |
2007-05-29 | Remove the DXE_DRIVER from Supported Module Type List. | yshang1 | 1 | -1/+1 |
2007-05-29 | Add supported module type. | yshang1 | 1 | -1/+1 |
2007-05-21 | Remove some unnecessary #if/#ifdef from some header files. | vanjeff | 3 | -9/+2 |
2007-05-17 | Fix the bug that destructor should sync with constructor | qhuang8 | 1 | -8/+6 |
2007-04-26 | Safely use MDE StrSize(), instead of its own function calculating string size... | xli24 | 1 | -35/+2 |
2007-04-20 | Clean up the following module msa files. | lgao4 | 12 | -290/+106 |
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 | 21 | -22/+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 | 1 | -13/+6 |
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 some issues for IA32 architecture platform build. | vanjeff | 1 | -19/+6 |
2007-04-12 | 1. Added EdkPciIncompatibleDeviceSupportLib in EdkModulePkg, this library is ... | vanjeff | 18 | -412/+2226 |
2007-04-11 | Fix run broken issue for EdkUnixPkg | klu2 | 1 | -1/+3 |
2007-04-11 | Allocate memory in DebugSupport beforehand, in order to avoid calling memory ... | xli24 | 7 | -84/+117 |
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 | 19 | -288/+157 |
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-06 | 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL | qwang12 | 7 | -63/+63 |
2007-04-05 | The ALIGNMENT definition has been moved to common header file. | klu2 | 1 | -7/+0 |
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 | 18 | -338/+747 |
2007-04-05 | 1) Change the alignment from 1 to 2 for IA32 and X64 arch. | klu2 | 6 | -70/+34 |
2007-04-04 | Change BDS to get the default logo picture by default bmp logo guid. | lgao4 | 3 | -12/+7 |
2007-03-30 | 1. Advance IP in case of Break(3) in breakpoint exception | qhuang8 | 13 | -121/+420 |
2007-03-29 | Variable driver: add checking to make sure flash is properly initialized | qhuang8 | 2 | -2/+9 |
2007-03-29 | 1. Use MemoryAllocationLib to replace boot services memory services functions... | vanjeff | 13 | -394/+357 |
2007-03-29 | [Source] Useless assigning statement in ata and atapi | xgu3 | 2 | -3/+1 |
2007-03-28 | 1. Removed #ifndef to enable Capsule architecture protocol on IPF. | vanjeff | 1 | -5/+0 |