coreboot/src
Felix Held 906f9be383 soc/amd/common/block/data_fabric: add data_fabric_print_mmio_conf
Output on Picasso at the beginning of data_fabric_set_mmio_np:

=== Data Fabric MMIO configuration registers ===
Addresses are shifted to the right by 16 bits.
idx  control     base    limit
  0       93     fc00     febf
  1       93  1000000 ffffffff
  2       93     d000     f7ff
  3       90        0        0
  4       93     fed0     fed0
  5       90        0        0
  6       90        0        0
  7       90        0        0

Output on Picasso at the end of data_fabric_set_mmio_np:

=== Data Fabric MMIO configuration registers ===
Addresses are shifted to the right by 16 bits.
idx  control     base    limit
  0       93     fc00     febf
  1       93  1000000 ffffffff
  2       93     d000     f7ff
  3     1093     fed0     fedf
  4       90        0        0
  5       90        0        0
  6       90        0        0
  7       90        0        0

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I74617dfc6099489f3c81d0e385b502f1bbecea78
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50640
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-02-14 21:46:23 +00:00
..
acpi ACPI: Move common _PIC method 2021-02-14 21:35:47 +00:00
arch
commonlib
console
cpu cpu/intel/haswell/acpi.c: Correct get_cores_per_package 2021-02-12 19:29:07 +00:00
device
drivers
ec
include include/acpi/acpi.h: Add ACPI_MADT_LAPIC_NMI_ALL_PROCESSORS 2021-02-13 21:54:54 +00:00
lib
mainboard sb/amd/cimx/sb800: Move common OSFL method in ASL 2021-02-14 21:36:48 +00:00
northbridge nb/intel/haswell/pei_data.h: Define SPD_LEN 2021-02-12 19:49:16 +00:00
security security/intel/txt/Makefile.inc: Use tab for indent 2021-02-11 10:23:04 +00:00
soc soc/amd/common/block/data_fabric: add data_fabric_print_mmio_conf 2021-02-14 21:46:23 +00:00
southbridge sb/amd/cimx/sb800: Move common OSFL method in ASL 2021-02-14 21:36:48 +00:00
superio superio/smsc/sch5545: Add missing <types.h> 2021-02-13 22:06:28 +00:00
vendorcode
Kconfig