Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-02-15 | Remove the unreferenced local variable. | qwang12 | 1 | -1/+0 |
2007-02-14 | Make DxeIpl loop find the required section type in peiprocessfile functions. | lgao4 | 1 | -66/+51 |
2007-02-14 | Temporarily disable /WX for HelloWorld module, for there is a bug in tool, wh... | xli24 | 1 | -0/+5 |
2007-02-14 | Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library. | qwang12 | 3 | -28/+1218 |
2007-02-14 | Clean up Lib MSAs for EdkModulePkg | qhuang8 | 13 | -109/+53 |
2007-02-12 | Updated for added package | tgingold | 1 | -0/+11 |
2007-02-12 | Logo added | tgingold | 2 | -0/+34 |
2007-02-12 | EdkGenericPlatformBdsLib added | tgingold | 40 | -0/+15657 |
2007-02-12 | EdkGenericBdsLib added | tgingold | 10 | -0/+5016 |
2007-02-12 | Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo... | xli24 | 2 | -5/+8 |
2007-02-12 | Fix an issue in page allocation. | xli24 | 1 | -1/+1 |
2007-02-11 | fix a typo in a comment | tgingold | 1 | -1/+1 |
2007-02-11 | fix a typo in a comment | tgingold | 1 | -1/+1 |
2007-02-11 | fix a typo in a comment | tgingold | 1 | -1/+1 |
2007-02-08 | Fix the runtime memory map change issue | jchen20 | 1 | -1/+1 |
2007-02-08 | Fix the runtime memory map change issue | jchen20 | 1 | -18/+81 |
2007-02-05 | 1.Drop the support of UEFI_APPLICATION for UefiDriverLib | qhuang8 | 6 | -29/+49 |
2007-02-02 | 1. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg. | vanjeff | 1 | -64/+21 |
2007-02-02 | Make EDK Module Package pass Intel IPF compiler with /Ox switch. | xli24 | 6 | -137/+144 |
2007-02-01 | EFI_CONSOLE_CONTROL_PROTOCOL provide the SetMode interface to switch mode be... | klu2 | 1 | -0/+7 |
2007-02-01 | Add PeiCore function declaration in PeiMain.h file. | lgao4 | 1 | -1/+33 |
2007-02-01 | There is a bug in original EdkModulePkg\Library\EdkUefiRuntimeLib\Common\Runt... | klu2 | 1 | -12/+10 |
2007-01-31 | 1. PEI core needs to check image machine type | xgu3 | 3 | -9/+21 |