Various USB Debug Port fixes (trivial).
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 25 Sep 2010 14:23:31 +0000 (14:23 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 25 Sep 2010 14:23:31 +0000 (14:23 +0000)
commit370d979a93b1a63d1f8afc1ec2eb7cf54947ce35
tree938036d81b7d1a128d6d90c8d2d6a5bc4aa6287c
parentbcabf2fa749f0690da982aaba52d9045f231c119
Various USB Debug Port fixes (trivial).

 - Drop unused DBGP_DEFAULT #defines on boards with chipsets where no
   USB Debug Port support is implemented anyway (at the moment, at least):

    - hp/dl145_g3
    - hp/dl165_g6_fam10

 - ICH7: Move unrelated code out of set_debug_port(). All ICH southbridges
   with Debug Port hardcode the physical USB port used as Debug Port to 1.
   In other words, this port is not user-configurable (as seems to be
   the case on NVIDIA MCP55). For now we keep the 'port' parameter in order
   to not change the API, this might be fixed differently later.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5842 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/getac/p470/romstage.c
src/mainboard/hp/dl145_g3/romstage.c
src/mainboard/hp/dl165_g6_fam10/romstage.c
src/mainboard/ibase/mb899/romstage.c
src/mainboard/intel/d945gclf/romstage.c
src/mainboard/kontron/986lcd-m/romstage.c
src/mainboard/roda/rk886ex/romstage.c
src/southbridge/intel/i82801gx/i82801gx_usb_debug.c