Age | Commit message (Expand) | Author |
2007-06-25 | Add some definitions for efi event in Uefi/UefiSpec.h to follow spec. | vanjeff |
2007-06-04 | MdePkg: | qhuang8 |
2007-04-18 | Remove autogen.h from all dxs files, because autogen.h file has been included... | lgao4 |
2007-04-16 | 1. UsbMassStorage: Increase the timeout of USBFloppyRead10 and USBFloppyWrite... | qhuang8 |
2007-04-06 | 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULL | qwang12 |
2007-04-05 | To fix | xgu3 |
2007-03-28 | 1. Removed #ifndef to enable Capsule architecture protocol on IPF. | vanjeff |
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 | 1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modules | vanjeff |
2007-03-19 | Change the EfiAquireLock with RaiseTPL as the call to Boot Service UnloadImag... | qwang12 |
2007-03-12 | Add a lock to protect the critical region in UEFI Boot Service API: Exit() an... | qwang12 |
2007-03-08 | 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI spec | qhuang8 |
2007-03-02 | 1.replace macros EFI32 with MDE_CPU_IA32 | vanjeff |
2007-02-26 | Clean up MSA file of the checked in modules which include: | qwang12 |
2007-02-14 | Make DxeIpl loop find the required section type in peiprocessfile functions. | lgao4 |
2007-02-12 | Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo... | xli24 |
2007-02-12 | Fix an issue in page allocation. | xli24 |
2007-02-11 | fix a typo in a comment | tgingold |
2007-02-11 | fix a typo in a comment | tgingold |
2007-02-08 | Fix the runtime memory map change issue | jchen20 |
2007-02-08 | Fix the runtime memory map change issue | jchen20 |
2007-02-02 | Make EDK Module Package pass Intel IPF compiler with /Ox switch. | xli24 |
2007-02-01 | Add PeiCore function declaration in PeiMain.h file. | lgao4 |
2007-01-31 | 1. PEI core needs to check image machine type | xgu3 |
2007-01-31 | Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warn... | xli24 |
2007-01-26 | Remove private data structure in PEI core entry point. | xli24 |
2007-01-25 | Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on. | xli24 |
2007-01-16 | Fix several capitalization issues. | bbahnsen |
2007-01-15 | Correct TeImage file format and Clean up PeiRebase tool to remove unused code... | lgao4 |
2007-01-12 | Fix filename case (Ipf instead of ipf) | tgingold |
2007-01-12 | Use / as path separator | tgingold |
2007-01-11 | Display error message when HOB creation fails due to lack of memory. | xli24 |
2007-01-08 | 1) Changed the file including as '#include "Ipf\IpfCpuCore.i"' for Intel com... | zliu3 |
2006-12-31 | Integrated FV memory map into R9 | bxing |
2006-12-26 | Add debug info when allocate pages failed in PeiMain. | lgao4 |
2006-12-26 | Add debug info when decompress failed in DxeIpl and allocate pages failed in ... | lgao4 |
2006-12-22 | Fixed the issue in which local variable "Status" is used but not defined. | jwang36 |
2006-12-22 | Optimize to preallocate big bigs to avoid latter allocations. | qhuang8 |
2006-12-22 | In original DxeIpl64 PEIM, Creating page table is performed before sending En... | rsun3 |
2006-12-19 | Remove some non-existent files from msa files. | bbahnsen |
2006-12-18 | Remove commented out inclusion of SalApi.h | mdkinney |
2006-12-18 | Only include SAL related definitions if the CPU Arch is IPF | mdkinney |
2006-12-14 | Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ... | lgao4 |
2006-12-11 | Fix the bug that could make gMemoryTypeInformation unavailable when gMemoryTy... | xgu3 |
2006-12-07 | (1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION t... | lgao4 |
2006-11-30 | Fix static data initializer syntax for array of union. | bbahnsen |
2006-11-29 | Added the StatusCode protocol installation for the IPF architecture; removed ... | zliu3 |
2006-11-29 | 1) Fix buffer overflow in JUMP_BUFFER in the DXE Core StartImage() | mdkinney |