]> git.proxmox.com Git - mirror_edk2.git/commit - UnixPkg/build64.sh
Added support for an EFI X64 ABI compatible UnixPkg. With an internal only compiler...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 18 Aug 2010 20:24:08 +0000 (20:24 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 18 Aug 2010 20:24:08 +0000 (20:24 +0000)
commitbb111c2346bef02c18b30acced3f7b0311bbfe21
tree496916a37849ea45a4083848501de061a2b98732
parent6989af71680fc69024e68a0ab6d8284f0c4909fc
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

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10806 6f19259b-4bc3-4df7-8a09-765794883524
18 files changed:
UnixPkg/Library/UnixBaseLib/GetPowerOfTwo64.c
UnixPkg/Library/UnixBaseLib/MultS64x64.c
UnixPkg/Library/UnixBaseLib/String.c
UnixPkg/Library/UnixBaseLib/X64/LongJump.S
UnixPkg/Library/UnixBaseLib/X64/SetJump.S
UnixPkg/Library/UnixBaseLib/X64/SwitchStack.S
UnixPkg/Sec/Ia32/Gasket.S
UnixPkg/Sec/SecMain.c
UnixPkg/Sec/SecMain.h
UnixPkg/Sec/SecMain.inf
UnixPkg/Sec/UnixThunk.c
UnixPkg/Sec/X64/Gasket.S
UnixPkg/Sec/X64/MangleGasket.S
UnixPkg/Sec/X64/SwitchStack.S
UnixPkg/UnixPkgX64.dsc
UnixPkg/UnixPkgX64.fdf
UnixPkg/UnixUgaDxe/UnixUgaScreen.c
UnixPkg/build64.sh