From f5f494346731858652f76db91667e8377b34234a Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Tue, 10 Feb 2009 19:42:52 +0100 Subject: kexecboot.inc: move kexecboot-cfg --- conf/machine/include/kexecboot.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc index c8656bb117..1835af4727 100644 --- a/conf/machine/include/kexecboot.inc +++ b/conf/machine/include/kexecboot.inc @@ -13,4 +13,4 @@ RDEPENDS_kernel-base = "kernel-image" # we store kernel images in rootfs and only a minimal initramfs kernel in mtd1 for booting other kernels DONT_CHECK_KERNELSIZE ?= "1" -MACHINE_EXTRA_RRECOMMENDS_append = " kexecboot-cfg" +MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg" -- cgit v1.2.3 From 965cca88f8f7a000f0afff44e553f54d1e952b18 Mon Sep 17 00:00:00 2001 From: Thomas Kunze Date: Tue, 10 Feb 2009 20:59:31 +0100 Subject: collie.conf: change PREFERED_PROVIDER for kernel --- conf/machine/collie.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index b26df9dfea..6d09406375 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -13,7 +13,7 @@ SERIAL_CONSOLE = "115200 ttySA0" ROOT_FLASH_SIZE = "14" # actually 14680064, see EXTRA_IMAGECMD -PREFERRED_PROVIDER_virtual/kernel = "linux-rp" +PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" XSERVER ?= "xserver-kdrive-fbdev" -- cgit v1.2.3 From 10d387e8f9abc1b0d1a1e0583d0019ca48ad125c Mon Sep 17 00:00:00 2001 From: Tim 'timtim' Ellis Date: Tue, 10 Feb 2009 23:49:36 +0000 Subject: linux-orion: 2.6.27.10 => 2.6.28.4, add usb webcam modules --- conf/machine/include/orion.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc index c6fe6e3678..9e16805bd2 100644 --- a/conf/machine/include/orion.inc +++ b/conf/machine/include/orion.inc @@ -10,7 +10,7 @@ USE_DEVFS = "0" PREFERRED_PROVIDER_virtual/bootloader = "" PREFERRED_PROVIDER_virtual/kernel = "linux-orion" -PREFERRED_VERSION_linux-orion = "2.6.27.10" +PREFERRED_VERSION_linux-orion = "2.6.28.4" IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" IMAGE_FSTYPES = "tar.gz" -- cgit v1.2.3 From 699566665e67f8cac9beb0dcad40ca94ebb18062 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 16 Dec 2008 14:49:09 +0100 Subject: ronetix-pm926*: added configs for Ronetix boards --- conf/machine/ronetix-pm9261.conf | 24 ++++++++++++++++++++++++ conf/machine/ronetix-pm9263.conf | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 conf/machine/ronetix-pm9261.conf create mode 100644 conf/machine/ronetix-pm9263.conf (limited to 'conf/machine') diff --git a/conf/machine/ronetix-pm9261.conf b/conf/machine/ronetix-pm9261.conf new file mode 100644 index 0000000000..2f263d0441 --- /dev/null +++ b/conf/machine/ronetix-pm9261.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@Name: Ronetix PM9261 CPU Module +#@DESCRIPTION: Machine.configuration for the Ronetix evaluation board with PM9261 CPU module +#@MAINTAINER: Marco Cavallini + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +KERNEL_IMAGETYPE = "uImage" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen" + +# 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 + diff --git a/conf/machine/ronetix-pm9263.conf b/conf/machine/ronetix-pm9263.conf new file mode 100644 index 0000000000..9e110d6590 --- /dev/null +++ b/conf/machine/ronetix-pm9263.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@Name: Ronetix PM9263 CPU Module +#@DESCRIPTION: Machine.configuration for the Ronetix evaluation board with PM9263 CPU module +#@MAINTAINER: Marco Cavallini + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +KERNEL_IMAGETYPE = "uImage" + +#don't try to access tty1 +USE_VT = "0" + +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen" + +# 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 + -- cgit v1.2.3 From 5719cabbf64a4a14cb62bbbc3674d93782f4db93 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 6 Jan 2009 11:04:09 +0100 Subject: ronetix: drop alsa from system --- conf/machine/ronetix-pm9261.conf | 2 +- conf/machine/ronetix-pm9263.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/ronetix-pm9261.conf b/conf/machine/ronetix-pm9261.conf index 2f263d0441..5af1e721a7 100644 --- a/conf/machine/ronetix-pm9261.conf +++ b/conf/machine/ronetix-pm9261.conf @@ -13,7 +13,7 @@ KERNEL_IMAGETYPE = "uImage" #don't try to access tty1 USE_VT = "0" -MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen" +MACHINE_FEATURES = "kernel26 ext2 usbhost usbgadget screen touchscreen" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" diff --git a/conf/machine/ronetix-pm9263.conf b/conf/machine/ronetix-pm9263.conf index 9e110d6590..96acbe25dd 100644 --- a/conf/machine/ronetix-pm9263.conf +++ b/conf/machine/ronetix-pm9263.conf @@ -13,7 +13,7 @@ KERNEL_IMAGETYPE = "uImage" #don't try to access tty1 USE_VT = "0" -MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen touchscreen" +MACHINE_FEATURES = "kernel26 ext2 usbhost usbgadget screen touchscreen" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" -- cgit v1.2.3 From 76af265d0f1a9ed377dbaba7be03fe23643910fe Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 12 Feb 2009 23:03:39 +0100 Subject: beagleboard: add ubifs params and document how to get them if you have access to the real hardware --- conf/machine/beagleboard.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index c95c373d2c..78c63019ae 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -32,6 +32,21 @@ UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" UBOOT_MACHINE = "omap3_beagle_config" +# do ubiattach /dev/ubi_ctrl -m 4 +# From dmesg: +# UBI: smallest flash I/O unit: 2048 +# UBI: logical eraseblock size: 129024 bytes +# from ubiattach stdout: +# UBI device number 0, total 1996 LEBs +MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996" + +# do ubiattach /dev/ubi_ctrl -m 4 +# from dmesg: +# UBI: smallest flash I/O unit: 2048 +# UBI: physical eraseblock size: 131072 bytes (128 KiB) +# UBI: sub-page size: 512 +UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" + PREFERRED_VERSION_u-boot = "git" EXTRA_IMAGEDEPENDS += "u-boot x-load" -- cgit v1.2.3 From 93a71b759a3474760cbe1cf1f51de710b22d709f Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 15 Feb 2009 15:32:59 +0100 Subject: om-gta03.conf: add machine configuration for the forthcoming Openmoko GTA03 --- conf/machine/om-gta03.conf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 conf/machine/om-gta03.conf (limited to 'conf/machine') diff --git a/conf/machine/om-gta03.conf b/conf/machine/om-gta03.conf new file mode 100644 index 0000000000..3bbb21e5e6 --- /dev/null +++ b/conf/machine/om-gta03.conf @@ -0,0 +1,35 @@ +#----------------------------------------------------------------------------- +#@TYPE: Machine +#@NAME: Openmoko GTA03 (XXX) +#@DESCRIPTION: Machine configuration for the Openmoko XXX GSM phone +#----------------------------------------------------------------------------- + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko-2.6.28" +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" + +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone vfat ext2" +MACHINE_DISPLAY_WIDTH_PIXELS = "480" +MACHINE_DISPLAY_HEIGHT_PIXELS = "640" +MACHINE_DISPLAY_ORIENTATION = "0" +MACHINE_DISPLAY_PPI = "285" +XSERVER = "xserver-kdrive-glamo xserver-kdrive-fbdev" + +# package machine specific modules +MACHINE_EXTRA_RRECOMMENDS = "\ + kernel-modules \ +" + +# no need to bypass this as in om-gta01, since this model is not using a multiplexed ttySAC0 +SERIAL_CONSOLE = "115200 ttySAC2" +USE_VT = "0" + +# used by some images +ROOT_FLASH_SIZE = "256" + +# boots only from SD +IMAGE_FSTYPES = "tar.bz2" + +# tune for S3C6410 +include conf/machine/include/tune-arm1176jzf-s.inc -- cgit v1.2.3 From 62043dda10d17bc44bd7ff94cc8099d4f7d9d928 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 16 Feb 2009 12:29:39 +0100 Subject: overo: add ubifs support --- conf/machine/overo.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/overo.conf b/conf/machine/overo.conf index 91413ec903..2a93ab069d 100644 --- a/conf/machine/overo.conf +++ b/conf/machine/overo.conf @@ -29,4 +29,17 @@ XSERVER = "xserver-xorg \ GUI_MACHINE_CLASS = "bigscreen" - +# do ubiattach /dev/ubi_ctrl -m 4 +# From dmesg: +# UBI: smallest flash I/O unit: 2048 +# UBI: logical eraseblock size: 129024 bytes +# from ubiattach stdout: +# UBI device number 0, total 1996 LEBs +MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996" + +# do ubiattach /dev/ubi_ctrl -m 4 +# from dmesg: +# UBI: smallest flash I/O unit: 2048 +# UBI: physical eraseblock size: 131072 bytes (128 KiB) +# UBI: sub-page size: 512 +UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" -- cgit v1.2.3