summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2022-10-15 12:38:35 +0200
committerMichał Żygowski <michal.zygowski@3mdeb.com>2023-01-13 10:53:20 +0000
commit9f87ad2c2f977670d06d55ce5af45560e3a32677 (patch)
tree8ebd004d9211a0146f424b36fcb02bff3cd7b17e /configs
parent61ef0e4aa564df122283764056bf1e06a7b16cec (diff)
downloadcoreboot-9f87ad2c2f977670d06d55ce5af45560e3a32677.tar.gz
coreboot-9f87ad2c2f977670d06d55ce5af45560e3a32677.tar.bz2
coreboot-9f87ad2c2f977670d06d55ce5af45560e3a32677.zip
mb/msi/ms7d25: Add support for DDR5 variant
The DDR5 board is almost identical to the DDR4 one. The only major difference is the board's DDR5 memory design. TEST=Boot MSI PRO Z690-A board successfully to Ubuntu 22.04. Memory: Crucial CT8G48C40U5.M4A1 in all 4 slots. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I652a879d1616df4708fe4690797ad98384897f53 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68448 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/config.msi_ms7d25_ddr4 (renamed from configs/config.msi_ms7d25)0
-rw-r--r--configs/config.msi_ms7d25_ddr521
2 files changed, 21 insertions, 0 deletions
diff --git a/configs/config.msi_ms7d25 b/configs/config.msi_ms7d25_ddr4
index e6d85e02395c..e6d85e02395c 100644
--- a/configs/config.msi_ms7d25
+++ b/configs/config.msi_ms7d25_ddr4
diff --git a/configs/config.msi_ms7d25_ddr5 b/configs/config.msi_ms7d25_ddr5
new file mode 100644
index 000000000000..e26e99e81787
--- /dev/null
+++ b/configs/config.msi_ms7d25_ddr5
@@ -0,0 +1,21 @@
+CONFIG_VENDOR_MSI=y
+CONFIG_CBFS_SIZE=0x1000000
+CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000
+CONFIG_EDK2_BOOT_TIMEOUT=3
+CONFIG_BOARD_MSI_Z690_A_PRO_WIFI_DDR5=y
+CONFIG_POWER_STATE_OFF_AFTER_FAILURE=y
+CONFIG_PCIEXP_HOTPLUG=y
+CONFIG_PCIEXP_HOTPLUG_PREFETCH_MEM_BELOW_4G=y
+CONFIG_DEFAULT_CONSOLE_LOGLEVEL_0=y
+CONFIG_POST_DEVICE_PCI_PCIE=y
+CONFIG_POST_IO_PORT=0x80
+CONFIG_PAYLOAD_EDK2=y
+CONFIG_EDK2_REPOSITORY="https://github.com/Dasharo/edk2.git"
+CONFIG_EDK2_TAG_OR_REV="origin/dasharo"
+CONFIG_EDK2_CBMEM_LOGGING=y
+CONFIG_EDK2_FOLLOW_BGRT_SPEC=y
+CONFIG_EDK2_SD_MMC_TIMEOUT=1000
+CONFIG_TPM2=y
+CONFIG_TPM_MEASURED_BOOT=y
+CONFIG_DRIVERS_GENERIC_CBFS_SERIAL=y
+CONFIG_DRIVERS_GENERIC_CBFS_UUID=y