Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
6b73be803b7a43035b673c9a8f7cd19420a1c331
/
UnixPkg
/
build64.sh
2d7df64
Fix up the UnixPkg to work with clang on OS X. XCLANG toolchain configuration has already been checked into BaseTools project.
by andrewfish
· 14 years ago
692477d
UnixPkg: Fix build for Linux
by jljusten
· 14 years ago
5f267e4
Update to support Xcode 64-bit debug.
by andrewfish
· 14 years ago
75f18f3
UnixPkg: Allow build.sh/build64.sh to be run from the edk2 root
by jljusten
· 14 years ago
a761d49
UnixPkg build64.sh: Build UnixPkg X64 with GCC44
by jljusten
· 14 years ago
45059fa
Clean up clean and clarify XCODE flags.
by andrewfish
· 14 years ago
bb111c2
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
by andrewfish
· 14 years ago
185969e
Add an option to build the GccShell. './build.sh shell' or './build64.sh' will buid the shell.
by andrewfish
· 14 years ago
b9c8e50
Port UnixPkg to also support X64. Currently only supports Unix x86_64 ABI. In the future we can make Sec support x86_64 ABI and the rest of the code support X64 EFI ABI. This will require assembly gaskets to fix the calling convention differences. I currently have noop gaskets in place for x86_64 ABI. This has only been tested on OS X 10.6.
by andrewfish
· 14 years ago
67f8680
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.
by andrewfish
· 15 years ago