audk/MdePkg/Include
yshang1 99b64dd977 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.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2527 6f19259b-4bc3-4df7-8a09-765794883524
2007-04-03 09:23:26 +00:00
..
Common Add in OFFSET_OF macro as defined in MDE Library spec 2007-04-02 08:40:56 +00:00
Dxe Only include SmmCis.h if the CPU Arch is IA32 or X64 2006-12-18 20:02:05 +00:00
Ebc 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. 2006-11-09 21:26:29 +00:00
Guid 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI spec 2007-03-08 07:04:05 +00:00
Ia32 Fix some Linux's build issue. 2006-12-26 02:48:15 +00:00
IndustryStandard 1. PEI core needs to check image machine type 2007-01-31 07:18:41 +00:00
Ipf Add GLOBAL_FUNCTION macro for Itanium 2006-12-19 04:01:41 +00:00
Library 1.Define SPIN_LOCK as "volatile UINTN" to prevent mutli-processor access harzard. 2007-03-29 07:45:24 +00:00
Peim 1. Add the fix for the following Bugs: 2006-11-03 02:47:43 +00:00
Ppi 1) Clean up MdePkg/Include/Common/BootScript.h and remove boot script definition which is not defined in Framework Boot Scirpt Specification V0.91. 2007-01-18 09:15:52 +00:00
Protocol 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. 2007-04-03 09:23:26 +00:00
Uefi 1. Removed definition for EFI_1_1 from module ConSplitter 2007-03-26 07:00:30 +00:00
x64 Fix some Linux's build issue. 2006-12-26 02:48:15 +00:00
Base.h Initial import. 2006-04-21 22:54:32 +00:00
Dxe.h Only include SmmCis.h if the CPU Arch is IA32 or X64 2006-12-18 20:02:05 +00:00
DxeCore.h Only include SmmCis.h if the CPU Arch is IA32 or X64 2006-12-18 20:02:05 +00:00
DxeDepex.h Initial import. 2006-04-21 22:54:32 +00:00
PeiCore.h Only include SmmCis.h if the CPU Arch is IA32 or X64 2006-12-18 20:02:05 +00:00
Peim.h Only include SmmCis.h if the CPU Arch is IA32 or X64 2006-12-18 20:02:05 +00:00
PeimDepex.h Initial import. 2006-04-21 22:54:32 +00:00
PiwgDxe.h Initial import. 2006-04-21 22:54:32 +00:00
PiwgPeim.h Initial import. 2006-04-21 22:54:32 +00:00
Uefi.h Only include SmmCis.h if the CPU Arch is IA32 or X64 2006-12-18 20:02:05 +00:00