audk/UnixPkg/Sec
jljusten cb5e6cd051 UnixPkg SEC: Fix link flags for using GCC on Linux x86-64
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10925 6f19259b-4bc3-4df7-8a09-765794883524
2010-10-13 07:06:53 +00:00
..
Ia32 Added support for an EFI X64 ABI compatible UnixPkg. With an internal only compiler I've been able to run checked in X64 EFI shell binary! We are hoping to get the open source LLVM compiler working for this... Since the SEC has to be UNIX ABI to make the POSIX calls it is compiled using a different compiler and the rest of the UnixPkg is compiled with UNIXPKG tool. You just need to point UNIXPKG at your EFI X64 ABI compiler of choice, it should work like MYTOOLS. Some one may want to port this to Linux at some point. To build cd into UnixPkg and ./build64.sh 2010-08-18 20:24:08 +00:00
X64 UnixPkg: Enable gasket functions for all X64 toolchains 2010-10-13 07:06:42 +00:00
FwVol.c Update the copyright notice format 2010-04-28 12:31:45 +00:00
Gasket.c Complete coding to support X64 EFI ABI in UnixPkg. Code is not currently hooked in or tested, but it is code complete. Only missing step from testing is figuring out how to build with two different ABIs for the same platform. Sec needs a different ABI. May need to add a 2nd build step. 2010-07-29 03:24:13 +00:00
Gasket.h UnixPkg: Added missing EFIAPI for many Gasket functions 2010-10-13 07:06:28 +00:00
SecMain.c UnixPkg: Enable gasket functions for all X64 toolchains 2010-10-13 07:06:42 +00:00
SecMain.h Added SecDispatchTable library to allow custom PPIs to be passed up to into PEI Core. This will allow platform specific libraries to do thinks like map hardware devices directly into the emulator. 2010-09-16 20:23:33 +00:00
SecMain.inf UnixPkg SEC: Fix link flags for using GCC on Linux x86-64 2010-10-13 07:06:53 +00:00
UgaX11.c Complete coding to support X64 EFI ABI in UnixPkg. Code is not currently hooked in or tested, but it is code complete. Only missing step from testing is figuring out how to build with two different ABIs for the same platform. Sec needs a different ABI. May need to add a 2nd build step. 2010-07-29 03:24:13 +00:00
UnixThunk.c UnixPkg: Enable gasket functions for all X64 toolchains 2010-10-13 07:06:42 +00:00