From: Tim 'timtim' Ellis Date: Sun, 22 Mar 2009 20:28:07 +0000 (+0000) Subject: sheevaplug: Add machine config for Sheevaplug and a generic include for Kirkwood... X-Git-Tag: Release-2010-05/1~3796^2~52^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=234d560853d844d7e73d0c2500e481b1612b1644;p=openembedded.git sheevaplug: Add machine config for Sheevaplug and a generic include for Kirkwood platforms --- diff --git a/conf/machine/include/kirkwood.inc b/conf/machine/include/kirkwood.inc new file mode 100644 index 0000000000..6ee50c112d --- /dev/null +++ b/conf/machine/include/kirkwood.inc @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for various different Marvell Kirkwood based devices + +TARGET_ARCH = "arm" + +MACHINE_FEATURES = "kernel26 usbhost ext2 vfat" +MACHINE_TASK_PROVIDER = "task-base" + +USE_DEVFS = "0" + +PREFERRED_PROVIDER_virtual/bootloader = "" +PREFERRED_PROVIDER_virtual/kernel = "linux-kirkwood" +PREFERRED_VERSION_linux-kirkwood = "2.6.29-rc7+git" + +IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" +IMAGE_FSTYPES = "tar.gz" +SERIAL_CONSOLE = "ttyS0 115200" + +# Currently all the orion devices we support use uImage +KERNEL_IMAGETYPE = "uImage" +UBOOT_ENTRYPOINT = "0x00008000" +UBOOT_LOADADDRESS = "0x00008000" + +require conf/machine/include/tune-arm926ejs.inc diff --git a/conf/machine/sheevaplug.conf b/conf/machine/sheevaplug.conf new file mode 100644 index 0000000000..ee9ba6cb88 --- /dev/null +++ b/conf/machine/sheevaplug.conf @@ -0,0 +1,6 @@ +#@NAME: ARM based Marvell Sheevaplug + +MACHINE_EXTRA_RDEPENDS = "u-boot-utils" +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" + +require conf/machine/include/kirkwood.inc