- 5413e8e Add missing definition for Time service which defined in UEFI specification 7.3 Time Services by klu2 · 18 years ago
- dcd8c7d Move #include <IndustryStandard/Pal.h> into IPF specific statement. by yshang1 · 18 years ago
- c96769e Add new Library Class: CustomDecompressLib by qhuang8 · 18 years ago
- ff9f122 by klu2 · 18 years ago
- ecb8241 Disable the warning of bitfield by klu2 · 18 years ago
- e30e5a7 Update DriverConfiguration2.h to avoid the name conflict with DriverConfiguration.h by yshang1 · 18 years ago
- 09f0ddd Keep the C name of SIMPLE TEXT OUTPUT PROTOCOL unchanged for backward-compatible with original implementation. by yshang1 · 18 years ago
- f22a5f4 Split the DriverConfiguration.h into DriverConfiguration2 and DriverConfiguration. by yshang1 · 18 years ago
- 8693ca5 Fixed build issues for DxeCoreHobLib and BaseUefiDecompressLib. by vanjeff · 18 years ago
- 50615d1 Remove prefix EFI_ from some TPL macros reference in some comments by vanjeff · 18 years ago
- cf61682 Fixed typo in function header by AJFISH · 18 years ago
- c7d265a Checked in part of MDE library instances following PI and UEFI. It includes: by yshang1 · 18 years ago
- 1a5589a Add dependent protocol:"Protocol/DevicePath.h". by yshang1 · 18 years ago
- 4b12007 Add DriverDiagnostics2.h. by yshang1 · 18 years ago
- b6460fc by yshang1 · 18 years ago
- 540dfc2 Import Pal.h and Sal.h. by yshang1 · 18 years ago
- a1710a6 Rename the PalApi.h to Pal.h. by yshang1 · 18 years ago
- adcca86 by yshang1 · 18 years ago
- 5ccad0c Delete the IpfDefines.h from MDE package. It should be in IpfCpu package. by yshang1 · 18 years ago
- 146332a Fixed typo in PiPeiCis.h. by yshang1 · 18 years ago
- a6508c0 Update Protocol for backward-compatible with EFI1.1. by yshang1 · 18 years ago
- 53f2d96 Fixed PPI GUID name to follow PI specification. by yshang1 · 18 years ago
- e554439 Update the EFI_PEI_SECURITY2_PPI to follow PI. Also update the EFI_PEI_CORE_ENRTY_POINT definition. by yshang1 · 18 years ago
- 833bd94 Add macro EFI_SIZE_TO_PAGES/EFI_PAGES_TO_SIZE in UefiBaseType.h. by yshang1 · 18 years ago
- 935456b Remove the reference of UefiDevicePath.h. by yshang1 · 18 years ago
- fb3df22 Import Library Class from original MDE package. Also I added the EFI_PEI_CORE_ENTRY_POINT definition in PiPeiCis.h. by yshang1 · 18 years ago
- a7ed1e2 Check in the Industry Standard Files. by yshang1 · 18 years ago
- c2f83f0 Checked in the GUIDs introduced in UEFI/PI. by yshang1 · 18 years ago
- d1f9500 Checked in the Protocols introduced in UEFI/PI. by yshang1 · 18 years ago
- 00edb21 Removed tabs and fixed some minor coding style issues. Also fixed typo in EFI_PEI_ENTRY_POINT by AJFISH · 18 years ago
- 5879b87 Add PPI definitions introduced in PI1.0. by yshang1 · 18 years ago
- 959ccb2 Move to directory "Include" by yshang1 · 18 years ago
- 586cd1f Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break existing builds. Also updated the SPD and FPD files UiNames by lhauch · 18 years ago
- c75bbd0 Update the Guid Value of Ext SCSI Pass Thru Protocol by qhuang8 · 18 years ago
- 89ec4b3 Fix some errors in comments of Status Code include file. by xli24 · 18 years ago
- 76f407a Remove some unnecessary #if/#ifdef from some header files. by vanjeff · 18 years ago
- efdbc51 These updates are for IPF low level assembly library checking in. by gtian · 18 years ago
- 63afc36 by gtian · 18 years ago
- d57e9bd Update BaseLib.h to make the spaces between comments constant. Only added blank lines by ajfish · 18 years ago
- 418c6e0 Fix the DEVICE_PATH_MESSAGING_SAS GUID definition according to UEFI 2.1 spec. by xli24 · 18 years ago
- 8d75383 Sync the HII GUID with EDK I code base. Please take note: This GUID is not the same with the one listed in Framework HII Spec 0.92. The HII protocol interface have changed from the one defined in Framework HII spec 0.92. Ergo the HII protocol GUID is updated to reflect the change. by qwang12 · 18 years ago
- 13de892 Change BDS to get the default logo picture by default bmp logo guid. by lgao4 · 18 years ago
- 265bfe7 Change the Guid Value of EFI_ISCSI_INITIATOR_NAME_PROTOCOL_GUID. by qhuang8 · 18 years ago
- 01d71f9 Rename the enum value of EFI_STANDBY_BUTTON_PHASE. by yshang1 · 18 years ago
- 99b64dd SMMcis defines "Exit" as the one of phases of EFI_SMM_STANDBY_BUTTON_CONTEXT. The "Exit" conflicts with UefiApplicationEntryPoint library's Exit() in MDE spec and breaks all application build in r9. To fix the issue, I changed the "Exit" to "StandbyButtonExit" in EFI_SMM_STANDBY_BUTTON_CONTEXT temporarily. by yshang1 · 18 years ago
- 9471ecb Add in OFFSET_OF macro as defined in MDE Library spec by qwang12 · 18 years ago
- 46dd23b 1.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harzard. by qhuang8 · 18 years ago
- c0b162a 1. Removed definition for EFI_1_1 from module ConSplitter by vanjeff · 18 years ago
- cb41bea 1. Removed AsmSwitchStackAndBackingStore from BaseLib.h by vanjeff · 18 years ago
- ddc9ec3 Remove the BugBug in package header file for DXE_CORE and DXE_DRIVER which force every driver to include MdePkg/Include/Library/PeCoffLib.h. by qwang12 · 18 years ago
- df557cc 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI spec by qhuang8 · 18 years ago
- 22d9199 Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library. by qwang12 · 18 years ago
- 0d49d8f 1. Add two interfaces in PeCoffGetEntryPointLib.h by qhuang8 · 18 years ago
- f1ad92e Add alias EFI_D_XXX to provide backward compatibilities. by qhuang8 · 18 years ago
- 6a35232 Update all String related functions in BaseLib for this change introduced in Mde Library Spec 0.60e: by qwang12 · 18 years ago
- d958721 1) Added BIT0, BIT1, …, BIT63 to the Base Defines by qwang12 · 18 years ago
- a8b194b 1. PEI core needs to check image machine type by xgu3 · 18 years ago
- 5825102 Make MDE package pass intel IPF compiler with /W4 /WX switched on. by xli24 · 18 years ago
- f176220 Modify the EFI_USB_DATA_DIRECTION according to UEFI specification 2.1 page 708. by klu2 · 18 years ago
- ca21f1a Add two useful functions in UefiLib for the implementation of Component Name, Driver Config, and Driver Diag protocols. by qhuang8 · 18 years ago
- 76dbeb3 1) Clean up MdePkg/Include/Common/BootScript.h and remove boot script definition which is not defined in Framework Boot Scirpt Specification V0.91. by qwang12 · 18 years ago
- 5b66424 Correct TeImage file format and Clean up PeiRebase tool to remove unused code and only relocate image. by lgao4 · 18 years ago
- 591ee27 To fix, by xgu3 · 18 years ago
- 2da41b5 UART_FLOW_CONTROL_DEVICE_PATH should be defined for both EFI and UEFI by qhuang8 · 18 years ago
- b244c7d Add in UefiApplicationEntryPoint library class and library instance. by qwang12 · 18 years ago
- 19231e0 correct SimpleTextIn protocol definition. by lgao4 · 18 years ago
- 13c8460 Refix the previous issue. by qhuang8 · 18 years ago
- f2df6a0 Fix a typo in UefiLib. The parameter type of Registration should be "VOID **" instead of "VOID *". by qhuang8 · 18 years ago
- a477a16 Fix some Linux's build issue. by klu2 · 18 years ago
- c529b12 Add GLOBAL_FUNCTION macro for Itanium by mdkinney · 18 years ago
- 4e3f186 Add FIT types from the SAL Spec to SalApi.h by mdkinney · 18 years ago
- 9c89ec9 Only include SmmCis.h if the CPU Arch is IA32 or X64 by mdkinney · 18 years ago
- 3ec2611 Merge R8->R9 tracker 5935 and 7080 to update runtime arch protocol to DxeCis 0.91. Update DxeCore and Runtime driver to follow new definitions. by lgao4 · 18 years ago
- ada5e82 Change the Boot Script storage to fixed length. by xgu3 · 18 years ago
- 9d3fbdb Fix some minor error. Add EFI_IMAGE_NT_HEADERS definition for IFP and EBC arch. by wuyizhong · 18 years ago
- 406adcd Merge GOP related code from r8->r9. by wuyizhong · 18 years ago
- 1082de3 Add a new definition according to Pci spec 2.2 by qhuang8 · 18 years ago
- 77206d7 Add X64 support for DebugSupport driver. by klu2 · 18 years ago
- a7e39a8 Add enumeration type for EfiProcessorFamilyIntelPentiumM, EfiProcessorFamilyIntelCeleronD, EfiProcessorFamilyIntelPentiumD, EfiProcessorFamilyIntelPentiumEx for processor family data. by xli24 · 18 years ago
- 6a138c6 Do not check __STDC_VERSION__ for gcc. by bbahnsen · 18 years ago
- 1ee7ae6 Add Information Opcode in S3 modules. by xgu3 · 18 years ago
- b32a39b Output DxeCore Entrypoint in DxeIpl module, and make dxecore module can correctly output >4G module entry point address. by lgao4 · 18 years ago
- 4a32862 Declare the alignment required for jump Buffers by mdkinney · 18 years ago
- 20bfd42 Define GLOABAL_REMOVE_IF_UNREFERENCED for IPF on MSFT tool chains by mdkinney · 18 years ago
- 7ac2bbc Add EFI_DELIVERY_MODE to SalApi.h by mdkinney · 18 years ago
- da0559b Disable warning when assigning a function pointer to a data pointer by mdkinney · 18 years ago
- b026832 Add gcc macro to remove pack() for gcc build by lgao4 · 18 years ago
- 4a0b6af Add pack(1) for boot scipt structure. by lgao4 · 18 years ago
- 1547e08 Add ULL to integer literals for gcc support. by bbahnsen · 18 years ago
- ea1e4c1 Set the stack alignment for X64 to 16 bytes per the X64 Calling Convention by mdkinney · 18 years ago
- b5b60e8 Fix ALIGN_POINTER() macro. The pointer (p) passed in must always be converted to (UINTN) prior to performing math operations. by mdkinney · 18 years ago
- caae4de Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the supported CPU architectures. This value is sizeof(UINTN) for IA-32, X64, and EBC. It is 16 bytes for IPF. by mdkinney · 18 years ago
- a6b6ec4 Update processor socket type definition to comply with SmBios 2.5 spec. by jtang12 · 18 years ago
- e4a246f Changed definitions in Legacy16.h and LegacyBios.h to be compatible with CSM 0.96 by jtang12 · 18 years ago
- b51f14f This check-in add Pci23.h, Pci30.h, EfiPci.h and take those originally put in Pci22.h to their proper position in the new files. by cwu11 · 18 years ago
- 3681d19 This check-in fixed the following bugs: by cwu11 · 18 years ago
- e0759a8 Add EfiGpt.h, ElTorito.h, Mbr.h header files which are for EFI GUID Partition table, ElTorito bootable CD fomrat and Legacy Master Boot Record format into Industry Starndard. by qwang12 · 18 years ago
- 511710d 1. Add the fix for the following Bugs: by cwu11 · 18 years ago
- 0ffc544 Updated EFAPI definition for x64 GCC. Original thinking was to add optional EFIAPI support to standard GCC. New thinking is to support EFIAPI as a seperate processor target. This is to reduce validation risk to the main line GCC. Update the definition and comments to match current thinking. by ajfish · 18 years ago
- d4f397c 1. In event.c, a function's name is not spelled correctly, a typo. by mikewuping · 18 years ago