audk/MdePkg/Include
eric_tian ed0b86b183 make change to support UnixPkg build. The changes are listed as follows:
1. change ASM_PFX() macro, the underscore preceding to function symbol don't be added in Linux.
2. move some illegal characters in .S file.
3. change ELFGCC flag in tools_def.template to support Linux&ELFGCC build

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5381 6f19259b-4bc3-4df7-8a09-765794883524
2008-06-30 05:50:49 +00:00
..
Ebc CHAR8 is defined as "1-byte Character" in UEFI spec, but not "unsigned Character". Most compiler treats "char" as signed unless overide by compiler options. Most compiler generate warnings for statement like "CHAR8 *S = "Hello"". In addition, we have defined CHAR8 as char for processor arch such as IA32, X64 and IPF in EDK II. 2008-06-05 01:57:08 +00:00
Guid [Description] 2008-04-03 04:56:34 +00:00
Ia32 make change to support UnixPkg build. The changes are listed as follows: 2008-06-30 05:50:49 +00:00
IndustryStandard add a PCI_CLASS_MASS_STORAGE_AHCI alias. 2008-06-26 03:24:27 +00:00
Ipf Add FUNCTION_ENTRY_POINT macro 2007-11-27 02:48:59 +00:00
Library Merged in the following trackers from EDK: 2008-06-23 09:38:38 +00:00
Pi Fix doxygen issue: 2008-06-24 04:37:24 +00:00
Ppi Fix doxygen issue: 2008-06-24 07:14:18 +00:00
Protocol Fix doxygen issue: 2008-06-24 07:14:18 +00:00
Uefi Fix doxygen issue: 2008-06-24 07:14:18 +00:00
x64 Add FUNCTION_ENTRY_POINT macro 2007-11-27 02:48:59 +00:00
Base.h Merged in the following trackers from EDK: 2008-06-23 09:38:38 +00:00
PiDxe.h Update the comments of PiDxe.h, PiPei.h and Uefi.h. 2007-08-22 08:45:48 +00:00
PiPei.h Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg. 2007-10-16 02:48:00 +00:00
Uefi.h Update the comments of PiDxe.h, PiPei.h and Uefi.h. 2007-08-22 08:45:48 +00:00