coreboot-kgpe-d16/util/inteltool
Matt DeVillier 00e9c91ff7 util/inteltool: Add support for RPL-H CPU
Add PCI IDs and descriptor strings to support the integrated
north/south bridges and GPU for the i9-13900H CPU.

---
CPU: ID 0xb06a2, Processor Type 0x0, Family 0x6, Model 0xba, Stepping 0x2
Northbridge: 8086:a706 (13th generation (Raptor Lake H family) Core Processor)
Southbridge: 8086:519d (Raptor Lake)
IGD: 8086:a7a0 (Intel(R) Iris Xe Graphics [RPL-P])
SBREG_BAR = 0xfd000000 (MEM)
---

TEST=build/run inteltool on Erying SRMJ4 mainboard, verify
PCI IDs not unknown, GPIOs dumped.

Change-Id: I4cf3f419f103a1a7d4c6850f2257b7e7d45f3b18
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79962
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-01-18 14:59:07 +00:00
..
gpio_names inteltool/gpio_names/*.h: Add GPL-2.0-only SPDX license header 2023-12-02 08:13:39 +00:00
.gitignore
Makefile util/inteltool/Makefile: improve cross-compilation support 2022-12-09 11:05:56 +00:00
ahci.c
amb.c
cpu.c util/inteltool: Don't use old style function definition 2023-08-28 17:07:43 +00:00
description.md
gfx.c
gpio.c intetool: Add support for 700 series PCH 2023-08-09 22:00:00 +00:00
gpio_groups.c intetool: Add support for 700 series PCH 2023-08-09 22:00:00 +00:00
inteltool.8
inteltool.c util/inteltool: Add support for RPL-H CPU 2024-01-18 14:59:07 +00:00
inteltool.h util/inteltool: Add support for RPL-H CPU 2024-01-18 14:59:07 +00:00
iobp.c
ivy_memory.c
lpc.c
memory.c inteltool: memory: log PCI id of unknown devices 2023-12-04 15:51:41 +00:00
pcie.c util/inteltool: Add support for (non-ULT) Broadwell 2022-10-08 21:04:43 +00:00
pcr.c intetool: Add support for 700 series PCH 2023-08-09 22:00:00 +00:00
pcr.h
powermgt.c
rootcmplx.c util/inteltool: suggest booting with iomem=relaxed 2023-06-10 00:25:04 +00:00
spi.c