summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Core
AgeCommit message (Expand)Author
2006-12-22Fixed the issue in which local variable "Status" is used but not defined.jwang36
2006-12-22Optimize to preallocate big bigs to avoid latter allocations. qhuang8
2006-12-22In original DxeIpl64 PEIM, Creating page table is performed before sending En...rsun3
2006-12-19Remove some non-existent files from msa files.bbahnsen
2006-12-18Remove commented out inclusion of SalApi.hmdkinney
2006-12-18Only include SAL related definitions if the CPU Arch is IPF mdkinney
2006-12-14Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ...lgao4
2006-12-11Fix 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-30Fix static data initializer syntax for array of union.bbahnsen
2006-11-29Added the StatusCode protocol installation for the IPF architecture; removed ...zliu3
2006-11-291) Fix buffer overflow in JUMP_BUFFER in the DXE Core StartImage()mdkinney
2006-11-29Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can corre...lgao4
2006-11-29Fix a typo in yesterday's check in.qhuang8
2006-11-29Make DxeIpl "assembly-free" to avoid the undesired LongMode.obj code in image...qhuang8
2006-11-28Set default value of DxeIplBuildShareCodeHob to FALSE.qhuang8
2006-11-28Remove this file for no usage.qhuang8
2006-11-28• Set the default value of PcdDxeIplSwitchToLongMode to TRUE.qhuang8
2006-11-28Add JumpBuffer field to the static structuremdkinney
2006-11-28Add JumpBuffer field that records the allocated pool address that may be diff...mdkinney
2006-11-28Align the top of the stack correctly when the PEI Core calls SwitchStack()mdkinney
2006-11-27Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and remove DxeIplX64Peim.qhuang8
2006-11-27The performance data for PEI phase should be collected from pre-memory, so mo...klu2
2006-11-21Use global variable gInMemory in place of gInMemoryGuid ppi in DxeIplX64 modu...lgao4
2006-11-20In core\dxe\Dispatcher\Dispatcher.c uses CoreLoadImage with TRUE parameter of...lgao4
2006-11-17Start to port the LongMode stuff to gnu asm.bbahnsen
2006-11-17Fix gcc warnings -- please review affected files.bbahnsen
2006-11-13Fix gcc build break for this module.lgao4
2006-11-13Fix build break error.lgao4
2006-11-13Add comments about why pre-allocate 32 bytes for load 64bit dxe core and Add ...lgao4
2006-11-10Fix to pre-allocate 32bytes in stack to Load X64 Image. lgao4
2006-11-09Fix build break from CPU_STACK_ALIGNMENT update.mdkinney
2006-11-09Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase.mdkinney
2006-11-09Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase.mdkinney
2006-11-03 I fixed following bugs in EDKII.mikewuping
2006-11-031. Add the fix for the following Bugs:cwu11
2006-10-31Enhance DxeIpl module to support EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE ffs ty...lgao4
2006-10-301. In event.c, a function's name is not spelled correctly, a typo.mikewuping
2006-10-30Fix one bugger in Image.c in PeiCore module to get the correct module name fo...lgao4
2006-10-24MAX_POOL_SIZE was hardcoded to 0xFFFFFF00. MAX_POOL_SIZE was replaced with MA...ajfish
2006-10-16I fixed following bugs.mikewuping
2006-10-10Set Hob type for FvMainCompactFv to EFI_HOB_TYPE_UNUSED after decompressed. T...klu2
2006-10-10Add pair of performance macro function to measure the whole PEI phase's perfo...klu2
2006-10-08Add PERF_START function for collecting performance data for DXE_OK tag.klu2
2006-09-27Remove the duplicated Copy Right in msa header.lgao4
2006-09-26Optimize the algorithm of creating page table to enhance boot performance and...qhuang8
2006-09-19Add PCD Feature Flags to control which decompression method(s) are included i...mdkinney
2006-09-19Remove IDT mdkinney
2006-09-18changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA...lgao4
2006-09-13Move ConPlatform module from EdkNT32 package to EdkModulePkg, and remove EdkP...lgao4