coreboot-kgpe-d16/src
Felix Held 2f478b85ca soc/amd/sabrina/include/amd_pci_int_defs: add additional UARTs
Compared to Cezanne there are 3 more UARTs controllers. The PCI
interrupt index table in the new SoC's PPR #57243 Rev 1.50 doesn't
contain a PIRQ mapping for UART4. The reference code has a mapping for
this and it uses PIRQ mapping index 0x77 for UART4 and not for I2C5.
Since the I2C5 controller isn't owned by the x86 side and I didn't see
any mapping of the I2C5 controller into the x86 MMIO space, this seems
very plausible. Also add the corresponding fields to the ACPI code.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I44780f5bc20966e6cc9867fca609d67f2893163d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61083
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2022-01-27 22:14:05 +00:00
..
acpi src: Remove unused <stdbool> 2022-01-19 15:15:50 +00:00
arch arch/riscv: Fix some SMP related headers 2022-01-19 19:29:42 +00:00
commonlib commonlib: Add new "CSME ROM started execution" TS 2022-01-21 22:43:30 +00:00
console lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UART 2022-01-25 16:13:39 +00:00
cpu cpu/intel/socket_p: Drop 'select SSE' 2022-01-27 14:51:35 +00:00
device src: Add missing 'void' in function definition 2022-01-26 23:57:12 +00:00
drivers drivers/intel/usb4/retimer: Use usb4_retimer_scope replace dev path 2022-01-27 22:05:52 +00:00
ec ec/google/chromeec: Add checks before creating Type C device 2022-01-25 03:52:00 +00:00
include soc/intel/common: Include Alder Lake-N device IDs 2022-01-25 16:10:46 +00:00
lib lib/cbmem_console,console: Resurrect CONSOLE_CBMEM_DUMP_TO_UART 2022-01-25 16:13:39 +00:00
mainboard mb/google/brya/var/taniks: Enable Bayhub LV2 driver 2022-01-27 22:06:18 +00:00
northbridge nb/intel/sandybridge/raminit_mrc.c: Use <device/dram/ddr3.h> macros 2022-01-27 14:48:56 +00:00
security console/cbmem_console: Rename cbmem_dump_console 2022-01-13 15:25:43 +00:00
soc soc/amd/sabrina/include/amd_pci_int_defs: add additional UARTs 2022-01-27 22:14:05 +00:00
southbridge src: Add missing 'void' in function definition 2022-01-26 23:57:12 +00:00
superio superio/smsc/sch5545/superio.c: Include `stdint.h` and `bsd/helpers.h` 2022-01-10 23:28:32 +00:00
vendorcode vc/amd/agesa: fix out-of-bounds read 2022-01-26 22:17:06 +00:00
Kconfig Kconfig: Show console DEBUG_FUNC if OVERRIDE_LOGLEVEL is set 2021-11-13 00:20:11 +00:00