coreboot-kgpe-d16/src/soc/amd/picasso
Felix Held dafc6194a0 soc/amd/root_complex: don't skip reporting IOAPIC resource in !hob case
When no HOB list is found, not only adding the resources reported by the
FSP were skipped, but also adding the GNB IOAPIC resource was skipped.
Fix this bug by moving the reporting of the GNB IOAPIC resource before
the resources reported in the FSP HOBs to not skip the IOAPIC resource
when there's no HOB list.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I9174c8d7e5e94144187d27210e12f2dca3a6010f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69460
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-11-11 17:45:18 +00:00
..
acpi soc/amd/picasso/acpi: include pci_int_defs.asl from soc.asl 2022-11-09 15:47:31 +00:00
include/soc soc/amd/*/data_fabric: Move register offsets to soc 2022-11-04 20:36:49 +00:00
psp_verstage soc/amd/*/psp_verstage/svc: Make svc.h macros common 2022-10-13 15:44:15 +00:00
acpi.c soc/amd: factor out writing extended PM registers in FADT 2022-10-18 23:07:37 +00:00
agesa_acpi.c soc/amd: Include <cpu/cpu.h> instead of <arch/cpu.h> 2022-11-03 13:07:39 +00:00
aoac.c
chip.c soc/amd/*/data_fabric: move data_fabric_set_mmio_np to common 2022-11-03 19:47:38 +00:00
chip.h zork: Control DPTC with only Kconfig 2022-09-15 17:58:07 +00:00
chipset.cb soc/amd/*/data_fabric: Use common device ops 2022-11-04 20:39:32 +00:00
config.c
cpu.c cpu/amd/smm: Move MP & SMM init in a common place 2022-09-14 20:29:17 +00:00
early_fch.c soc/amd: move set_uart_config prototype to common UART header 2022-10-20 16:47:11 +00:00
fch.c soc/amd/picasso/fch: use [read,write]8p to avoid typecasts 2022-09-30 14:49:18 +00:00
fsp_m_params.c
fsp_s_params.c
fw.cfg
gpio.c
graphics.c soc/amd/picasso: Clean up includes 2022-10-14 21:32:23 +00:00
i2c.c soc/amd/*/i2c: Move reset_i2c_peripherals to i2c.c 2022-10-18 16:09:44 +00:00
Kconfig soc/amd: Specify memory types supported by each chip 2022-11-04 01:00:27 +00:00
Makefile.inc soc/amd/*/data_fabric: Use common device ops 2022-11-04 20:39:32 +00:00
mca.c
pcie_gpp.c soc/amd/picasso: Clean up includes 2022-10-14 21:32:23 +00:00
reset.c
romstage.c soc/amd: Include <cpu/cpu.h> instead of <arch/cpu.h> 2022-11-03 13:07:39 +00:00
root_complex.c soc/amd/root_complex: don't skip reporting IOAPIC resource in !hob case 2022-11-11 17:45:18 +00:00
sata.c
smihandler.c soc/amd/*/smihandler: Make fch_apmc_smi_handler common 2022-10-17 13:42:46 +00:00
smu.c soc/amd/picasso: Clean up includes 2022-10-14 21:32:23 +00:00
soc_util.c soc/amd: Include <cpu/cpu.h> instead of <arch/cpu.h> 2022-11-03 13:07:39 +00:00
uart.c soc/amd/*/uart: cleanup includes 2022-10-21 21:03:33 +00:00
xhci.c