ATF UEFI build guide

Hi,

Sorry in advance for my english.

I’m looking for how build ATF and UEFI. There are some guides on this forum and some GitHub to how build ATF and UEFI. Anybody know which guide is right because there is opposing between post for exemple :

https://github.com/96boards-hikey/tools-images-hikey960/blob/master/build-from-source/README-ATF-UEFI-build-from-source.md

${UEFI_TOOLS_DIR}/uefi-build.sh -b ${BUILD_OPTION} -a …/arm-trusted-firmware hikey960

Note : If I’m not wrong hikey960 isn’t a valid target for the uefi-build.sh

https://discuss.96boards.org/t/getting-errors-while-compiling-and-building-uefi-and-atf-from-scatch/4619/3

Please note, I don’t use uefi-tools building script. By default we
should use uefi-tools building script to build ARM-TF and UEFI; but
currently it’s broken. So I don’t use it .

Thanks

Hi @bensup,

You can follow the instructions here for building ATF+UEFI for HiKey960.

Thanks,
Mani

Thanks @Mani i will try this.