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 <edwin_beasant@virtensys.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5057 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Edwin Beasant 2010-01-26 15:34:15 +00:00 committed by Patrick Georgi
parent c6d3ff6cdd
commit 47afa44a9f
1 changed files with 1 additions and 0 deletions

View File

@ -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