summaryrefslogtreecommitdiffstats
path: root/EdkModulePkg/Core
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings generated by gcc for ia32 builds:jljusten2008-04-081-1/+1
* Update gHobList in DXE core when GCD relocates hob list.xli242007-08-031-0/+1
* Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.vanjeff2007-06-2514-117/+117
* MdePkg: qhuang82007-06-041-0/+11
* Remove autogen.h from all dxs files, because autogen.h file has been included...lgao42007-04-181-1/+0
* 1. UsbMassStorage: Increase the timeout of USBFloppyRead10 and USBFloppyWrite...qhuang82007-04-161-0/+5
* 1) Initialize gBS, gST, gImageHandle in UefiBootServicesTableLib.c to NULLqwang122007-04-067-63/+63
* To fix xgu32007-04-051-8/+7
* 1. Removed #ifndef to enable Capsule architecture protocol on IPF.vanjeff2007-03-281-5/+0
* Add return EFI_INVALID_PARAMETER if pointer type parameter for UEFI and Tiano...qwang122007-03-221-2/+37
* Need no zero pool for improving performance.klu22007-03-221-15/+9
* 1. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff2007-03-222-4/+4
* 1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff2007-03-213-209/+107
* Change the EfiAquireLock with RaiseTPL as the call to Boot Service UnloadImag...qwang122007-03-191-10/+17
* Add a lock to protect the critical region in UEFI Boot Service API: Exit() an...qwang122007-03-121-7/+25
* 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang82007-03-082-2/+2
* 1.replace macros EFI32 with MDE_CPU_IA32vanjeff2007-03-021-2/+2
* Clean up MSA file of the checked in modules which include:qwang122007-02-265-34/+35
* Make DxeIpl loop find the required section type in peiprocessfile functions. lgao42007-02-141-66/+51
* Update MDE and EdkModule packages for ICC build with /W4 /WX /Ox switches, fo...xli242007-02-121-4/+7
* Fix an issue in page allocation.xli242007-02-121-1/+1
* fix a typo in a commenttgingold2007-02-111-1/+1
* fix a typo in a commenttgingold2007-02-111-1/+1
* Fix the runtime memory map change issue jchen202007-02-081-1/+1
* Fix the runtime memory map change issue jchen202007-02-081-18/+81
* Make EDK Module Package pass Intel IPF compiler with /Ox switch.xli242007-02-021-1/+1
* Add PeiCore function declaration in PeiMain.h file.lgao42007-02-011-1/+33
* 1. PEI core needs to check image machine typexgu32007-01-311-2/+14
* Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warn...xli242007-01-3112-205/+327
* Remove private data structure in PEI core entry point.xli242007-01-262-33/+3
* Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli242007-01-2515-56/+61
* Fix several capitalization issues.bbahnsen2007-01-161-3/+3
* Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao42007-01-152-1/+13
* Fix filename case (Ipf instead of ipf)tgingold2007-01-121-2/+2
* Use / as path separatortgingold2007-01-121-1/+1
* Display error message when HOB creation fails due to lack of memory.xli242007-01-111-0/+3
* 1) Changed the file including as '#include "Ipf\IpfCpuCore.i"' for Intel com...zliu32007-01-081-41/+41
* Integrated FV memory map into R9bxing2006-12-311-17/+30
* Add debug info when allocate pages failed in PeiMain.lgao42006-12-261-1/+1
* Add debug info when decompress failed in DxeIpl and allocate pages failed in ...lgao42006-12-262-0/+11
* Fixed the issue in which local variable "Status" is used but not defined.jwang362006-12-222-0/+2
* Optimize to preallocate big bigs to avoid latter allocations. qhuang82006-12-221-10/+19
* In original DxeIpl64 PEIM, Creating page table is performed before sending En...rsun32006-12-225-14/+40
* Remove some non-existent files from msa files.bbahnsen2006-12-191-2/+1
* Remove commented out inclusion of SalApi.hmdkinney2006-12-181-4/+0
* Only include SAL related definitions if the CPU Arch is IPF mdkinney2006-12-181-3/+3
* Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ...lgao42006-12-148-193/+119
* Fix the bug that could make gMemoryTypeInformation unavailable when gMemoryTy...xgu32006-12-111-1/+1
* (1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION t...lgao42006-12-072-41/+69
* Fix static data initializer syntax for array of union.bbahnsen2006-11-301-9/+9