summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Collapse)AuthorAgeFilesLines
* Use ASM_PFX to optionnaly set the underscore prefixtgingold2007-01-0696-206/+206
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2179 6f19259b-4bc3-4df7-8a09-765794883524
* Fixed tracker EDKT395bxing2006-12-291-7/+105
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2154 6f19259b-4bc3-4df7-8a09-765794883524
* add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool ↵vanjeff2006-12-281-2/+4
| | | | | | this timer instance cannot support SMM drivers and RUNTIME drivers git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2146 6f19259b-4bc3-4df7-8a09-765794883524
* Refix the previous issue.qhuang82006-12-282-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2143 6f19259b-4bc3-4df7-8a09-765794883524
* Fix a typo in UefiLib. The parameter type of Registration should be "VOID ↵qhuang82006-12-282-2/+2
| | | | | | | | **" instead of "VOID *". No binary code is impacted. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2142 6f19259b-4bc3-4df7-8a09-765794883524
* Fix some Linux's build issue.klu22006-12-262-1/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2138 6f19259b-4bc3-4df7-8a09-765794883524
* Update DxeSmmDriverEntryPoint library to only support IA32 and X64 CPU archsmdkinney2006-12-202-14/+2
| | | | | | | Update MdePkg.fpd to only build the DxeSmmDriverEntryPoint library for the IA32 and X64 CPU archs git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2120 6f19259b-4bc3-4df7-8a09-765794883524
* Add GLOBAL_FUNCTION macro for Itaniummdkinney2006-12-191-0/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2116 6f19259b-4bc3-4df7-8a09-765794883524
* Add FIT types from the SAL Spec to SalApi.hmdkinney2006-12-191-2/+18
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2112 6f19259b-4bc3-4df7-8a09-765794883524
* Only include SmmCis.h if the CPU Arch is IA32 or X64mdkinney2006-12-1810-26/+50
| | | | | | Only include SalApi.h if the CPU Arch is IPF git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2108 6f19259b-4bc3-4df7-8a09-765794883524
* Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ↵lgao42006-12-145-107/+81
| | | | | | 0.91. Update DxeCore and Runtime driver to follow new definitions. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2101 6f19259b-4bc3-4df7-8a09-765794883524
* Change the Boot Script storage to fixed length.xgu32006-12-131-15/+15
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2096 6f19259b-4bc3-4df7-8a09-765794883524
* Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. wuyizhong2006-12-121-0/+10
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2087 6f19259b-4bc3-4df7-8a09-765794883524
* Merge GOP related code from r8->r9. wuyizhong2006-12-121-8/+9
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2085 6f19259b-4bc3-4df7-8a09-765794883524
* Update BaseDebugLibNull to not touch any global variables or PCD settingsmdkinney2006-12-122-58/+57
| | | | | | Update BasePeCoffLib to include work around for Itanium ELILO images that do not follow the PE/COFF spec git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2083 6f19259b-4bc3-4df7-8a09-765794883524
* The EFI_IMAGE_REL_BASED_DIR64 type has been in switch for all common ↵klu22006-12-081-18/+1
| | | | | | relocation type, So last check-in is duplicated code. Remove it. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2076 6f19259b-4bc3-4df7-8a09-765794883524
* Handle new relocation type EFI_IMAGE_REL_BASED_DIR64 for X64.klu22006-12-081-16/+33
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2075 6f19259b-4bc3-4df7-8a09-765794883524
* Add a new definition according to Pci spec 2.2qhuang82006-12-081-0/+5
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2074 6f19259b-4bc3-4df7-8a09-765794883524
* Add X64 support for DebugSupport driver.klu22006-12-071-0/+16
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2068 6f19259b-4bc3-4df7-8a09-765794883524
* Move registration and processing of ExitBootServices() events into ↵mdkinney2006-12-061-0/+67
| | | | | | UefiDriverEntryPoint/DriverEntryPoint.c git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2056 6f19259b-4bc3-4df7-8a09-765794883524
* Add enumeration type for EfiProcessorFamilyIntelPentiumM, ↵xli242006-12-051-0/+4
| | | | | | EfiProcessorFamilyIntelCeleronD, EfiProcessorFamilyIntelPentiumD, EfiProcessorFamilyIntelPentiumEx for processor family data. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2048 6f19259b-4bc3-4df7-8a09-765794883524
* Do not check __STDC_VERSION__ for gcc.bbahnsen2006-12-041-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2047 6f19259b-4bc3-4df7-8a09-765794883524
* Add Information Opcode in S3 modules.xgu32006-11-301-0/+9
| | | | | | | Information Opcode is a new opcode that allows driver to record any information in script table. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2041 6f19259b-4bc3-4df7-8a09-765794883524
* Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can ↵lgao42006-11-293-3/+3
| | | | | | correctly output >4G module entry point address. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2033 6f19259b-4bc3-4df7-8a09-765794883524
* Declare the alignment required for jump Buffersmdkinney2006-11-281-0/+8
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2021 6f19259b-4bc3-4df7-8a09-765794883524
* Define GLOABAL_REMOVE_IF_UNREFERENCED for IPF on MSFT tool chainsmdkinney2006-11-261-1/+5
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2014 6f19259b-4bc3-4df7-8a09-765794883524
* Fix IPF alignment issue when building a Report Status Code messagemdkinney2006-11-251-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2011 6f19259b-4bc3-4df7-8a09-765794883524
* Add volatile to modify LockValue in ReleaseSpinLock().xli242006-11-241-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2008 6f19259b-4bc3-4df7-8a09-765794883524
* To Fix PVCS 429.yshang12006-11-231-2/+9
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2007 6f19259b-4bc3-4df7-8a09-765794883524
* Add volatile to modify LockValue in AcquireLockOrFail().xli242006-11-231-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2006 6f19259b-4bc3-4df7-8a09-765794883524
* Port a couple of files to gnu assembly.bbahnsen2006-11-232-0/+124
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2001 6f19259b-4bc3-4df7-8a09-765794883524
* Add PeiServicesTablePointerLibKr1 to the FPD and SPD file for the MdePkg mdkinney2006-11-222-2434/+2474
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1994 6f19259b-4bc3-4df7-8a09-765794883524
* Add PeiServiceTablePointerLib that uses KR1 to save/restore the PEI Services ↵mdkinney2006-11-224-0/+237
| | | | | | | | Table Pointer This library is only valid for Ipf git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1993 6f19259b-4bc3-4df7-8a09-765794883524
* Add 64-bit I/O port functions that ASSERT()mdkinney2006-11-221-0/+50
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1992 6f19259b-4bc3-4df7-8a09-765794883524
* Remove DXE Core Entry Point Library Classmdkinney2006-11-221-10/+7
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1991 6f19259b-4bc3-4df7-8a09-765794883524
* Remove Peim Entry Point Library Classmdkinney2006-11-221-14/+10
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1990 6f19259b-4bc3-4df7-8a09-765794883524
* fix one bug on Timer Frequency return.vanjeff2006-11-201-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1983 6f19259b-4bc3-4df7-8a09-765794883524
* Remove duplicate <Extern> for the lib constructor and destructormdkinney2006-11-181-4/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1979 6f19259b-4bc3-4df7-8a09-765794883524
* Add EFI_DELIVERY_MODE to SalApi.hmdkinney2006-11-181-0/+14
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1977 6f19259b-4bc3-4df7-8a09-765794883524
* Disable warning when assigning a function pointer to a data pointermdkinney2006-11-181-0/+5
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1976 6f19259b-4bc3-4df7-8a09-765794883524
* Add Thunk16.S -- needs to be ported from masm.bbahnsen2006-11-171-0/+0
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1971 6f19259b-4bc3-4df7-8a09-765794883524
* Add gnu x86 assembly sources.bbahnsen2006-11-171-1/+86
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1970 6f19259b-4bc3-4df7-8a09-765794883524
* Add an underscore for gcc.bbahnsen2006-11-171-1/+1
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1969 6f19259b-4bc3-4df7-8a09-765794883524
* Add gcc macro to remove pack() for gcc buildlgao42006-11-161-0/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1962 6f19259b-4bc3-4df7-8a09-765794883524
* Add pack(1) for boot scipt structure.lgao42006-11-161-0/+4
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1960 6f19259b-4bc3-4df7-8a09-765794883524
* Initial port to x86_64 gnu assembly.bbahnsen2006-11-1683-0/+3120
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1959 6f19259b-4bc3-4df7-8a09-765794883524
* Enabled 4G+ memory in thunk.bxing2006-11-151-16/+22
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1957 6f19259b-4bc3-4df7-8a09-765794883524
* Add IPF support in Base IO Lib, and related change in fpd filegtian2006-11-144-1/+476
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1952 6f19259b-4bc3-4df7-8a09-765794883524
* Add ULL to integer literals for gcc support.bbahnsen2006-11-141-3/+3
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1946 6f19259b-4bc3-4df7-8a09-765794883524
* Rename PcdPlatformBusSpeed to PcdFSBClock and update help text.vanjeff2006-11-142-8/+8
| | | | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1943 6f19259b-4bc3-4df7-8a09-765794883524