* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 18 Apr 2011 23:51:12 +0000 (23:51 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 18 Apr 2011 23:51:12 +0000 (23:51 +0000)
commitb3ae1867d1a4b495a56078f521bebec9981f7494
tree5f05b92696c5b38932c0bacfb00f5aff285d83f3
parent261f842c1c3ce5e4ee151889f692a16856c400f3
* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that value
  to unify calls to *_enable_usbdebug()
* rename *_enable_usbdebug() to enable_usbdebug()
* move enable_usbdebug() to generic romstage console init code
  and drop it from the individual romstage.c files.

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6513 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
49 files changed:
src/console/console.c
src/mainboard/amd/bimini_fam10/romstage.c
src/mainboard/amd/dbm690t/romstage.c
src/mainboard/amd/mahogany/romstage.c
src/mainboard/amd/mahogany_fam10/romstage.c
src/mainboard/amd/pistachio/romstage.c
src/mainboard/amd/tilapia_fam10/romstage.c
src/mainboard/asrock/939a785gmh/romstage.c
src/mainboard/asus/m2n-e/romstage.c
src/mainboard/asus/m4a78-em/romstage.c
src/mainboard/asus/m4a785-m/romstage.c
src/mainboard/getac/p470/romstage.c
src/mainboard/gigabyte/ga_2761gxdk/romstage.c
src/mainboard/gigabyte/m57sli/romstage.c
src/mainboard/gigabyte/ma785gmt/romstage.c
src/mainboard/gigabyte/ma78gm/romstage.c
src/mainboard/ibase/mb899/romstage.c
src/mainboard/iei/kino-780am2-fam10/romstage.c
src/mainboard/intel/d945gclf/romstage.c
src/mainboard/jetway/pa78vm5/romstage.c
src/mainboard/kontron/986lcd-m/romstage.c
src/mainboard/kontron/kt690/romstage.c
src/mainboard/lenovo/x60/romstage.c
src/mainboard/msi/ms7260/romstage.c
src/mainboard/msi/ms9652_fam10/romstage.c
src/mainboard/nvidia/l1_2pvv/romstage.c
src/mainboard/roda/rk886ex/romstage.c
src/mainboard/supermicro/h8scm_fam10/romstage.c
src/mainboard/technexion/tim5690/romstage.c
src/mainboard/technexion/tim8690/romstage.c
src/mainboard/tyan/s2912/romstage.c
src/mainboard/tyan/s2912_fam10/romstage.c
src/southbridge/amd/sb600/Kconfig
src/southbridge/amd/sb600/enable_usbdebug.c
src/southbridge/amd/sb600/sb600.h
src/southbridge/amd/sb700/enable_usbdebug.c
src/southbridge/amd/sb700/sb700.h
src/southbridge/amd/sb800/enable_usbdebug.c
src/southbridge/amd/sb800/sb800.h
src/southbridge/intel/i82801gx/Kconfig
src/southbridge/intel/i82801gx/i82801gx.h
src/southbridge/intel/i82801gx/usb_debug.c
src/southbridge/intel/sch/usb_debug.c
src/southbridge/nvidia/ck804/ck804.h
src/southbridge/nvidia/ck804/enable_usbdebug.c
src/southbridge/nvidia/mcp55/enable_usbdebug.c
src/southbridge/nvidia/mcp55/mcp55.h
src/southbridge/sis/sis966/enable_usbdebug.c
src/southbridge/sis/sis966/sis966.h