summaryrefslogtreecommitdiff
path: root/MdePkg/Include
AgeCommit message (Expand)AuthorFilesLines
2007-05-21Remove some unnecessary #if/#ifdef from some header files.vanjeff1-5/+0
2007-05-14These updates are for IPF low level assembly library checking in.gtian1-1/+1
2007-05-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2593 6f1...gtian9-84/+1333
2007-05-05Update BaseLib.h to make the spaces between comments constant. Only added bla...ajfish1-0/+231
2007-04-11Fix the DEVICE_PATH_MESSAGING_SAS GUID definition according to UEFI 2.1 spec.xli241-1/+1
2007-04-05Sync the HII GUID with EDK I code base. Please take note: This GUID is not th...qwang121-2/+2
2007-04-04Change BDS to get the default logo picture by default bmp logo guid. lgao41-46/+0
2007-04-04Change the Guid Value of EFI_ISCSI_INITIATOR_NAME_PROTOCOL_GUID.qhuang81-1/+1
2007-04-04Rename the enum value of EFI_STANDBY_BUTTON_PHASE.yshang11-2/+3
2007-04-03SMMcis defines "Exit" as the one of phases of EFI_SMM_STANDBY_BUTTON_CONTEXT....yshang11-2/+2
2007-04-02Add in OFFSET_OF macro as defined in MDE Library specqwang121-38/+43
2007-03-291.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harz...qhuang84-3/+5
2007-03-261. Removed definition for EFI_1_1 from module ConSplittervanjeff1-509/+492
2007-03-221. Removed AsmSwitchStackAndBackingStore from BaseLib.hvanjeff1-256/+229
2007-03-14Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which fo...qwang122-41/+60
2007-03-081. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang81-1/+1
2007-02-14Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library.qwang121-0/+92
2007-02-131. Add two interfaces in PeCoffGetEntryPointLib.hqhuang83-25/+63
2007-02-13Add alias EFI_D_XXX to provide backward compatibilities.qhuang81-15/+34
2007-02-13Update all String related functions in BaseLib for this change introduced in ...qwang121-10/+26
2007-02-121) Added BIT0, BIT1, …, BIT63 to the Base Defines qwang127-7877/+8909
2007-01-311. PEI core needs to check image machine typexgu32-42/+72
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli244-2/+42
2007-01-23Modify the EFI_USB_DATA_DIRECTION according to UEFI specification 2.1 page 708.klu21-1/+1
2007-01-18Add two useful functions in UefiLib for the implementation of Component Name,...qhuang81-1/+58
2007-01-181) Clean up MdePkg/Include/Common/BootScript.h and remove boot script definit...qwang124-168/+105
2007-01-15Correct TeImage file format and Clean up PeiRebase tool to remove unused code...lgao43-19/+10
2007-01-15To fix,xgu31-2/+2
2007-01-12UART_FLOW_CONTROL_DEVICE_PATH should be defined for both EFI and UEFI qhuang81-3/+4
2007-01-09Add in UefiApplicationEntryPoint library class and library instance. qwang121-0/+129
2007-01-08correct SimpleTextIn protocol definition.lgao41-2/+1
2006-12-28Refix the previous issue.qhuang81-2/+2
2006-12-28Fix a typo in UefiLib. The parameter type of Registration should be "VOID **"...qhuang81-1/+1
2006-12-26Fix some Linux's build issue.klu22-1/+3
2006-12-19Add GLOBAL_FUNCTION macro for Itaniummdkinney1-0/+3
2006-12-19Add FIT types from the SAL Spec to SalApi.hmdkinney1-2/+18
2006-12-18Only include SmmCis.h if the CPU Arch is IA32 or X64mdkinney10-26/+50
2006-12-14Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis ...lgao44-106/+80
2006-12-13Change the Boot Script storage to fixed length.xgu31-15/+15
2006-12-12Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. wuyizhong1-0/+10
2006-12-12Merge GOP related code from r8->r9. wuyizhong1-8/+9
2006-12-08Add a new definition according to Pci spec 2.2qhuang81-0/+5
2006-12-07Add X64 support for DebugSupport driver.klu21-0/+16
2006-12-05Add enumeration type for EfiProcessorFamilyIntelPentiumM, EfiProcessorFamilyI...xli241-0/+4
2006-12-04Do not check __STDC_VERSION__ for gcc.bbahnsen1-1/+1
2006-11-30Add Information Opcode in S3 modules.xgu31-0/+9
2006-11-29Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can corre...lgao43-3/+3
2006-11-28Declare the alignment required for jump Buffersmdkinney1-0/+8
2006-11-26Define GLOABAL_REMOVE_IF_UNREFERENCED for IPF on MSFT tool chainsmdkinney1-1/+5
2006-11-18Add EFI_DELIVERY_MODE to SalApi.hmdkinney1-0/+14