Author: uwe Date: 2008-11-06 23:38:31 +0100 (Thu, 06 Nov 2008) New Revision: 3734
Modified: trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/Config.lb trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/Options.lb trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/cache_as_ram_auto.c trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/chip.h trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/irq_tables.c trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/mainboard.c trunk/coreboot-v2/targets/lippert/spacerunner-lx/Config.lb Log: Re-add "based on" lines. Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]> Acked-by: Jens Rottmann <[EMAIL PROTECTED]> Modified: trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/Config.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/Config.lb 2008-11-06 22:24:05 UTC (rev 3733) +++ trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/Config.lb 2008-11-06 22:38:31 UTC (rev 3734) @@ -18,6 +18,8 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +## Based on Config.lb from AMD's DB800 and DBM690T mainboards. + ## ## Compute the location and size of where this firmware image ## (coreboot plus bootloader) will live in the boot rom chip. Modified: trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/Options.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/Options.lb 2008-11-06 22:24:05 UTC (rev 3733) +++ trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/Options.lb 2008-11-06 22:38:31 UTC (rev 3734) @@ -18,6 +18,8 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +## Based on Options.lb from AMD's DB800 mainboard. + uses HAVE_MP_TABLE uses HAVE_PIRQ_TABLE uses USE_FALLBACK_IMAGE Modified: trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/cache_as_ram_auto.c =================================================================== --- trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/cache_as_ram_auto.c 2008-11-06 22:24:05 UTC (rev 3733) +++ trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/cache_as_ram_auto.c 2008-11-06 22:38:31 UTC (rev 3734) @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +/* Based on cache_as_ram_auto.c from AMD's DB800 and DBM690T mainboards. */ + #define ASSEMBLY 1 #include <stdlib.h> Modified: trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/chip.h =================================================================== --- trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/chip.h 2008-11-06 22:24:05 UTC (rev 3733) +++ trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/chip.h 2008-11-06 22:38:31 UTC (rev 3734) @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +/* Based on chip.h from AMD's DB800 mainboard. */ + #include <stdint.h> extern struct chip_operations mainboard_lippert_spacerunner_lx_ops; Modified: trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/irq_tables.c =================================================================== --- trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/irq_tables.c 2008-11-06 22:24:05 UTC (rev 3733) +++ trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/irq_tables.c 2008-11-06 22:38:31 UTC (rev 3734) @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +/* Based on irq_tables.c from AMD's DB800 mainboard. */ + #include <arch/pirq_routing.h> #include <console/console.h> #include <arch/io.h> Modified: trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/mainboard.c =================================================================== --- trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/mainboard.c 2008-11-06 22:24:05 UTC (rev 3733) +++ trunk/coreboot-v2/src/mainboard/lippert/spacerunner-lx/mainboard.c 2008-11-06 22:38:31 UTC (rev 3734) @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +/* Based on mainboard.c from AMD's DB800 mainboard. */ + #include <stdlib.h> #include <stdint.h> #include <console/console.h> Modified: trunk/coreboot-v2/targets/lippert/spacerunner-lx/Config.lb =================================================================== --- trunk/coreboot-v2/targets/lippert/spacerunner-lx/Config.lb 2008-11-06 22:24:05 UTC (rev 3733) +++ trunk/coreboot-v2/targets/lippert/spacerunner-lx/Config.lb 2008-11-06 22:38:31 UTC (rev 3734) @@ -18,6 +18,8 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +## Based on Config.lb for the AMD Geode LX/5536 DB800 platform. + # Config file for the LiPPERT Cool SpaceRunner-LX. --JR 10/2008 target spacerunner-lx -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

