From 0010bf60a63298700292de40e437d5927a73d49f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 11 Jun 2013 16:32:01 +0300 Subject: usbdebug: Support AMD cimx/sb700 cimx/sb800 once again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Support code for sb700 and sb800 existed already, but Kconfig and compile-time issues prevented from enabling USBDEBUG for boards with the affected AMD southbridges. Change-Id: I49e955fcc6e54927320b9dc7f62ea00c55c3cedf Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3439 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/southbridge/amd/cimx/sb700/Kconfig | 1 + src/southbridge/amd/cimx/sb700/Makefile.inc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/southbridge/amd/cimx/sb700') diff --git a/src/southbridge/amd/cimx/sb700/Kconfig b/src/southbridge/amd/cimx/sb700/Kconfig index 97cdf1c229..0a22296b2e 100644 --- a/src/southbridge/amd/cimx/sb700/Kconfig +++ b/src/southbridge/amd/cimx/sb700/Kconfig @@ -20,6 +20,7 @@ config SOUTHBRIDGE_AMD_CIMX_SB700 bool select IOAPIC + select HAVE_USBDEBUG select AMD_SB_CIMX select HAVE_HARD_RESET diff --git a/src/southbridge/amd/cimx/sb700/Makefile.inc b/src/southbridge/amd/cimx/sb700/Makefile.inc index 268629f45c..f6f0d866a4 100644 --- a/src/southbridge/amd/cimx/sb700/Makefile.inc +++ b/src/southbridge/amd/cimx/sb700/Makefile.inc @@ -30,4 +30,5 @@ ramstage-y += reset.c ramstage-y += smbus.c ramstage-y += lpc.c - +romstage-$(CONFIG_USBDEBUG) += ../../sb700/enable_usbdebug.c +ramstage-$(CONFIG_USBDEBUG) += ../../sb700/enable_usbdebug.c -- cgit v1.2.3