no default rom size
authorRonald G. Minnich <rminnich@gmail.com>
Thu, 25 Sep 2003 17:35:30 +0000 (17:35 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Thu, 25 Sep 2003 17:35:30 +0000 (17:35 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1134 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/arima/hdama/Config.lb
src/mainboard/arima/hdama/auto.c
src/mainboard/arima/hdama/irq_tables.c

index 824e43ff6744266c41feda6ca1dc302f66e309f8..97882302edec889646e2c0edc2c99404c3b96d14 100644 (file)
@@ -69,7 +69,7 @@ option MAINBOARD_VENDOR="ARIMA"
 ###
 
 ## ROM_SIZE is the size of boot ROM that this board will use.
-option ROM_SIZE = 524288
+default ROM_SIZE = 524288
 
 ## ROM_IMAGE_SIZE is the amount of space to allow linuxBIOS to occupy.
 option ROM_IMAGE_SIZE = 65536
index f977496a7b75703509dd2c05f8ca6a9a5cdecf4b..f0651d1b09ef0d39df2bb836fd8b0b40914924dd 100644 (file)
@@ -19,6 +19,8 @@
 #include "debug.c"
 
 #define SIO_BASE 0x2e
+#define MAXIMUM_CONSOLE_LOGLEVEL 9
+#define DEFAULT_CONSOLE_LOGLEVEL 9
 
 static void memreset_setup(void)
 {
@@ -199,7 +201,7 @@ static void main(void)
        enumerate_ht_chain(0);
        distinguish_cpu_resets(0);
        
-#if 0
+#if 1
        print_pci_devices();
 #endif
        enable_smbus();
@@ -209,10 +211,10 @@ static void main(void)
        memreset_setup();
        sdram_initialize(sizeof(cpu)/sizeof(cpu[0]), cpu);
 
-#if 0
+#if 1
        dump_pci_devices();
 #endif
-#if 0
+#if 1
        dump_pci_device(PCI_DEV(0, 0x18, 2));
 #endif
 
index 5e4437ca1106572a731854883303561a85f47f73..2c0095c17763e54887c1e2d314927447f04bef79 100644 (file)
@@ -12,7 +12,7 @@ const struct irq_routing_table intel_irq_routing_table = {
        PIRQ_SIGNATURE, /* u32 signature */
        PIRQ_VERSION,   /* u16 version   */
        32+16*18,        /* there can be total 18 devices on the bus */
-       0,           /* Where the interrupt router lies (bus) */
+       1,           /* Where the interrupt router lies (bus) */
        0x23,           /* Where the interrupt router lies (dev) */
        0,         /* IRQs devoted exclusively to PCI usage */
        0x1022,         /* Vendor */
@@ -25,8 +25,8 @@ const struct irq_routing_table intel_irq_routing_table = {
                {0,0x50, {{0x1, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}}, 0, 0},
                {0x2,0x8, {{0x2, 0xdef8}, {0x3, 0xdef8}, {0x4, 0xdef8}, {0x1, 0xdef8}}, 0x3, 0},
                {0x2,0x10, {{0x3, 0xdef8}, {0x4, 0xdef8}, {0x1, 0xdef8}, {0x2, 0xdef8}}, 0x4, 0},
-               {0x1,0x18, {{0x4, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}}, 0x0, 0},
-               {0x1,0x20, {{0x4, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}}, 0x0, 0},
+               {0x2,0x18, {{0x4, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}}, 0x0, 0},
+               {0x2,0x20, {{0x4, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}}, 0x0, 0},
                {0x2,0x28, {{0x2, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}}, 0xa, 0},
                {0,0x58, {{0, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}, {0, 0xdef8}}, 0, 0},
                {0x3,0x8, {{0x2, 0xdef8}, {0x3, 0xdef8}, {0x4, 0xdef8}, {0x1, 0xdef8}}, 0x1, 0},