arm-trusted-firmware/plat/rpi/rpi3
Andre Przywara 7c0a1877e7 rpi3: Allow runtime determination of UART base clock rate
At the moment the UART input clock rate is hard coded at compile time.
This works as long as the GPU firmware always sets up the same rate,
which does not seem to be true for the Raspberry Pi 4.

In preparation for being able to change this at runtime, add a base
clock parameter to the console setup function. This is still hardcoded
for the Raspberry Pi 3.

Change-Id: I398bc2f1e9b46f7af9a84cb0b33cbe8e78f2d900
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2019-09-25 11:45:35 +01:00
..
aarch64 rpi3: Do prescaler and control setup in C 2019-09-13 16:54:21 +01:00
include rpi3: Rename RPI3_IO_BASE to RPI_IO_BASE 2019-09-13 16:54:21 +01:00
platform.mk rpi3: Move shared rpi3 files into common directory 2019-09-13 16:54:21 +01:00
rpi3_bl1_setup.c rpi3: Allow runtime determination of UART base clock rate 2019-09-25 11:45:35 +01:00
rpi3_bl2_setup.c rpi3: Allow runtime determination of UART base clock rate 2019-09-25 11:45:35 +01:00
rpi3_bl31_setup.c rpi3: Allow runtime determination of UART base clock rate 2019-09-25 11:45:35 +01:00
rpi_mbox_board.c rpi3: Move VC mailbox driver into generic drivers directory 2019-09-13 16:54:21 +01:00