fix most usbdebug warnings and fix function names.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5587 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
da3237376f
commit
75a05dc0b9
18 changed files with 79 additions and 78 deletions
|
|
@ -321,8 +321,8 @@ void main(unsigned long bist)
|
|||
uart_init();
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
i82801gx_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
i82801gx_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
console_init();
|
||||
|
||||
|
|
|
|||
|
|
@ -200,8 +200,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
report_bist_failure(bist);
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
sis966_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
sis966_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
console_init();
|
||||
printk(BIOS_DEBUG, "*sysinfo range: [%p,%p]\n",sysinfo,sysinfo+1);
|
||||
|
|
|
|||
|
|
@ -213,8 +213,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
report_bist_failure(bist);
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
mcp55_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
mcp55_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
console_init();
|
||||
printk(BIOS_DEBUG, "*sysinfo range: [%p,%p]\n",sysinfo,sysinfo+1);
|
||||
|
|
|
|||
|
|
@ -237,8 +237,8 @@ void main(unsigned long bist)
|
|||
uart_init();
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
i82801gx_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
i82801gx_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
|
||||
console_init();
|
||||
|
|
|
|||
|
|
@ -381,8 +381,8 @@ void main(unsigned long bist)
|
|||
uart_init();
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
i82801gx_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
i82801gx_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
|
||||
console_init();
|
||||
|
|
|
|||
|
|
@ -182,8 +182,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
uart_init();
|
||||
report_bist_failure(bist); /* Halt upon BIST failure. */
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
mcp55_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
mcp55_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
console_init();
|
||||
|
||||
|
|
|
|||
|
|
@ -186,8 +186,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
report_bist_failure(bist);
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
mcp55_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
mcp55_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
|
||||
val = cpuid_eax(1);
|
||||
|
|
|
|||
|
|
@ -199,8 +199,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
report_bist_failure(bist);
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
mcp55_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
mcp55_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
console_init();
|
||||
printk(BIOS_DEBUG, "*sysinfo range: [%p,%p]\n",sysinfo,sysinfo+1);
|
||||
|
|
|
|||
|
|
@ -291,8 +291,8 @@ void main(unsigned long bist)
|
|||
uart_init();
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
i82801gx_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
i82801gx_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
|
||||
console_init();
|
||||
|
|
|
|||
|
|
@ -193,8 +193,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
report_bist_failure(bist);
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
mcp55_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
mcp55_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
console_init();
|
||||
printk(BIOS_DEBUG, "*sysinfo range: [%p,%p]\n",sysinfo,sysinfo+1);
|
||||
|
|
|
|||
|
|
@ -181,8 +181,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
report_bist_failure(bist);
|
||||
|
||||
#if CONFIG_USBDEBUG_DIRECT
|
||||
mcp55_enable_usbdebug_direct(DBGP_DEFAULT);
|
||||
early_usbdebug_direct_init();
|
||||
mcp55_enable_usbdebug(DBGP_DEFAULT);
|
||||
early_usbdebug_init();
|
||||
#endif
|
||||
|
||||
val = cpuid_eax(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue