rpi3: Introduce AArch64 Raspberry Pi 3 port
This port can be compiled to boot an AArch64 or AArch32 payload with the build option `RPI3_BL33_AARCH32`. Note: This is not a secure port of the Trusted Firmware. This port is only meant to be a reference implementation to experiment with an inexpensive board in real hardware. Change-Id: Ide58114299289bf765ef1366199eb05c46f81903 Co-authored-by:Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by:
Antonio Nino Diaz <antonio.ninodiaz@arm.com>
plat/rpi3/platform.mk
0 → 100644
plat/rpi3/rpi3_bl1_setup.c
0 → 100644
plat/rpi3/rpi3_bl2_setup.c
0 → 100644
plat/rpi3/rpi3_bl31_setup.c
0 → 100644
plat/rpi3/rpi3_common.c
0 → 100644
plat/rpi3/rpi3_hw.h
0 → 100644
plat/rpi3/rpi3_image_load.c
0 → 100644
plat/rpi3/rpi3_io_storage.c
0 → 100644
plat/rpi3/rpi3_pm.c
0 → 100644
plat/rpi3/rpi3_private.h
0 → 100644
plat/rpi3/rpi3_topology.c
0 → 100644
Please register or sign in to comment