From 531704ed71c48a41fba23948fe8f9104c5e1f470 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 10 Feb 2010 11:56:21 +0000 Subject: Drop src/config alltogether - drop two "newconfig" based files - drop two obsolete doxygen config files and check in our latest Doxyfile.coreboot (that has been used to build coreboot online documentation since 2005 or so) - move two i386 specific linker scripts to src/arch/i386 Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5105 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/nofailovercalculation.lb | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/config/nofailovercalculation.lb (limited to 'src/config/nofailovercalculation.lb') diff --git a/src/config/nofailovercalculation.lb b/src/config/nofailovercalculation.lb deleted file mode 100644 index 6082c3e9a3..0000000000 --- a/src/config/nofailovercalculation.lb +++ /dev/null @@ -1,25 +0,0 @@ -## -## Compute the location and size of where this firmware image -## (coreboot plus bootloader) will live in the boot rom chip. -## -if CONFIG_USE_FALLBACK_IMAGE - default CONFIG_ROM_SECTION_SIZE = CONFIG_FALLBACK_SIZE - default CONFIG_ROM_SECTION_OFFSET = ( CONFIG_ROM_SIZE - CONFIG_FALLBACK_SIZE ) -else - default CONFIG_ROM_SECTION_SIZE = CONFIG_FALLBACK_SIZE - default CONFIG_ROM_SECTION_OFFSET = ( CONFIG_ROM_SIZE - CONFIG_FALLBACK_SIZE - CONFIG_FALLBACK_SIZE ) -end - -## -## Compute where this copy of coreboot will start in the boot rom -## -default CONFIG_ROMBASE = (0xffffffff - CONFIG_ROM_SIZE + CONFIG_ROM_SECTION_OFFSET + 1) - -## -## Compute a range of ROM that can cached to speed up coreboot, -## execution speed. -## -## CONFIG_XIP_ROM_SIZE must be a power of 2 and is set in mainboard Config.lb -## CONFIG_XIP_ROM_BASE must be a multiple of CONFIG_XIP_ROM_SIZE -## -default CONFIG_XIP_ROM_BASE = ( CONFIG_ROMBASE - CONFIG_XIP_ROM_SIZE + CONFIG_ROM_IMAGE_SIZE ) -- cgit v1.2.3