util/inteltool: Add support for Alder Lake-N
Reference: Intel Processor and Intel Core i3 N-Series Datasheet, Volume 1 of 2 (#759603) Change-Id: Ib3225088fa08fb7e5a60c87d0f1f6b3001f5b562 Signed-off-by: Brandon Weeks <me@brandonweeks.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79732 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
committed by
Felix Held
parent
30bd24fd26
commit
7ee7b137a7
@@ -124,6 +124,7 @@ int print_rcba(struct pci_dev *sb)
|
||||
case PCI_DEVICE_ID_INTEL_ICH4:
|
||||
case PCI_DEVICE_ID_INTEL_ICH4M:
|
||||
case PCI_DEVICE_ID_INTEL_ICH5:
|
||||
case PCI_DEVICE_ID_INTEL_ADL_N:
|
||||
printf("This southbridge does not have RCBA.\n");
|
||||
return 1;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user