diff options
author | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2010-02-23 10:18:43 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-23 10:18:43 +0000 |
commit | 040553f262bb34f6a51362e1f1fcad3fa91bfe9a (patch) | |
tree | 3c06ee69c0a919cde77bca41583b8181ea80d268 /src/mainboard/msi/ms7135/Kconfig | |
parent | 548dbe7bc88e60a4d1750de835532b84d7cdde96 (diff) | |
download | coreboot-040553f262bb34f6a51362e1f1fcad3fa91bfe9a.tar.xz |
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@kollasch.net>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5147 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi/ms7135/Kconfig')
-rw-r--r-- | src/mainboard/msi/ms7135/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/msi/ms7135/Kconfig b/src/mainboard/msi/ms7135/Kconfig index 8cd1f6d4bc..1123df727f 100644 --- a/src/mainboard/msi/ms7135/Kconfig +++ b/src/mainboard/msi/ms7135/Kconfig @@ -109,10 +109,10 @@ config IRQ_SLOT_COUNT config DCACHE_RAM_BASE hex - default 0xcf000 + default 0xc8000 depends on BOARD_MSI_MS7135 config DCACHE_RAM_SIZE hex - default 0x1000 + default 0x8000 depends on BOARD_MSI_MS7135 |