From 0946190e15f7aed3fdad5a60ef76cb1c6051c69c Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 29 Dec 2013 08:25:47 +0200 Subject: AMD K8 (rev-F): Always have RAMINIT_SYSINFO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit K8 Rev F raminit code cannot be built without RAMINIT_SYSINFO, so have the option enabled together with K8_REV_F_SUPPORT. Also move the option under AMD K8. Change-Id: I91fa0b4ae7e3e54fbcb4a4f91eb043956cd0fb60 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/4582 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Alexandru Gagniuc --- src/northbridge/amd/amdk8/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/northbridge') diff --git a/src/northbridge/amd/amdk8/Kconfig b/src/northbridge/amd/amdk8/Kconfig index 294002ea24..4b27689671 100644 --- a/src/northbridge/amd/amdk8/Kconfig +++ b/src/northbridge/amd/amdk8/Kconfig @@ -33,6 +33,10 @@ config K8_HT_FREQ_1G_SUPPORT bool default n +config RAMINIT_SYSINFO + bool + default n + config WAIT_BEFORE_CPUS_INIT bool default n @@ -73,6 +77,7 @@ config K8_ALLOCATE_IO_RANGE config K8_REV_F_SUPPORT bool + select RAMINIT_SYSINFO default n if K8_REV_F_SUPPORT -- cgit v1.2.3