diff --git a/src/mainboard/motorola/sandpoint/example-altimus.config b/src/mainboard/motorola/sandpoint/example-altimus.config new file mode 100644 index 0000000000..2e3ee605b4 --- /dev/null +++ b/src/mainboard/motorola/sandpoint/example-altimus.config @@ -0,0 +1,33 @@ +# Sample config file for Motorola Sandpoint X3 Demo Board with +# the Altimus mpc7410 PMC card +# This will make a target directory of ./sandpoint +target sandpoint + +# Sandpoint Demo Board +arch ppc +mainboard motorola/sandpoint +pmc altimus/mpc7410 + +option CONFIG_COMPRESS=0 + +# Enable Serial Console for debugging +option SERIAL_CONSOLE=1 + +# Turn off POST codes +option NO_POST=1 + +# Boot linux from IDE +option BOOT_IDE=1 +option IDE_BOOT_DRIVE=0 + +# Rom image size = 63KB +option ROM_IMAGE_SIZE=64512 + +option OBJCOPY=$(CROSS_COMPILE)objcopy + +addaction linuxbios.a $(CROSS_COMPILE)ranlib linuxbios.a + +makedefine CFLAGS += -g + +# Kernel command line parameters +commandline root=/dev/hda1 console=ttyS0,115200 console=tty0 single