aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-07-06 11:56:49 +0300
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 23:23:55 +0200
commit9e7806a788f9617d3dd9139a74ab3f7b03eb9581 (patch)
tree8d85d5ba21a8f3870335a0fe36b65e37a3f8c7c9 /src/northbridge
parent4d409b5fc27e44f7c902f8402f661db56d62ac74 (diff)
usbdebug: Move ehci_debug_info allocation
Move ehci_debug_info allocation from console to lib, as console code was only built for ramstage. Implement dbgp_ehci_info() to return the EHCI context. Alread alias this as dbgp_console_input() and _output() to return the console stream context later on. Change-Id: Id6cc07d62953f0466df61eeb159e22b0e3287d4e Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3625 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/sandybridge/raminit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/sandybridge/raminit.c b/src/northbridge/intel/sandybridge/raminit.c
index 78eedb89db..3eb2fb3e79 100644
--- a/src/northbridge/intel/sandybridge/raminit.c
+++ b/src/northbridge/intel/sandybridge/raminit.c
@@ -278,7 +278,7 @@ void sdram_initialize(struct pei_data *pei_data)
#if CONFIG_USBDEBUG
/* mrc.bin reconfigures USB, so reinit it to have debug */
- early_usbdebug_init();
+ usbdebug_init();
#endif
/* For reference print the System Agent version