coreboot-kgpe-d16/src/acpi
Arthur Heymans 3df6cc9de6 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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76132
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2023-09-18 13:34:47 +00:00
..
acpi.c acpi.c: Add XSDT on QEMU 2023-09-14 10:37:33 +00:00
acpi_apic.c acpi/acpi.c: Add and use acpi_arch_fill_madt() 2023-08-02 17:11:06 +00:00
acpi_dmar.c acpi/acpi.c: Split of ACPI table generation into separate files 2023-07-21 07:33:37 +00:00
acpi_gic.c acpi: Add functions to declare ARM GIC V3 hardware 2023-09-18 13:34:47 +00:00
acpi_hpet.c acpi/acpi.c: Split of ACPI table generation into separate files 2023-07-21 07:33:37 +00:00
acpi_pm.c ACPI: Add usb_charge_mode_from_gnvs() 2023-08-16 17:55:02 +00:00
acpigen.c acpi/acpigen.c: Ignore compiler warning about stack overflowing 2023-07-21 07:33:06 +00:00
acpigen_dptf.c acpi: Comply with ACPI specification by making _STR unicode strings 2023-09-14 12:03:32 +00:00
acpigen_dsm.c
acpigen_extern.asl
acpigen_pci.c
acpigen_ps2_keybd.c
acpigen_usb.c
device.c
dsdt_top.asl acpi: Move ECAM resource below PNP0C02 device in a common place 2023-07-20 10:38:42 +00:00
fadt_filler.c ACPI: Add helper fill_fadt_extended_pm_io() 2023-08-08 06:51:03 +00:00
gnvs.c acpi/gnvs.c: Drop unused pointer to the cbmem console 2023-07-06 13:54:30 +00:00
Kconfig acpi: Add functions to declare ARM GIC V3 hardware 2023-09-18 13:34:47 +00:00
Makefile.inc acpi: Add functions to declare ARM GIC V3 hardware 2023-09-18 13:34:47 +00:00
pld.c
sata.c
soundwire.c acpi/soundwire.[ch]: Fix dpn entry array overrun 2023-09-13 15:26:01 +00:00