From: PhilMD <[email protected]>
Hi,
Some patches from v1 are already merged. This v2 addresses the
review comment from v1, and add patches to clean the memory
space when using multiple cores.
Laurent, if you test U-Boot with this patchset again, do you mind
replying with a "Tested-by:" tag?
The next patchset is probably about the interrupt controller blocks,
then will come another one about the MBox/Properties.
The last patch is unrelated to the series, but since I cleaned this
for the raspi and the highbank is the only board with the same issue,
I included the patch in this series.
Please review.
Regards,
Phil.
Philippe Mathieu-Daudé (10):
hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensor
hw/arm/bcm2835_peripherals: Use the thermal sensor block
hw/timer/bcm2835: Add the BCM2835 SYS_timer
hw/arm/bcm2835_peripherals: Use the SYS_timer
hw/arm/bcm2836: Make the SoC code modular
hw/arm/bcm2836: Create VideoCore address space in the SoC
hw/arm/bcm2836: Use per CPU address spaces
hw/arm/raspi: Use AddressSpace when using
arm_boot::write_secondary_boot
hw/arm/raspi: Make the board code modular
hw/arm/highbank: Use AddressSpace when using write_secondary_boot()
hw/arm/bcm2835_peripherals.c | 73 +++++++-----
hw/arm/bcm2836.c | 91 ++++++++++++---
hw/arm/highbank.c | 3 +-
hw/arm/raspi.c | 123 ++++++++++++++++----
hw/misc/Makefile.objs | 1 +
hw/misc/bcm2835_thermal.c | 135 ++++++++++++++++++++++
hw/timer/Makefile.objs | 1 +
hw/timer/bcm2835_systmr.c | 166 +++++++++++++++++++++++++++
hw/timer/trace-events | 5 +
include/hw/arm/bcm2835_peripherals.h | 9 +-
include/hw/arm/bcm2836.h | 11 ++
include/hw/arm/raspi_platform.h | 1 +
include/hw/misc/bcm2835_thermal.h | 27 +++++
include/hw/timer/bcm2835_systmr.h | 33 ++++++
14 files changed, 610 insertions(+), 69 deletions(-)
create mode 100644 hw/misc/bcm2835_thermal.c
create mode 100644 hw/timer/bcm2835_systmr.c
create mode 100644 include/hw/misc/bcm2835_thermal.h
create mode 100644 include/hw/timer/bcm2835_systmr.h
--
2.21.0