Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/75897?usp=email )
Change subject: soc/amd/common/block/include/amdblocks/data_fabric: fix typo in 'IOAPIC' ......................................................................
soc/amd/common/block/include/amdblocks/data_fabric: fix typo in 'IOAPIC'
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ie17fd14bed9ec91c5f11aee00bf5d2d2e253ec08 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75897 Reviewed-by: Fred Reitberger reitbergerfred@gmail.com Reviewed-by: Arthur Heymans arthur@aheymans.xyz Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/amd/common/block/include/amdblocks/data_fabric.h 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Fred Reitberger: Looks good to me, approved build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved
diff --git a/src/soc/amd/common/block/include/amdblocks/data_fabric.h b/src/soc/amd/common/block/include/amdblocks/data_fabric.h index 0772b7d..4fb28fc 100644 --- a/src/soc/amd/common/block/include/amdblocks/data_fabric.h +++ b/src/soc/amd/common/block/include/amdblocks/data_fabric.h @@ -11,7 +11,7 @@
#define BROADCAST_FABRIC_ID 0xff
-/* Index of IOAPI resource associated with IOMMU */ +/* Index of IOAPIC resource associated with IOMMU */ #define IOMMU_IOAPIC_IDX 0x20000120
#define DF_MMIO_REG_OFFSET(instance) ((instance) * DF_MMIO_REG_SET_SIZE * sizeof(uint32_t))