Merge changes from topic "raspberry-pi-4-support" into integration
* changes:
  rpi3: Do prescaler and control setup in C
  rpi3: Prepare for supporting a GIC (in RPi4)
  rpi3: Make SHARED_RAM optional
  rpi3: Rename RPI3_IO_BASE to RPI_IO_BASE
  rpi3: Move shared rpi3 files into common directory
commit ed01e0c407a1794faf8ff8173183a50419bbd2ae
2 parents f65423c + dcf6d4f
@Sandrine Bailleux Sandrine Bailleux authored on 16 Sep 2019
TrustedFirmware Code Review committed on 16 Sep 2019
Showing 25 changed files
View
plat/rpi/common/include/rpi_shared.h 0 → 100644
View
plat/rpi/common/rpi3_common.c 0 → 100644
View
plat/rpi/common/rpi3_image_load.c 0 → 100644
View
plat/rpi/common/rpi3_io_storage.c 0 → 100644
View
plat/rpi/common/rpi3_pm.c 0 → 100644
View
plat/rpi/common/rpi3_rotpk.S 0 → 100644
View
plat/rpi/common/rpi3_stack_protector.c 0 → 100644
View
plat/rpi/common/rpi3_topology.c 0 → 100644
View
plat/rpi/common/rpi3_trusted_boot.c 0 → 100644
View
plat/rpi/rpi3/aarch64/plat_helpers.S
View
plat/rpi/rpi3/include/platform_def.h
View
plat/rpi/rpi3/include/rpi_hw.h
View
plat/rpi/rpi3/platform.mk
View
plat/rpi/rpi3/rpi3_bl1_setup.c
View
plat/rpi/rpi3/rpi3_bl2_setup.c
View
plat/rpi/rpi3/rpi3_bl31_setup.c
View
plat/rpi/rpi3/rpi3_common.c 100644 → 0
View
plat/rpi/rpi3/rpi3_image_load.c 100644 → 0
View
plat/rpi/rpi3/rpi3_io_storage.c 100644 → 0
View
plat/rpi/rpi3/rpi3_pm.c 100644 → 0
View
plat/rpi/rpi3/rpi3_private.h 100644 → 0
View
plat/rpi/rpi3/rpi3_rotpk.S 100644 → 0
View
plat/rpi/rpi3/rpi3_stack_protector.c 100644 → 0
View
plat/rpi/rpi3/rpi3_topology.c 100644 → 0
View
plat/rpi/rpi3/rpi3_trusted_boot.c 100644 → 0