Attention is currently required from: Arthur Heymans, Lance Zhao, Tim Wawrzynczak.
Hello Julius Werner, Lance Zhao, Tim Wawrzynczak, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/76132?usp=email
to look at the new patch set (#6).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: acpi: Add functions to declare ARM GIC V3 hardware ......................................................................
acpi: Add functions to declare ARM GIC V3 hardware
For GICD and GICR a SOC needs to implement 2 callbacks to get the base of those interrupt controllers.
For all the cpu GIC the code loops over all the DEVICE_PATH_GICC_V3 devices in a similar fashion to how x86 lapics are added. It's up to the SOC to add those devices to the tree.
Signed-off-by: Arthur Heymans arthur@aheymans.xyz Change-Id: I5074d0a76316e854b7801e14b3241f88e805b02f --- M src/acpi/Kconfig M src/acpi/acpi.c A src/acpi/acpi_gic.c M src/arch/arm64/Makefile.inc M src/include/acpi/acpi.h M src/include/device/path.h 6 files changed, 108 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/76132/6