From 7d3649a605cf5d535039f1932224cdeafc49f73b Mon Sep 17 00:00:00 2001 From: Libra Li Date: Tue, 13 Oct 2009 16:56:58 +0000 Subject: This patch support for the Technexion Tim-5690 mainboard. It's an embedded AMD RS690/SB600 mainboard. http://www.technexion.com/index.php/tim-5690 Myles added Kconfig support. Signed-off-by: Libra Li Signed-off-by: Myles Watson Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4765 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/sb600/sb600_early_setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/southbridge/amd/sb600') diff --git a/src/southbridge/amd/sb600/sb600_early_setup.c b/src/southbridge/amd/sb600/sb600_early_setup.c index a22585da7e..7bb910a4b8 100644 --- a/src/southbridge/amd/sb600/sb600_early_setup.c +++ b/src/southbridge/amd/sb600/sb600_early_setup.c @@ -106,8 +106,8 @@ static void sb600_lpc_init(void) pci_write_config16(dev, 0x68, 0x000e); /* enable LPC ROM range mirroring end 0x000f(ffff) */ pci_write_config16(dev, 0x6a, 0x000f); - /* enable LPC ROM range start, 0xfff8(0000): 512KB, 0xfff0(0000): 1MB */ - pci_write_config16(dev, 0x6c, 0xfff0); + /* enable LPC ROM range start, 0xfff8(0000): 512KB, 0xfff0(0000): 1MB, 0xffe0(0000): 2MB, 0xffc0(0000): 4MB */ + pci_write_config16(dev, 0x6c, 0xffc0); /* enable LPC ROM range end at 0xffff(ffff) */ pci_write_config16(dev, 0x6e, 0xffff); } -- cgit v1.2.3