From 2906362ea7001da74b92339fa7f3fa146f05f919 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Thu, 3 Jun 2004 16:56:01 +0000 Subject: nothing yet git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1597 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/totalimpact/briq/init.c | 41 ----------------------------------- 1 file changed, 41 deletions(-) (limited to 'src/mainboard/totalimpact') diff --git a/src/mainboard/totalimpact/briq/init.c b/src/mainboard/totalimpact/briq/init.c index b7da78eba4..10de036055 100644 --- a/src/mainboard/totalimpact/briq/init.c +++ b/src/mainboard/totalimpact/briq/init.c @@ -22,53 +22,12 @@ /* * Do very early board initialization: - * - * - Configure External Bus (EBC) - * - Setup Flash - * - Setup NVRTC - * - Setup Board Control and Status Registers (BCSR) - * - Enable UART0 for debugging */ #include #include -#include -#include -#include void board_init(void) { - /* - * Configure FLASH - */ - mtebc(pb0cr, 0xFC0DC000); - mtebc(pb0ap, 0x02000000); - - /* - * Configure NVTRC/BCSR - */ - mtebc(pb4cr, 0xF4058000); - mtebc(pb4ap, 0x04050000); - - /* - * Enable PCI - */ - outb(0x80, 0xF4000001); - - /* - * Enable UART0 - */ - outb(0x20, 0xF4000003); - - /* - * Cycle LEDs to show something is happening... - */ - outb(0x07, 0xF4000009); - udelay(100000); - outb(0x0B, 0xF4000009); - udelay(100000); - outb(0x0D, 0xF4000009); - udelay(100000); - outb(0x0E, 0xF4000009); } -- cgit v1.2.3