Changeset 5147


Ignore:
Timestamp:
Feb 23, 2010 11:18:43 AM (3 years ago)
Author:
oxygene
Message:

Adjust msi/ms7135 DCACHE_RAM_* config to previous 32KiB values,
4KiB is not enough to work.

Additionally, modify the device tree so that the undocumented LDN 6
is ignored by the resource allocator, and while here, assign the
parallel port DRQ, hardware monitor IRQ and drop NIC MAC address
on SMBus EEPROM hint, the ms7135 doesn't have such hardware.

Signed-off-by: Jonathan A. Kollasch <jakllsch@…>
Acked-by: Patrick Georgi <patrick.georgi@…>

Location:
trunk/src/mainboard/msi/ms7135
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainboard/msi/ms7135/Kconfig

    r5052 r5147  
    110110config DCACHE_RAM_BASE 
    111111        hex 
    112         default 0xcf000 
     112        default 0xc8000 
    113113        depends on BOARD_MSI_MS7135 
    114114 
    115115config DCACHE_RAM_SIZE 
    116116        hex 
    117         default 0x1000 
     117        default 0x8000 
    118118        depends on BOARD_MSI_MS7135 
  • trunk/src/mainboard/msi/ms7135/devicetree.cb

    r4534 r5147  
    2222                io 0x60 = 0x378 
    2323                irq 0x70 = 7 
     24                drq 0x74 = 3 
    2425              end 
    2526              device pnp 4e.2 on                # Com1 
     
    3738                irq 0x72 = 12 
    3839              end 
     40              device pnp 4e.6 off end           # XXX keep allocator happy 
    3941              device pnp 4e.7 off end           # Game, MIDI, GPIO 1, GPIO 5 
    4042              device pnp 4e.8 off end           # GPIO 2 
     
    4345              device pnp 4e.b on                # Hardware monitor 
    4446                io 0x60 = 0x290 
    45                 irq 0x70 = 0 
     47                irq 0x70 = 5 
    4648              end 
    4749            end 
     
    6567          register "sata0_enable" = "1" 
    6668          register "sata1_enable" = "1" 
    67           # register "mac_eeprom_smbus" = "3" 
    68           # register "mac_eeprom_addr" = "0x51" 
    6969        end 
    7070      end 
Note: See TracChangeset for help on using the changeset viewer.