From 55895a29def5431a7cd4a1921812501518c1026b Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Wed, 24 Nov 2004 21:19:27 +0000 Subject: new config model git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1797 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/motorola/sandpoint/Config.lb | 70 +----------------------------------- 1 file changed, 1 insertion(+), 69 deletions(-) (limited to 'targets') diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb index 80a4abcc50..398fa9e11b 100644 --- a/targets/motorola/sandpoint/Config.lb +++ b/targets/motorola/sandpoint/Config.lb @@ -2,75 +2,9 @@ # the Altimus mpc7410 PMC card # This will make a target directory of ./sandpoint -loadoptions - target sandpoint -uses CROSS_COMPILE -uses HAVE_OPTION_TABLE -uses CONFIG_SANDPOINT_ALTIMUS -uses CONFIG_COMPRESS -uses DEFAULT_CONSOLE_LOGLEVEL -uses CONFIG_USE_INIT -uses CONFIG_CHIP_CONFIGURE -uses NO_POST -uses CONFIG_CONSOLE_SERIAL8250 -uses TTYS0_BASE -uses CONFIG_IDE -uses CONFIG_FS_STREAM -uses CONFIG_FS_EXT2 -uses CONFIG_FS_ISO9660 -uses CONFIG_FS_FAT -uses AUTOBOOT_CMDLINE -uses PAYLOAD_SIZE -uses ROM_SIZE -uses ROM_IMAGE_SIZE -uses _RESET -uses _EXCEPTION_VECTORS -uses _ROMBASE -uses _ROMSTART -uses _RAMBASE -uses _RAMSTART -uses STACK_SIZE -uses HEAP_SIZE - -## use a cross compiler -#option CROSS_COMPILE="powerpc-eabi-" -#option CROSS_COMPILE="ppc_74xx-" - -## Use stage 1 initialization code -option CONFIG_USE_INIT=1 - -## Use static configuration -option CONFIG_CHIP_CONFIGURE=1 - -## We don't use compressed image -option CONFIG_COMPRESS=0 - -## Turn off POST codes -option NO_POST=1 - -## Enable serial console -option DEFAULT_CONSOLE_LOGLEVEL=8 -option CONFIG_CONSOLE_SERIAL8250=1 -option TTYS0_BASE=0x3f8 - -## Load payload using filo -option CONFIG_IDE=1 -option CONFIG_FS_STREAM=1 -option CONFIG_FS_EXT2=1 -option CONFIG_FS_ISO9660=1 -option CONFIG_FS_FAT=1 -option AUTOBOOT_CMDLINE="hdc1:/vmlinuz" - -# LinuxBIOS must fit into 128KB -option ROM_IMAGE_SIZE=131072 -option ROM_SIZE={ROM_IMAGE_SIZE+PAYLOAD_SIZE} -option PAYLOAD_SIZE=262144 - -# Set stack and heap sizes (stage 2) -option STACK_SIZE=0x10000 -option HEAP_SIZE=0x10000 +mainboard motorola/sandpointx3_altimus_mpc7410 # Sandpoint Demo Board romimage "normal" @@ -92,8 +26,6 @@ romimage "normal" option _RAMSTART=0x00100000 option CONFIG_SANDPOINT_ALTIMUS=1 - - mainboard motorola/sandpoint end buildrom ./linuxbios.rom ROM_SIZE "normal" -- cgit v1.2.3