From 703778cb839b29bb2d80be90155667121c3f90b0 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 19 Jan 2023 17:48:44 +0100 Subject: soc/amd/mendocino/acpi/pci_int_defs: remove TODO after checking All field definitions in the IndexField object match both the info in the PPR #57243 revision 3.02 and also match the defines in soc/amd/ mendocino/include/soc/amd_pci_int_defs.h. The IndexFieldvonly defines the subset of the IRQ mapping registers that are used or likely needed in the future. This is handled in the same way for the other AMD SoCs. Signed-off-by: Felix Held Change-Id: I6b0adfecc99945de69b4853f4423b4c10951d3e5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72092 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/soc/amd/mendocino/acpi/pci_int_defs.asl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/soc') diff --git a/src/soc/amd/mendocino/acpi/pci_int_defs.asl b/src/soc/amd/mendocino/acpi/pci_int_defs.asl index fa5c88b0d6..6d194036d4 100644 --- a/src/soc/amd/mendocino/acpi/pci_int_defs.asl +++ b/src/soc/amd/mendocino/acpi/pci_int_defs.asl @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* TODO: Check if this is still correct */ - /* PCI IRQ mapping registers, C00h-C01h. */ OperationRegion(PRQM, SystemIO, 0x00000c00, 0x00000002) Field(PRQM, ByteAcc, NoLock, Preserve) { -- cgit v1.2.3