summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Core
AgeCommit message (Expand)AuthorFilesLines
2007-01-311. PEI core needs to check image machine typexgu31-2/+14
2007-01-31Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warn...xli2412-205/+327
2007-01-26Remove private data structure in PEI core entry point.xli242-33/+3
2007-01-25Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli2415-56/+61
2007-01-16Fix several capitalization issues.bbahnsen1-3/+3
2007-01-15Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao42-1/+13
2007-01-12Fix filename case (Ipf instead of ipf)tgingold1-2/+2
2007-01-12Use / as path separatortgingold1-1/+1
2007-01-11Display error message when HOB creation fails due to lack of memory.xli241-0/+3
2007-01-081) Changed the file including as '#include "Ipf\IpfCpuCore.i"' for Intel com...zliu31-41/+41
2006-12-31Integrated FV memory map into R9bxing1-17/+30
2006-12-26Add debug info when allocate pages failed in PeiMain.lgao41-1/+1
2006-12-26Add debug info when decompress failed in DxeIpl and allocate pages failed in ...lgao42-0/+11
2006-12-22Fixed the issue in which local variable "Status" is used but not defined.jwang362-0/+2
2006-12-22Optimize to preallocate big bigs to avoid latter allocations. qhuang81-10/+19
2006-12-22In original DxeIpl64 PEIM, Creating page table is performed before sending En...rsun35-14/+40
2006-12-19Remove some non-existent files from msa files.bbahnsen1-2/+1
2006-12-18Remove commented out inclusion of SalApi.hmdkinney1-4/+0
2006-12-18Only include SAL related definitions if the CPU Arch is IPF mdkinney1-3/+3
2006-12-14Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ...lgao48-193/+119
2006-12-11Fix the bug that could make gMemoryTypeInformation unavailable when gMemoryTy...xgu31-1/+1
2006-12-07(1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION t...lgao42-41/+69
2006-11-30Fix static data initializer syntax for array of union.bbahnsen1-9/+9
2006-11-29Added the StatusCode protocol installation for the IPF architecture; removed ...zliu31-24/+26
2006-11-291) Fix buffer overflow in JUMP_BUFFER in the DXE Core StartImage()mdkinney1-2/+2
2006-11-29Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can corre...lgao43-4/+4
2006-11-29Fix a typo in yesterday's check in.qhuang81-2/+2
2006-11-29Make DxeIpl "assembly-free" to avoid the undesired LongMode.obj code in image...qhuang87-624/+64
2006-11-28Set default value of DxeIplBuildShareCodeHob to FALSE.qhuang81-1/+1
2006-11-28Remove this file for no usage.qhuang81-55/+0
2006-11-28• Set the default value of PcdDxeIplSwitchToLongMode to TRUE.qhuang86-293/+193
2006-11-28Add JumpBuffer field to the static structuremdkinney1-3/+7
2006-11-28Add JumpBuffer field that records the allocated pool address that may be diff...mdkinney1-0/+1
2006-11-28Align the top of the stack correctly when the PEI Core calls SwitchStack()mdkinney1-4/+6
2006-11-27Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and remove DxeIplX64Peim.qhuang818-1772/+351
2006-11-27The performance data for PEI phase should be collected from pre-memory, so mo...klu21-1/+2
2006-11-21Use global variable gInMemory in place of gInMemoryGuid ppi in DxeIplX64 modu...lgao42-29/+4
2006-11-20In core\dxe\Dispatcher\Dispatcher.c uses CoreLoadImage with TRUE parameter of...lgao41-1/+1
2006-11-17Start to port the LongMode stuff to gnu asm.bbahnsen2-0/+297
2006-11-17Fix gcc warnings -- please review affected files.bbahnsen2-1/+3
2006-11-13Fix gcc build break for this module.lgao41-3/+5
2006-11-13Fix build break error.lgao41-1/+1
2006-11-13Add comments about why pre-allocate 32 bytes for load 64bit dxe core and Add ...lgao41-2/+7
2006-11-10Fix to pre-allocate 32bytes in stack to Load X64 Image. lgao41-3/+7
2006-11-09Fix build break from CPU_STACK_ALIGNMENT update.mdkinney1-1/+1
2006-11-09Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase.mdkinney1-1/+2
2006-11-09Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase.mdkinney1-1/+2
2006-11-03 I fixed following bugs in EDKII.mikewuping1-0/+3
2006-11-031. Add the fix for the following Bugs:cwu114-10/+10
2006-10-31Enhance DxeIpl module to support EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE ffs ty...lgao42-35/+86