summaryrefslogtreecommitdiffstats
path: root/MdePkg
Commit message (Expand)AuthorAgeFilesLines
* Updated the function comments in UefiDriverEntryLib to fix EDKT502.yshang12007-01-231-20/+12
* Modify the EFI_USB_DATA_DIRECTION according to UEFI specification 2.1 page 708.klu22007-01-231-1/+1
* Add two useful functions in UefiLib for the implementation of Component Name,...qhuang82007-01-182-2/+183
* 1) Clean up MdePkg/Include/Common/BootScript.h and remove boot script definit...qwang122007-01-184-168/+105
* supmodulelist not supported by now, i remove it firstly.vanjeff2007-01-171-1/+1
* Fix PeLoad function can't handle invalid PeImage to skip correct debug entry.lgao42007-01-161-2/+2
* Correct TeImage Header based on PeiCis spec.lgao42007-01-151-1/+1
* Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao42007-01-154-21/+15
* To fix,xgu32007-01-151-2/+2
* Correctly skip debug entry.lgao42007-01-121-5/+4
* UART_FLOW_CONTROL_DEVICE_PATH should be defined for both EFI and UEFI qhuang82007-01-121-3/+4
* Mark some .c files as MSFT only.bbahnsen2007-01-101-5/+5
* 1. Added comments to ASM filesbxing2007-01-1045-77/+184
* The header file applies to all architectures.bbahnsen2007-01-092-4/+4
* Add in UefiApplicationEntryPoint library class and library instance. qwang122007-01-095-22/+289
* correct SimpleTextIn protocol definition.lgao42007-01-081-2/+1
* Use ASM_PFX to optionnaly set the underscore prefixtgingold2007-01-0696-206/+206
* Fixed tracker EDKT395bxing2006-12-291-7/+105
* add <SupModuleList> in <LibraryClass> item for TimerLib. Inform build tool th...vanjeff2006-12-281-2/+4
* Refix the previous issue.qhuang82006-12-282-3/+3
* Fix a typo in UefiLib. The parameter type of Registration should be "VOID **"...qhuang82006-12-282-2/+2
* Fix some Linux's build issue.klu22006-12-262-1/+3
* Update DxeSmmDriverEntryPoint library to only support IA32 and X64 CPU archsmdkinney2006-12-202-14/+2
* Add GLOBAL_FUNCTION macro for Itaniummdkinney2006-12-191-0/+3
* Add FIT types from the SAL Spec to SalApi.hmdkinney2006-12-191-2/+18
* Only include SmmCis.h if the CPU Arch is IA32 or X64mdkinney2006-12-1810-26/+50
* Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ...lgao42006-12-145-107/+81
* Change the Boot Script storage to fixed length.xgu32006-12-131-15/+15
* 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