]> git.proxmox.com Git - mirror_edk2.git/commit - UnixPkg/build64.sh
Started trying to get the UnixPkg to compile for X64 with UnixABI. So far only have...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 14 Jul 2010 21:04:21 +0000 (21:04 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 14 Jul 2010 21:04:21 +0000 (21:04 +0000)
commit67f86803ce95fad3df18d992998114e8c7243389
tree03cf2fde18022253e85112904615087557a1d114
parent72ed3d7575874e6cad64dd4fe5bc6b5aa467b705
Started trying to get the UnixPkg to compile for X64 with UnixABI. So far only have Sec compiling with Xcode. This is the first step in trying to get the EFIABI to work. Note since SEC is a Posix application it will still need to be Unix ABI.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10649 6f19259b-4bc3-4df7-8a09-765794883524
UnixPkg/Sec/Ia32/GasketTemplate.c
UnixPkg/Sec/Ia32/SwitchStack.c [new file with mode: 0644]
UnixPkg/Sec/SecMain.c
UnixPkg/Sec/SecMain.inf
UnixPkg/Sec/X64/Gasket.S
UnixPkg/Sec/X64/SwitchStack.S [new file with mode: 0644]
UnixPkg/UnixPkg.dsc
UnixPkg/build64.sh [new file with mode: 0755]