Age | Commit message (Expand) | Author | Files | Lines |
2007-03-21 | fix the build broken issue | klu2 | 1 | -0/+3 |
2007-03-21 | 1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modules | vanjeff | 22 | -1132/+434 |
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 | 11 | -217/+202 |
2007-03-19 | Change the EfiAquireLock with RaiseTPL as the call to Boot Service UnloadImag... | qwang12 | 1 | -10/+17 |
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 | 6 | -64/+139 |
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 | 14 | -489/+309 |
2007-03-14 | changed the guid assignment from constant array to hi and low UINT64s (Intel ... | vprabhal | 1 | -10/+40 |
2007-03-14 | changed the guid assignment from constant array to hi and low UINT64s (Intel ... | vprabhal | 1 | -2/+8 |
2007-03-14 | changed the guid assignment from constant array to hi and low UINT64s (Intel ... | vprabhal | 1 | -8/+32 |
2007-03-14 | redefined the guids as _hi and _lo to deal with intel compiler's method of as... | vprabhal | 1 | -1/+81 |
2007-03-14 | Add check whether input parameter is NULL before call freepool API defined in... | lgao4 | 2 | -4/+8 |
2007-03-14 | Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo... | qwang12 | 5 | -23/+9 |
2007-03-14 | Clean up the gBS sevice (CopyMem, SetMem, AllocatePool, FreePool) with the co... | lgao4 | 16 | -405/+536 |
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 | Resolve the build break caused by changes to DxeCore. | qwang12 | 1 | -7/+63 |
2007-03-12 | Add a lock to protect the critical region in Service APIs for UEFI Runtime Va... | qwang12 | 12 | -125/+275 |
2007-03-12 | Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt... | qwang12 | 3 | -36/+103 |
2007-03-12 | Add a lock to protect the critical region in UEFI Boot Service API: Exit() an... | qwang12 | 1 | -7/+25 |
2007-03-09 | Perfect the msa of the following console, datahub and DebugPort modules. | lgao4 | 6 | -37/+65 |
2007-03-09 | The latest IPF boot failure is found and is not caused by this fixing, so che... | klu2 | 5 | -1066/+206 |
2007-03-09 | 1) Replace BdsLibGetBootMode with GetBootMode from HobLib of MdePkg. | qwang12 | 2 | -38/+2 |
2007-03-08 | 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI spec | qhuang8 | 5 | -14/+8 |
2007-03-07 | Fix the issue of Linux cannot boot and reset on IPF. | xli24 | 5 | -201/+1061 |
2007-03-06 | Do not use return value of REPORT_STATUS_CODE_WITH_DEVICE_PATH to override th... | klu2 | 1 | -17/+10 |
2007-03-05 | Assign IDE_BLK_IO_DEV.UdmaMode when detecting the disk hardware support UDMA ... | klu2 | 1 | -1/+5 |
2007-03-05 | Removed EFI_SIZE_REDUCTION_APPLIED and SIZE_REDUCTION_ISA_COMBINED because on... | vanjeff | 2 | -26/+13 |
2007-03-05 | Rollback wrong commit in r2414 | klu2 | 1 | -0/+6 |
2007-03-05 | Fix case-sensitive build issue for filename in Linux | klu2 | 4 | -9/+3 |
2007-03-05 | Add blank line at end of file to pass GCC build. | klu2 | 1 | -1/+1 |
2007-03-02 | In IdeBus driver block I/O read/write interface, it will always try to use UD... | klu2 | 4 | -1061/+197 |
2007-03-02 | 1.replace macros EFI32 with MDE_CPU_IA32 | vanjeff | 3 | -7/+7 |
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 |
2007-02-28 | 1) add && MDE_CPU_EBC guard for MSC specific pragma in Decode.c as EBC C comp... | qwang12 | 1 | -2/+12 |
2007-02-27 | Remove the unused library instance EdkNullCustomizedDecompressLib. | lgao4 | 4 | -248/+2 |
2007-02-27 | Remove the unused library instance EdkNullCustomizedDecompressLib. | lgao4 | 1 | -1/+0 |
2007-02-27 | 1) add __MSC_EXTENSIONS__ guard for MSC specific pragma in Decode.c | qwang12 | 2 | -2/+4 |
2007-02-26 | Clean up MSA file of the checked in modules which include: | qwang12 | 22 | -154/+376 |
2007-02-25 | Add the definition of IsaIoProtocol. | qhuang8 | 1 | -0/+1 |
2007-02-15 | clean up msa files in EdkModulePkg, removed unnecessary library definitions a... | vanjeff | 10 | -398/+182 |