Lines Matching full:build
11 How to build
34 Build Procedure
37 - Firstly, in addition to the “normal” build tools you will also need a
50 export WORKSPACE=$HOME/build/developerbox-firmware
63 - Build ATF:
70 --tb-fw ./build/synquacer/release/bl31.bin \
71 --soc-fw ./build/synquacer/release/bl31.bin \
72 --scp-fw ./build/synquacer/release/bl31.bin \
75 - Build EDK2:
88 build -p $ACTIVE_PLATFORM -b RELEASE -a AARCH64 -t GCC5 -n `nproc` -D DO_X86EMU=TRUE
91 EDK2 itself, can be found $WORKSPACE/../Build/DeveloperBox/RELEASE_GCC5/FV/.
96 any version of gcc >= 5 will support this feature and may be used to build EDK2.
98 Note #2: Replace -b RELEASE with -b DEBUG to build a debug.