Felix Held submitted this change.

View Change

Approvals: Felix Held: Looks good to me, approved build bot (Jenkins): Verified
nb/amd/pi/00730F01: Specify supported memory type

Change-Id: Iccaeb685ba66112b9e05ed72b57eb840543d7c6a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76388
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
---
M src/northbridge/amd/pi/00730F01/Kconfig
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/northbridge/amd/pi/00730F01/Kconfig b/src/northbridge/amd/pi/00730F01/Kconfig
index 94abb93..360fd8f 100644
--- a/src/northbridge/amd/pi/00730F01/Kconfig
+++ b/src/northbridge/amd/pi/00730F01/Kconfig
@@ -2,6 +2,11 @@

config NORTHBRIDGE_AMD_PI_00730F01
bool
+ select NO_DDR5
+ select NO_LPDDR4
+ select NO_DDR4
+ select USE_DDR3
+ select NO_DDR2

if NORTHBRIDGE_AMD_PI_00730F01


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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iccaeb685ba66112b9e05ed72b57eb840543d7c6a
Gerrit-Change-Number: 76388
Gerrit-PatchSet: 3
Gerrit-Owner: Elyes Haouas <ehaouas@noos.fr>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged