Juno: Implement initial platform port
This patch adds the initial port of the ARM Trusted Firmware on the Juno development platform. This port does not support a BL3-2 image or any PSCI APIs apart from PSCI_VERSION and PSCI_CPU_ON. It enables workarounds for selected Cortex-A57 (#806969 & #813420) errata and implements the workaround for a Juno platform errata (Defect id 831273). Change-Id: Ib3d92df3af53820cfbb2977582ed0d7abf6ef893
plat/juno/bl1_plat_setup.c
0 → 100644
plat/juno/bl2_plat_setup.c
0 → 100644
plat/juno/bl31_plat_setup.c
0 → 100644
plat/juno/juno_def.h
0 → 100644
plat/juno/juno_private.h
0 → 100644
plat/juno/mhu.c
0 → 100644
plat/juno/mhu.h
0 → 100644
plat/juno/plat_gic.c
0 → 100644
plat/juno/plat_io_storage.c
0 → 100644
plat/juno/plat_pm.c
0 → 100644
plat/juno/plat_topology.c
0 → 100644
plat/juno/platform.mk
0 → 100644
plat/juno/scp_bootloader.c
0 → 100644
Please register or sign in to comment