summaryrefslogtreecommitdiff
path: root/EdkModulePkg
AgeCommit message (Expand)AuthorFilesLines
2006-11-27Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and remove DxeIplX64Peim.qhuang820-1913/+488
2006-11-27Sync with PeiDxeDebugLibReportStatusCodeLib to fix IPF alignment issue.qhuang81-1/+1
2006-11-27The performance data for PEI phase should be collected from pre-memory, so mo...klu21-1/+2
2006-11-24Move SAL "initialization/virtual address change notification" from EdkUefiRun...yshang14-51/+81
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-18Declare GUIDs for all Extended SAL Servicesmdkinney1-0/+95
2006-11-17Start to port the LongMode stuff to gnu asm.bbahnsen2-0/+297
2006-11-17Fix gcc warnings -- please review affected files.bbahnsen5-8/+10
2006-11-17Add a new source for gnu assembly.bbahnsen1-0/+1
2006-11-17Fix a compiler warning.bbahnsen1-3/+3
2006-11-17Port to gnu style.bbahnsen1-0/+137
2006-11-14Add IPF support in Base IO Lib, and related change in fpd filegtian1-0/+24
2006-11-13Fix gcc build break for this module.lgao41-3/+5
2006-11-13rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing.vanjeff1-8/+8
2006-11-13Add comments for all file tagged with "ToolCode="DUMMY"".klu23-15/+17
2006-11-13Fix build break error.lgao41-1/+1
2006-11-131. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeedvanjeff1-8/+1592
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-09Add DxeIplX64Peim to the FPD file for the EdkModulePkg.fpdmdkinney1-0/+141
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-09Remove private definition for IPF stack alignment, and use public definition ...mdkinney1-8/+2
2006-11-07added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance...vanjeff1-0/+56
2006-11-06Add pcd declaration to EdkModulePkg and Nt32Pkg to fix the check-in break.cwu111-6/+70
2006-11-06This check-in fixed the following bugs:cwu114-16/+93
2006-11-06Remove BaseIoIntrinsicLib reference in IPF and EBC modulesxli241-6/+0
2006-11-03in x64Variable.dxs, Add the FTW protocol into variable's dependency expressio...mikewuping1-1/+3
2006-11-03Include EfiGpt.h, ElTorito.h, Mbr.h header files from MdePkg's Industry Starn...qwang128-284/+4
2006-11-03 I fixed following bugs in EDKII.mikewuping6-148/+298
2006-11-031. Add the fix for the following Bugs:cwu1126-3511/+3511
2006-11-031. Bug fix for "EDK GenericBds WriteBootToOsPerformanceData() uses AcpiReclai...dtang22-5/+14
2006-11-02Bug fix for "CapsuleUpdate does not handle memory lost correctly"dtang21-4/+4
2006-11-02Change #define bit(a) 1 << (a)jtang121-1/+1
2006-10-31Enhance DxeIpl module to support EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE ffs ty...lgao42-35/+86
2006-10-301. In event.c, a function's name is not spelled correctly, a typo.mikewuping2-3/+10
2006-10-30After identified as a High-Speed device, the port has been reset successfully...ljin61-1/+3
2006-10-30Fix one bugger in Image.c in PeiCore module to get the correct module name fo...lgao41-1/+1
2006-10-24MAX_POOL_SIZE was hardcoded to 0xFFFFFF00. MAX_POOL_SIZE was replaced with MA...ajfish1-1/+1
2006-10-23Change IPF_PE32_PEIM IPF layout to contain ${PLATFORM_DIR}/Blank.pad for XIP ...lgao41-1/+1
2006-10-23Follow up tracker EDKT285.yshang13-6/+6
2006-10-23Clean up used library class definitions.yshang14-210/+0
2006-10-22Make sure all DMA related buffer allocation through PCI IO interface, not all...jtang121-48/+52
2006-10-22Ported the EBC driver to use the MDE Base Math lib functions. Removed math fu...ajfish9-2055/+84
2006-10-22These files are no longer needed as the PE32 and Cache Lib from the MDE make ...ajfish4-244/+0
2006-10-22Deleted CacheFlush as it's in the MDE Cache libraryajfish1-88/+0
2006-10-22Updated the Runtime Driver to use the MDE libs for cache flush and removed lo...ajfish6-37/+14
2006-10-19Remove the redundant include header: Common/StatusCode.h for Terminal modules.lgao42-5/+0