hikey960: Add development TBB support
authorTeddy Reed <teddy@casualhacking.io>
Mon, 3 Sep 2018 21:38:50 +0000 (17:38 -0400)
committerTeddy Reed <teddy@casualhacking.io>
Sun, 9 Sep 2018 12:02:50 +0000 (08:02 -0400)
commit745d8a82b9b42b93a1acf4249cb245190ae7d117
tree7743aff0bbf8f052a890dcad2e996ce371ca1500
parent776ba05a4718389ef4a35ec3f6b837be3cc39f54
hikey960: Add development TBB support

This patch adds experimental support for TBB to the HiKey960 board. To
build and test with TBB modify the uefi-tools project platforms.config

+ATF_BUILDFLAGS=TRUSTED_BOARD_BOOT=1 GENERATE_COT=1 SAVE_KEYS=1 \
  MBEDTLS_DIR=./mbedtls

Signed-off-by: Teddy Reed <teddy@casualhacking.io>
plat/hisilicon/hikey960/hikey960_io_storage.c
plat/hisilicon/hikey960/hikey960_rotpk.S [new file with mode: 0644]
plat/hisilicon/hikey960/hikey960_tbbr.c [new file with mode: 0644]
plat/hisilicon/hikey960/include/platform_def.h
plat/hisilicon/hikey960/platform.mk