summaryrefslogtreecommitdiffstats
path: root/src/southbridge/sis
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-08-13 21:51:53 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2013-08-23 05:05:34 +0200
commit93b2bd70ff65a534e91c203c7948deea315675d5 (patch)
treecee63e1c0d3ca90155e15586ca9b75f5b1e37ea2 /src/southbridge/sis
parent6bfe61d5d15d32d307047eeee8493d0e3ffa42ab (diff)
downloadcoreboot-93b2bd70ff65a534e91c203c7948deea315675d5.tar.gz
coreboot-93b2bd70ff65a534e91c203c7948deea315675d5.tar.bz2
coreboot-93b2bd70ff65a534e91c203c7948deea315675d5.zip
usbdebug: Do not support logging from SMM
Letting SMI handler touch EHCI controller is an excellent source of USB problems. Remove usbdebug entirely from SMM. It may be possible to make usbdebug console work from SMM after hard work and coordination with payloads and even OS drivers. But we are not there. Change-Id: Id50586758ee06e8d76e682dc6f64f756ab5b79f5 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3858 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge/sis')
-rw-r--r--src/southbridge/sis/sis966/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/sis/sis966/Makefile.inc b/src/southbridge/sis/sis966/Makefile.inc
index b25aa9ed8744..15559739b541 100644
--- a/src/southbridge/sis/sis966/Makefile.inc
+++ b/src/southbridge/sis/sis966/Makefile.inc
@@ -12,7 +12,6 @@ ramstage-y += reset.c
romstage-$(CONFIG_USBDEBUG) += enable_usbdebug.c
ramstage-$(CONFIG_USBDEBUG) += enable_usbdebug.c
-smm-$(CONFIG_USBDEBUG) += enable_usbdebug.c
chipset_bootblock_inc += $(src)/southbridge/sis/sis966/romstrap.inc
chipset_bootblock_lds += $(src)/southbridge/sis/sis966/romstrap.lds