diff options
author | Shane Volpe <shanevolpe@gmail.com> | 2008-07-20 22:02:01 +0000 |
---|---|---|
committer | Shane Volpe <shanevolpe@gmail.com> | 2008-07-20 22:02:01 +0000 |
commit | 3fbb365c826659525fbb5fb5b89e3c6e9276a1b0 (patch) | |
tree | 92851f9f3fc0c8be967e3eb6d9cf702afe804d4f /conf/machine | |
parent | 7c196f7439f45d4553120433ce14c6cfb1bbb283 (diff) |
Added machine file for Olimex AT91SAM development board
linux_2.6.25, r3 Added support for Olimex AT91SAM development board
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/at91-l9260.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/at91-l9260.conf b/conf/machine/at91-l9260.conf new file mode 100644 index 0000000000..16d0705a24 --- /dev/null +++ b/conf/machine/at91-l9260.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@Name: Olimex eval board for the AT91SAM9260 +#@DESCRIPTION: Machine.inciguration for the AT91SAM9260 development board with a at91sam9260 processor + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.25" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +KERNEL_IMAGETYPE = "uImage" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" +IMAGE_FSTYPES ?= "jffs2" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" + +require conf/machine/include/tune-arm926ejs.inc |