arm-trusted-firmware/plat/arm/board/arm_fpga
Andre Przywara dee3042cd6 arm_fpga: Read UART address from DT
The arm_fpga port requires a DTB, to launch a BL33 payload.
To make this port more flexible, we can also use the information in the
DT to configure the console driver.
For a start, find the DT node pointed to by the stdout-path property, and
read the base address from there.
This assumes for now that the stdout-path points to a PL011 UART.

This allows to remove platform specific addresses from the image. We
keep the original base address for the crash console.

Change-Id: I46a990de2315f81cae4d7913ae99a07b0bec5cb1
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2020-05-05 15:36:51 +01:00
..
aarch64 arm_fpga: Use Generic UART 2020-05-05 15:36:51 +01:00
include arm_fpga: Read GICD and GICR base addresses from DT 2020-05-05 15:36:51 +01:00
fpga_bl31_setup.c arm_fpga: Read generic timer counter frequency from DT 2020-05-05 15:36:51 +01:00
fpga_console.c arm_fpga: Read UART address from DT 2020-05-05 15:36:51 +01:00
fpga_def.h arm_fpga: Read UART address from DT 2020-05-05 15:36:51 +01:00
fpga_gicv3.c arm_fpga: Read GICD and GICR base addresses from DT 2020-05-05 15:36:51 +01:00
fpga_pm.c Fix coverity defects found on the FPGA port. 2020-04-02 14:11:12 +01:00
fpga_private.h plat/arm/board/arm_fpga: Initialize the Generic Interrupt Controller 2020-03-26 20:41:58 +00:00
fpga_topology.c plat/arm/board/arm_fpga: Add PSCI implementation for FPGA images 2020-03-26 20:40:48 +00:00
platform.mk arm_fpga: Read generic timer counter frequency from DT 2020-05-05 15:36:51 +01:00