From 47afa44a9f66cb1e8d80b1bc3b7c5aa0f4cd91f0 Mon Sep 17 00:00:00 2001 From: Edwin Beasant Date: Tue, 26 Jan 2010 15:34:15 +0000 Subject: Mark c0000-fffff as usable on geode-lx. SeaBIOS needs it. a0000-bffff might be usable as well, but it won't hurt to keep that range excluded. Signed-off-by: Edwin Beasant Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5057 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/lx/northbridge.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/amd/lx/northbridge.c') diff --git a/src/northbridge/amd/lx/northbridge.c b/src/northbridge/amd/lx/northbridge.c index adc5db1461..837f0779ea 100644 --- a/src/northbridge/amd/lx/northbridge.c +++ b/src/northbridge/amd/lx/northbridge.c @@ -414,6 +414,7 @@ static void pci_domain_set_resources(device_t dev) /* Report the memory regions */ idx = 10; ram_resource(dev, idx++, 0, 640); + ram_resource(dev, idx++, 768, 1024); // c0000-fffff are usable ram_resource(dev, idx++, 1024, tomk - 1024); // Systop - 1 MB -> KB #if CONFIG_WRITE_HIGH_TABLES==1 -- cgit v1.2.3