Removed Juno

Signed-off-by: Robert Wolff <robert.wolff@linaro.org>
This commit is contained in:
Robert Wolff 2016-12-16 12:55:56 -08:00 committed by GitHub
parent 071b6172b3
commit 20747ad0f2

View file

@ -8,7 +8,7 @@
</tr>
</table>
## Pre-Requisites
## Pre-Requisites and Dependencies
Make sure the build dependencies are available at your host machine.
@ -70,22 +70,6 @@ UEFI Tools (helpers and scripts to make the build process easy):
git clone git://git.linaro.org/uefi/uefi-tools.git
```
## Building UEFI/EDK2 for Juno R0/R1
```shell
export AARCH64_TOOLCHAIN=GCC49
export LINARO_EDK2_DIR=${PWD}/edk2
export UEFI_TOOLS_DIR=${PWD}/uefi-tools
export ARMTF_DIR=${PWD}/arm-trusted-firmware
cd ${LINARO_EDK2_DIR}
${UEFI_TOOLS_DIR}/uefi-build.sh -b DEBUG -a $ARMTF_DIR juno
```
The output files:
- `Build/ArmJuno/DEBUG_GCC49/FV/bl1.bin`
- `Build/ArmJuno/DEBUG_GCC49/FV/fip.bin`
### Proceed to [Installation](Install.md) page
***