summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. wuyizhong2006-12-121-0/+10
* Merge GOP related code from r8->r9. wuyizhong2006-12-121-8/+9
* Update BaseDebugLibNull to not touch any global variables or PCD settingsmdkinney2006-12-122-58/+57
* The EFI_IMAGE_REL_BASED_DIR64 type has been in switch for all common relocati...klu22006-12-081-18/+1
* Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu22006-12-081-16/+33
* Add a new definition according to Pci spec 2.2qhuang82006-12-081-0/+5
* Add X64 support for DebugSupport driver.klu22006-12-071-0/+16
* Move registration and processing of ExitBootServices() events into UefiDriver...mdkinney2006-12-061-0/+67
* Add enumeration type for EfiProcessorFamilyIntelPentiumM, EfiProcessorFamilyI...xli242006-12-051-0/+4
* Do not check __STDC_VERSION__ for gcc.bbahnsen2006-12-041-1/+1
* Add Information Opcode in S3 modules.xgu32006-11-301-0/+9
* Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can corre...lgao42006-11-293-3/+3
* Declare the alignment required for jump Buffersmdkinney2006-11-281-0/+8
* Define GLOABAL_REMOVE_IF_UNREFERENCED for IPF on MSFT tool chainsmdkinney2006-11-261-1/+5
* Fix IPF alignment issue when building a Report Status Code messagemdkinney2006-11-251-1/+1
* Add volatile to modify LockValue in ReleaseSpinLock().xli242006-11-241-1/+1
* To Fix PVCS 429.yshang12006-11-231-2/+9
* Add volatile to modify LockValue in AcquireLockOrFail().xli242006-11-231-1/+1
* Port a couple of files to gnu assembly.bbahnsen2006-11-232-0/+124
* Add PeiServicesTablePointerLibKr1 to the FPD and SPD file for the MdePkg mdkinney2006-11-222-2434/+2474
* Add PeiServiceTablePointerLib that uses KR1 to save/restore the PEI Services ...mdkinney2006-11-224-0/+237
* Add 64-bit I/O port functions that ASSERT()mdkinney2006-11-221-0/+50
* Remove DXE Core Entry Point Library Classmdkinney2006-11-221-10/+7
* Remove Peim Entry Point Library Classmdkinney2006-11-221-14/+10
* fix one bug on Timer Frequency return.vanjeff2006-11-201-1/+1
* Remove duplicate <Extern> for the lib constructor and destructormdkinney2006-11-181-4/+0
* Add EFI_DELIVERY_MODE to SalApi.hmdkinney2006-11-181-0/+14
* Disable warning when assigning a function pointer to a data pointermdkinney2006-11-181-0/+5
* Add Thunk16.S -- needs to be ported from masm.bbahnsen2006-11-171-0/+0
* Add gnu x86 assembly sources.bbahnsen2006-11-171-1/+86
* Add an underscore for gcc.bbahnsen2006-11-171-1/+1
* Add gcc macro to remove pack() for gcc buildlgao42006-11-161-0/+4
* Add pack(1) for boot scipt structure.lgao42006-11-161-0/+4
* Initial port to x86_64 gnu assembly.bbahnsen2006-11-1683-0/+3120
* Enabled 4G+ memory in thunk.bxing2006-11-151-16/+22
* Add IPF support in Base IO Lib, and related change in fpd filegtian2006-11-144-1/+476
* Add ULL to integer literals for gcc support.bbahnsen2006-11-141-3/+3
* Rename PcdPlatformBusSpeed to PcdFSBClock and update help text.vanjeff2006-11-142-8/+8
* rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing.vanjeff2006-11-133-7/+7
* 1. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeedvanjeff2006-11-133-5/+35
* Set the stack alignment for X64 to 16 bytes per the X64 Calling Conventionmdkinney2006-11-131-1/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1931 6f1...xli242006-11-131-2/+12
* added help text for PcdPlatformBusSpeedvanjeff2006-11-102-16/+16
* Fix ALIGN_POINTER() macro. The pointer (p) passed in must always be converte...mdkinney2006-11-091-1/+1
* Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the suppor...mdkinney2006-11-094-1/+23
* Update processor socket type definition to comply with SmBios 2.5 spec.jtang122006-11-081-1/+4
* Changed definitions in Legacy16.h and LegacyBios.h to be compatible with CSM ...jtang122006-11-082-9/+9
* added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance...vanjeff2006-11-074-183/+198
* This check-in add Pci23.h, Pci30.h, EfiPci.h and take those originally put in...cwu112006-11-074-54/+136
* Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc an...xli242006-11-061-1/+1