frontrunner now builds
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2174 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
61322d21a0
commit
d2e1326776
|
@ -26,11 +26,11 @@ static void main(unsigned long bist)
|
|||
// pc97317_enable_serial(SERIAL_DEV, TTYS0_BASE);
|
||||
unsigned char i;
|
||||
while(1)
|
||||
post_code(i);
|
||||
outb(0x80, i);
|
||||
uart_init();
|
||||
console_init();
|
||||
while (1)
|
||||
print_err("hi\n");
|
||||
outb(0x80, i);
|
||||
/* Halt if there was a built in self test failure */
|
||||
report_bist_failure(bist);
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
extern struct chip_operations mainboard_lippert_coolrunner_ops;
|
||||
extern struct chip_operations mainboard_lippert_frontrunner_ops;
|
||||
|
||||
struct mainboard_lippert_coolrunner_config {
|
||||
struct mainboard_lippert_frontrunner_config {
|
||||
int nothing;
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <arch/io.h>
|
||||
#include "chip.h"
|
||||
|
||||
struct chip_operations mainboard_lippert_coolrunner_ops = {
|
||||
struct chip_operations mainboard_lippert_frontrunner_ops = {
|
||||
CHIP_NAME("Lippert frontrunner mainboard ")
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue