coreboot/src/soc/amd/cezanne
Kyösti Mälkki 2e65e9cb69 soc/amd: Use ioapic helper functions
Calling setup_ioapic() was only correct for the
IOAPIC routing GSI 0..15 that mimic legacy PIC IRQs.

Change-Id: Ifdacc61b72f461ec6bea334fa06651c09a9695d6
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55571
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
2022-11-17 23:31:59 +00:00
..
acpi soc/amd/*/acpi/mmio.asl,sb_fch.asl: hide AAHB device 2022-10-29 22:49:33 +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: Use ioapic helper functions 2022-11-17 23:31:59 +00:00
agesa_acpi.c payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity 2022-10-13 19:14:57 +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 soc/amd/cezanne: Factor out common GPP clk req code 2022-10-26 22:01:21 +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
espi_util.c
fch.c soc/amd/cezanne: Update GPP clk req code to use ARRAY_SIZE 2022-10-26 22:01:47 +00:00
fsp_m_params.c soc/amd/cezanne/fsp_m_params: fix modification of constant 2022-05-16 15:22:04 +00:00
fsp_s_params.c
fw.cfg
gpio.c
graphics.c
i2c.c soc/amd/*/i2c: Move reset_i2c_peripherals to i2c.c 2022-10-18 16:09:44 +00:00
Kconfig arch/x86/Kconfig: Move AMD stages arch to common code 2022-11-14 15:54:02 +00:00
Makefile.inc soc/amd/*/data_fabric: Use common device ops 2022-11-04 20:39:32 +00:00
mca.c
preload.c
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: Use ioapic helper functions 2022-11-17 23:31:59 +00:00
smihandler.c soc/amd/*/smihandler: Make fch_apmc_smi_handler common 2022-10-17 13:42:46 +00:00
smu.c
uart.c soc/amd/*/uart: cleanup includes 2022-10-21 21:03:33 +00:00
xhci.c