summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in PiPeiCis.h.yshang12007-06-224-6/+59
* Update Protocol for backward-compatible with EFI1.1.yshang12007-06-2115-53/+208
* Fixed PPI GUID name to follow PI specification.yshang12007-06-214-15/+3
* Update the EFI_PEI_SECURITY2_PPI to follow PI. Also update the EFI_PEI_CORE_E...yshang12007-06-213-75/+130
* Add macro EFI_SIZE_TO_PAGES/EFI_PAGES_TO_SIZE in UefiBaseType.h.yshang12007-06-201-0/+3
* Remove the reference of UefiDevicePath.h.yshang12007-06-201-1/+0
* Import Library Class from original MDE package. Also I added the EFI_PEI_CORE...yshang12007-06-1944-0/+23742
* Check in the Industry Standard Files.yshang12007-06-1912-0/+2376
* Checked in the GUIDs introduced in UEFI/PI.yshang12007-06-1920-0/+868
* Checked in the Protocols introduced in UEFI/PI.yshang12007-06-1992-42/+23936
* Removed tabs and fixed some minor coding style issues. Also fixed typo in EFI...AJFISH2007-06-1823-903/+904
* Add PPI definitions introduced in PI1.0.yshang12007-06-1322-0/+3203
* Move to directory "Include"yshang12007-06-0827-0/+9390
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-01247-65424/+0
* Update the Guid Value of Ext SCSI Pass Thru Protocolqhuang82007-05-311-2/+2
* Fix some errors in comments of Status Code include file.xli242007-05-301-5/+5
* Remove some unnecessary #if/#ifdef from some header files.vanjeff2007-05-211-5/+0
* These updates are for IPF low level assembly library checking in.gtian2007-05-141-1/+1
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1...gtian2007-05-149-84/+1333
* Update BaseLib.h to make the spaces between comments constant. Only added bla...ajfish2007-05-051-0/+231
* Fix the DEVICE_PATH_MESSAGING_SAS GUID definition according to UEFI 2.1 spec.xli242007-04-111-1/+1
* Sync the HII GUID with EDK I code base. Please take note: This GUID is not th...qwang122007-04-051-2/+2
* Change BDS to get the default logo picture by default bmp logo guid. lgao42007-04-041-46/+0
* Change the Guid Value of EFI_ISCSI_INITIATOR_NAME_PROTOCOL_GUID.qhuang82007-04-041-1/+1
* Rename the enum value of EFI_STANDBY_BUTTON_PHASE.yshang12007-04-041-2/+3
* SMMcis defines "Exit" as the one of phases of EFI_SMM_STANDBY_BUTTON_CONTEXT....yshang12007-04-031-2/+2
* Add in OFFSET_OF macro as defined in MDE Library specqwang122007-04-021-38/+43
* 1.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang82007-03-294-3/+5
* 1. Removed definition for EFI_1_1 from module ConSplittervanjeff2007-03-261-509/+492
* 1. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff2007-03-221-256/+229
* Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang122007-03-142-41/+60
* 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang82007-03-081-1/+1
* Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang122007-02-141-0/+92
* 1. Add two interfaces in PeCoffGetEntryPointLib.hqhuang82007-02-133-25/+63
* Add alias EFI_D_XXX to provide backward compatibilities.qhuang82007-02-131-15/+34
* Update all String related functions in BaseLib for this change introduced in ...qwang122007-02-131-10/+26
* 1) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang122007-02-127-7877/+8909
* 1. PEI core needs to check image machine typexgu32007-01-312-42/+72
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-254-2/+42
* 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-181-1/+58
* 1) Clean up MdePkg/Include/Common/BootScript.h and remove boot script definit...qwang122007-01-184-168/+105
* Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao42007-01-153-19/+10
* To fix,xgu32007-01-151-2/+2
* UART_FLOW_CONTROL_DEVICE_PATH should be defined for both EFI and UEFI qhuang82007-01-121-3/+4
* Add in UefiApplicationEntryPoint library class and library instance. qwang122007-01-091-0/+129
* correct SimpleTextIn protocol definition.lgao42007-01-081-2/+1
* Refix the previous issue.qhuang82006-12-281-2/+2
* Fix a typo in UefiLib. The parameter type of Registration should be "VOID **"...qhuang82006-12-281-1/+1
* Fix some Linux's build issue.klu22006-12-262-1/+3