Age | Commit message (Expand) | Author | Files | Lines |
2008-04-08 | Fix warnings generated by gcc for ia32 builds: | jljusten | 1 | -3/+3 |
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 | 3 | -18/+18 |
2007-07-04 | Add the Consumption limitation for using DxeExtendSalLib in EdkFvbServiceLib.... | qouyang | 1 | -2/+2 |
2007-07-02 | removing the dependency on EDKDxeSalLib and EdxDxeRuntimeSalLib, instead usin... | vprabhal | 3 | -19/+17 |
2007-06-25 | Add some definitions for efi event in Uefi/UefiSpec.h to follow spec. | vanjeff | 26 | -296/+296 |
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 | 2 | -20/+85 |
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 | 11 | -255/+106 |
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 | 19 | -20/+0 |
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 | 2 | -8/+46 |
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 | 18 | -285/+151 |
2007-04-05 | The ALIGNMENT definition has been moved to common header file. | klu2 | 1 | -7/+0 |
2007-04-05 | Clean up the following module msa files, they are edkmodule package ftwlit, C... | lgao4 | 17 | -158/+107 |
2007-04-05 | 1) Change the alignment from 1 to 2 for IA32 and X64 arch. | klu2 | 5 | -58/+20 |
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-27 | add new blank line for GCC build | klu2 | 1 | -1/+2 |
2007-03-26 | 1. Removed definition for EFI_1_1 from module ConSplitter | vanjeff | 1 | -62/+7 |
2007-03-21 | 1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modules | vanjeff | 15 | -747/+295 |
2007-03-20 | Change the TPL lock level to EFI_TPL_NOTIFY. Variable Service is called in Re... | qwang12 | 2 | -2/+2 |
2007-03-20 | Removed #ifdef SNP_DEBUG and used debug lib to output information. | vanjeff | 2 | -47/+45 |
2007-03-20 | 1. Removed #ifdef SNP_DEBUG and used debug lib to output information | vanjeff | 10 | -185/+202 |
2007-03-16 | Cleanup the msa for PeiVariable. | klu2 | 1 | -3/+0 |
2007-03-16 | Fix a critical bug: When reading block succeeds but detecting MBR fails, it s... | qhuang8 | 1 | -1/+4 |
2007-03-16 | Fix the issue that the variable Unicode string may be not aligned on 16-bit b... | klu2 | 8 | -90/+30 |
2007-03-16 | 1. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATOR | vanjeff | 4 | -62/+72 |
2007-03-16 | Perfect the msa of the following modules, DiskIo, Partition, English and Ebc. | lgao4 | 13 | -113/+95 |
2007-03-16 | fixed a build error with Intel IPF compiler | vprabhal | 1 | -1/+1 |
2007-03-15 | Fix the issue that HiiGetForms does not return correct BufferLength | klu2 | 1 | -24/+28 |
2007-03-15 | Fix the issue of Wide char help strings cannot break into multiple lines corr... | klu2 | 3 | -210/+200 |
2007-03-15 | 1. Remove #ifdef _MSC_EXTENSION_ from all source files | vanjeff | 11 | -438/+285 |
2007-03-14 | Add check whether input parameter is NULL before call freepool API defined in... | lgao4 | 2 | -4/+8 |
2007-03-14 | Clean up the gBS sevice (CopyMem, SetMem, AllocatePool, FreePool) with the co... | lgao4 | 15 | -162/+159 |
2007-03-13 | STATIC should be prefixed for internal functions to pass the stringent compil... | qwang12 | 2 | -0/+4 |
2007-03-12 | Add a lock to protect the critical region in Service APIs for gEfiSimpleTextO... | qwang12 | 1 | -30/+82 |
2007-03-12 | Add a lock to protect the critical region in Service APIs for UEFI Runtime Va... | qwang12 | 12 | -125/+275 |
2007-03-09 | Perfect the msa of the following console, datahub and DebugPort modules. | lgao4 | 6 | -37/+65 |
2007-03-06 | Do not use return value of REPORT_STATUS_CODE_WITH_DEVICE_PATH to override th... | klu2 | 1 | -17/+10 |
2007-02-28 | 1. Fix an issue about the calculation of GlyphBufferSize | qhuang8 | 4 | -92/+122 |
2007-02-28 | Add range checking of partition for MBR. | xli24 | 1 | -3/+3 |