coreboot-kgpe-d16/src/northbridge/intel/i440lx
Uwe Hermann 4b42a62966 Factor out a few commonly duplicated functions from northbridge.c.
The following functions are moved to devices/device_util.c:

 - ram_resource()

 - tolm_test()

 - find_pci_tolm()

There are only two tolm_test() / find_pci_tolm() which differ from the
defaults, one of them can easily be eliminated in a follow-up patch,
maybe even both, but for now keep it simple and only eliminate the majority.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5937 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-10-11 19:36:13 +00:00
..
chip.h Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for 2009-11-28 09:31:30 +00:00
i440lx.h Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for 2009-11-28 09:31:30 +00:00
Kconfig Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). 2010-09-25 14:58:28 +00:00
Makefile.inc Rename build system variables to be more intuitive, and 2010-09-30 16:55:02 +00:00
northbridge.c Factor out a few commonly duplicated functions from northbridge.c. 2010-10-11 19:36:13 +00:00
northbridge.h Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for 2009-11-28 09:31:30 +00:00
raminit.c Various CONFIG_DEBUG_RAM_SETUP related fixes (trivial). 2010-09-25 14:58:28 +00:00
raminit.h Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for 2009-11-28 09:31:30 +00:00