Felix Held has uploaded this change for review.

View Change

soc/amd/genoa_poc/chip: print data fabric MMIO decoding configuration

Printing the data fabric MMIO decode window configuration might be
useful and it also aligns this SoC more with the other AMD family 17h+
SoCs.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I52f6655a5c63e31165549dcb6f5f95d4e74bad3d
---
M src/soc/amd/genoa_poc/chip.c
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/80356/1
diff --git a/src/soc/amd/genoa_poc/chip.c b/src/soc/amd/genoa_poc/chip.c
index 13ede84..a763dab 100644
--- a/src/soc/amd/genoa_poc/chip.c
+++ b/src/soc/amd/genoa_poc/chip.c
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */

#include <amdblocks/acpi.h>
+#include <amdblocks/data_fabric.h>
#include <device/device.h>
#include <soc/southbridge.h>
#include <soc/southbridge.h>
@@ -13,6 +14,8 @@
setup_opensil();
opensil_xSIM_timepoint_1();

+ data_fabric_print_mmio_conf();
+
fch_init(chip_info);
}


To view, visit change 80356. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I52f6655a5c63e31165549dcb6f5f95d4e74bad3d
Gerrit-Change-Number: 80356
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot@felixheld.de>
Gerrit-MessageType: newchange