summaryrefslogtreecommitdiff
path: root/MdePkg
AgeCommit message (Expand)Author
2006-12-12Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. wuyizhong
2006-12-12Merge GOP related code from r8->r9. wuyizhong
2006-12-12Update BaseDebugLibNull to not touch any global variables or PCD settingsmdkinney
2006-12-08The EFI_IMAGE_REL_BASED_DIR64 type has been in switch for all common relocati...klu2
2006-12-08Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu2
2006-12-08Add a new definition according to Pci spec 2.2qhuang8
2006-12-07Add X64 support for DebugSupport driver.klu2
2006-12-06Move registration and processing of ExitBootServices() events into UefiDriver...mdkinney
2006-12-05Add enumeration type for EfiProcessorFamilyIntelPentiumM, EfiProcessorFamilyI...xli24
2006-12-04Do not check __STDC_VERSION__ for gcc.bbahnsen
2006-11-30Add Information Opcode in S3 modules.xgu3
2006-11-29Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can corre...lgao4
2006-11-28Declare the alignment required for jump Buffersmdkinney
2006-11-26Define GLOABAL_REMOVE_IF_UNREFERENCED for IPF on MSFT tool chainsmdkinney
2006-11-25Fix IPF alignment issue when building a Report Status Code messagemdkinney
2006-11-24Add volatile to modify LockValue in ReleaseSpinLock().xli24
2006-11-23To Fix PVCS 429.yshang1
2006-11-23Add volatile to modify LockValue in AcquireLockOrFail().xli24
2006-11-23Port a couple of files to gnu assembly.bbahnsen
2006-11-22Add PeiServicesTablePointerLibKr1 to the FPD and SPD file for the MdePkg mdkinney
2006-11-22Add PeiServiceTablePointerLib that uses KR1 to save/restore the PEI Services ...mdkinney
2006-11-22Add 64-bit I/O port functions that ASSERT()mdkinney
2006-11-22Remove DXE Core Entry Point Library Classmdkinney
2006-11-22Remove Peim Entry Point Library Classmdkinney
2006-11-20fix one bug on Timer Frequency return.vanjeff
2006-11-18Remove duplicate <Extern> for the lib constructor and destructormdkinney
2006-11-18Add EFI_DELIVERY_MODE to SalApi.hmdkinney
2006-11-18Disable warning when assigning a function pointer to a data pointermdkinney
2006-11-17Add Thunk16.S -- needs to be ported from masm.bbahnsen
2006-11-17Add gnu x86 assembly sources.bbahnsen
2006-11-17Add an underscore for gcc.bbahnsen
2006-11-16Add gcc macro to remove pack() for gcc buildlgao4
2006-11-16Add pack(1) for boot scipt structure.lgao4
2006-11-16Initial port to x86_64 gnu assembly.bbahnsen
2006-11-15Enabled 4G+ memory in thunk.bxing
2006-11-14Add IPF support in Base IO Lib, and related change in fpd filegtian
2006-11-14Add ULL to integer literals for gcc support.bbahnsen
2006-11-14Rename PcdPlatformBusSpeed to PcdFSBClock and update help text.vanjeff
2006-11-13rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing.vanjeff
2006-11-131. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeedvanjeff
2006-11-13Set the stack alignment for X64 to 16 bytes per the X64 Calling Conventionmdkinney
2006-11-13git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...xli24
2006-11-10added help text for PcdPlatformBusSpeedvanjeff
2006-11-09Fix ALIGN_POINTER() macro. The pointer (p) passed in must always be converte...mdkinney
2006-11-09Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the suppor...mdkinney
2006-11-08Update processor socket type definition to comply with SmBios 2.5 spec.jtang12
2006-11-08Changed definitions in Legacy16.h and LegacyBios.h to be compatible with CSM ...jtang12
2006-11-07added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance...vanjeff
2006-11-07This check-in add Pci23.h, Pci30.h, EfiPci.h and take those originally put in...cwu11
2006-11-06Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc an...xli24