Age | Commit message (Expand) | Author |
2007-03-22 | Add return EFI_INVALID_PARAMETER if pointer type parameter for UEFI and Tiano... | qwang12 |
2007-03-22 | Need no zero pool for improving performance. | klu2 |
2007-03-22 | 1. Removed AsmSwitchStackAndBackingStore from BaseLib.h | vanjeff |
2007-03-21 | fix the build broken issue | klu2 |
2007-03-21 | 1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modules | vanjeff |
2007-03-20 | Change the TPL lock level to EFI_TPL_NOTIFY. Variable Service is called in Re... | qwang12 |
2007-03-20 | Removed #ifdef SNP_DEBUG and used debug lib to output information. | vanjeff |
2007-03-20 | 1. Removed #ifdef SNP_DEBUG and used debug lib to output information | vanjeff |
2007-03-19 | Change the EfiAquireLock with RaiseTPL as the call to Boot Service UnloadImag... | qwang12 |
2007-03-16 | Cleanup the msa for PeiVariable. | klu2 |
2007-03-16 | Fix a critical bug: When reading block succeeds but detecting MBR fails, it s... | qhuang8 |
2007-03-16 | Fix the issue that the variable Unicode string may be not aligned on 16-bit b... | klu2 |
2007-03-16 | 1. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATOR | vanjeff |
2007-03-16 | Perfect the msa of the following modules, DiskIo, Partition, English and Ebc. | lgao4 |
2007-03-16 | fixed a build error with Intel IPF compiler | vprabhal |
2007-03-15 | Fix the issue that HiiGetForms does not return correct BufferLength | klu2 |
2007-03-15 | Fix the issue of Wide char help strings cannot break into multiple lines corr... | klu2 |
2007-03-15 | 1. Remove #ifdef _MSC_EXTENSION_ from all source files | vanjeff |
2007-03-14 | changed the guid assignment from constant array to hi and low UINT64s (Intel ... | vprabhal |
2007-03-14 | changed the guid assignment from constant array to hi and low UINT64s (Intel ... | vprabhal |
2007-03-14 | changed the guid assignment from constant array to hi and low UINT64s (Intel ... | vprabhal |
2007-03-14 | redefined the guids as _hi and _lo to deal with intel compiler's method of as... | vprabhal |
2007-03-14 | Add check whether input parameter is NULL before call freepool API defined in... | lgao4 |
2007-03-14 | Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo... | qwang12 |
2007-03-14 | Clean up the gBS sevice (CopyMem, SetMem, AllocatePool, FreePool) with the co... | lgao4 |
2007-03-13 | STATIC should be prefixed for internal functions to pass the stringent compil... | qwang12 |
2007-03-12 | Add a lock to protect the critical region in Service APIs for gEfiSimpleTextO... | qwang12 |
2007-03-12 | Resolve the build break caused by changes to DxeCore. | qwang12 |
2007-03-12 | Add a lock to protect the critical region in Service APIs for UEFI Runtime Va... | qwang12 |
2007-03-12 | Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt... | qwang12 |
2007-03-12 | Add a lock to protect the critical region in UEFI Boot Service API: Exit() an... | qwang12 |
2007-03-09 | Perfect the msa of the following console, datahub and DebugPort modules. | lgao4 |
2007-03-09 | The latest IPF boot failure is found and is not caused by this fixing, so che... | klu2 |
2007-03-09 | 1) Replace BdsLibGetBootMode with GetBootMode from HobLib of MdePkg. | qwang12 |
2007-03-08 | 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI spec | qhuang8 |
2007-03-07 | Fix the issue of Linux cannot boot and reset on IPF. | xli24 |
2007-03-06 | Do not use return value of REPORT_STATUS_CODE_WITH_DEVICE_PATH to override th... | klu2 |
2007-03-05 | Assign IDE_BLK_IO_DEV.UdmaMode when detecting the disk hardware support UDMA ... | klu2 |
2007-03-05 | Removed EFI_SIZE_REDUCTION_APPLIED and SIZE_REDUCTION_ISA_COMBINED because on... | vanjeff |
2007-03-05 | Rollback wrong commit in r2414 | klu2 |
2007-03-05 | Fix case-sensitive build issue for filename in Linux | klu2 |
2007-03-05 | Add blank line at end of file to pass GCC build. | klu2 |
2007-03-02 | In IdeBus driver block I/O read/write interface, it will always try to use UD... | klu2 |
2007-03-02 | 1.replace macros EFI32 with MDE_CPU_IA32 | vanjeff |
2007-02-28 | 1. Fix an issue about the calculation of GlyphBufferSize | qhuang8 |
2007-02-28 | Add range checking of partition for MBR. | xli24 |
2007-02-28 | 1) add && MDE_CPU_EBC guard for MSC specific pragma in Decode.c as EBC C comp... | qwang12 |
2007-02-27 | Remove the unused library instance EdkNullCustomizedDecompressLib. | lgao4 |
2007-02-27 | Remove the unused library instance EdkNullCustomizedDecompressLib. | lgao4 |
2007-02-27 | 1) add __MSC_EXTENSIONS__ guard for MSC specific pragma in Decode.c | qwang12 |