diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-12 16:02:15 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-12 16:02:15 +0100 |
| commit | 5e33c64e086a29a899fdd4d7053fc4b83785f3fe (patch) | |
| tree | 9fab8389d28972460b9a43c50b0919f7c20183d4 /conf | |
| parent | 675866afcb9cfc421693448a7903fa059c922b63 (diff) | |
| download | meta-ti-5e33c64e086a29a899fdd4d7053fc4b83785f3fe.tar.gz | |
TI BSP: add support for the OMAP4430 pandaboard
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/omap4430-panda.conf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/conf/machine/omap4430-panda.conf b/conf/machine/omap4430-panda.conf new file mode 100644 index 00000000..bd79280a --- /dev/null +++ b/conf/machine/omap4430-panda.conf | |||
| @@ -0,0 +1,37 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: OMAP4430 Panda | ||
| 3 | #@DESCRIPTION: Machine configuration for the OMAP4430 Panda | ||
| 4 | |||
| 5 | require conf/machine/include/omap3.inc | ||
| 6 | |||
| 7 | EXTRA_IMAGEDEPENDS = "x-load u-boot-sakoman " | ||
| 8 | |||
| 9 | XLOAD_MACHINE = "omap4430panda_config" | ||
| 10 | XLOAD_LOAD_ADDRESS = 0x40304350 | ||
| 11 | |||
| 12 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sakoman" | ||
| 13 | UBOOT_MACHINE = "omap4_panda_config" | ||
| 14 | |||
| 15 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" | ||
| 16 | |||
| 17 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
| 18 | XSERVER = "xserver-xorg \ | ||
| 19 | xserver-xorg-extension-dri \ | ||
| 20 | xserver-xorg-extension-dri2 \ | ||
| 21 | xserver-xorg-extension-glx \ | ||
| 22 | xf86-input-evdev \ | ||
| 23 | xf86-input-mouse \ | ||
| 24 | xf86-input-tslib \ | ||
| 25 | xf86-video-fbdev \ | ||
| 26 | xf86-input-keyboard" | ||
| 27 | |||
| 28 | GUI_MACHINE_CLASS = "bigscreen" | ||
| 29 | |||
| 30 | IMAGE_FSTYPES += "tar.bz2" | ||
| 31 | |||
| 32 | SERIAL_CONSOLE = "115200 ttyO2" | ||
| 33 | |||
| 34 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
| 35 | MACHINE_FEATURES = "kernel26 alsa apm ext2 screen touchscreen usbgadget usbhost vfat" | ||
| 36 | |||
| 37 | |||
