History log of /rk3399_ARM-atf/plat/hisilicon/hikey/hikey_rotpk.S (Results 1 – 2 of 2)
Revision Date Author Comments
# e4686fd8 19-Jul-2018 danh-arm <dan.handley@arm.com>

Merge pull request #1449 from theopolis/hikey-tbb

hikey: Add experimental TBB support


# e59a3bff 23-Jun-2018 Teddy Reed <teddy@prosauce.org>

hikey: Add development TBB support

This patch adds experimental support for TRUSTED_BOARD_BOOT to the
Hikey. This is adapted from the RPi3 and QEMU implementations.

Since the Hikey starts from BL2

hikey: Add development TBB support

This patch adds experimental support for TRUSTED_BOARD_BOOT to the
Hikey. This is adapted from the RPi3 and QEMU implementations.

Since the Hikey starts from BL2 the TRUSTED_BOARD_BOOT ROT begins there
too. When TRUSTED_BOARD_BOOT is defined, the BL1 build is skipped.

See the following example:

make \
PLAT=hikey \
BL33=u-boot.bin \
SCP_BL2=mcuimage.bin \
TRUSTED_BOARD_BOOT=1 \
MBEDTLS_DIR=../../mbedtls \
GENERATE_COT=1 \
all fip

Signed-off-by: Teddy Reed <teddy.reed@gmail.com>

show more ...