Attention is currently required from: Julius Werner, Lance Zhao, Tim Wawrzynczak.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76132?usp=email )
Change subject: acpi: Add functions to declare ARM GIC V3 hardware ......................................................................
Patch Set 5:
(2 comments)
File src/arch/arm64/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/76132/comment/54ed1509_ed66329c : PS5, Line 122: ramstage-$(CONFIG_ACPI_COMMON_MADT_GICC_V3) += ../../acpi/acpi_gic.c
Why put that here and not in acpi/Makefile.inc?
Similar to how arch/x86 includes apic/hpet/dmar acpi code.
File src/include/acpi/acpi.h:
https://review.coreboot.org/c/coreboot/+/76132/comment/271beb87_fd951b07 : PS5, Line 1571: uintptr_t get_gicr_base(void);
These are platform callbacks, right? They should probably be a bit better namespaced, e.g. […]
Done