rpi3: console: Use same "clock-less" setup scheme as RPi4
In the wake of the upcoming unification of the console setup code
between RPi3 and RPi4, extend the "clock-less" setup scheme to the
RPi3. This avoid programming any clocks or baud rate registers,
which makes the port more robust against GPU firmware changes.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Change-Id: Ida83a963bb18a878997e9cbd55f8ceac6a2e1c1f
1 parent 0d92745 commit 795aefe5e80494018c731cea69e2284140f4abbb
@Andre Przywara Andre Przywara authored on 10 Mar 2020
Showing 12 changed files
View
plat/rpi/common/include/rpi_shared.h
View
plat/rpi/common/rpi3_common.c
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/rpi3_bl1_setup.c
View
plat/rpi/rpi3/rpi3_bl2_setup.c
View
plat/rpi/rpi3/rpi3_bl31_setup.c
View
plat/rpi/rpi4/aarch64/plat_helpers.S
View
plat/rpi/rpi4/include/platform_def.h
View
plat/rpi/rpi4/include/rpi_hw.h
View
plat/rpi/rpi4/rpi4_bl31_setup.c