diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-09 10:31:15 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-24 16:19:25 +0100 |
commit | 03f4a9211e59eb7e5dd406e683fa1aa320ac78df (patch) | |
tree | 408f5d540e4abe3a88d92a85445b4fa8d36daf62 /conf | |
parent | 1102184b6c9cb301f7689ed08b92e8a9e5747615 (diff) | |
download | meta-ti-03f4a9211e59eb7e5dd406e683fa1aa320ac78df.tar.gz |
pandaboard: new machine config to support both omap4430 and omap4460 based pandaboards
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/omap4.inc | 25 | ||||
-rw-r--r-- | conf/machine/pandaboard.conf | 18 |
2 files changed, 43 insertions, 0 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc new file mode 100644 index 00000000..51e4a84b --- /dev/null +++ b/conf/machine/include/omap4.inc | |||
@@ -0,0 +1,25 @@ | |||
1 | SOC_FAMILY = "omap4" | ||
2 | |||
3 | require conf/machine/include/tune-cortexa8.inc | ||
4 | |||
5 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" | ||
6 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
7 | |||
8 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
9 | XSERVER = "xserver-xorg \ | ||
10 | xserver-xorg-extension-dri \ | ||
11 | xserver-xorg-extension-dri2 \ | ||
12 | xserver-xorg-extension-glx \ | ||
13 | xf86-input-evdev \ | ||
14 | xf86-video-fbdev" | ||
15 | |||
16 | # Increase this everytime you change something in the kernel | ||
17 | MACHINE_KERNEL_PR = "r0" | ||
18 | |||
19 | KERNEL_IMAGETYPE = "uImage" | ||
20 | |||
21 | UBOOT_ENTRYPOINT = "0x80008000" | ||
22 | UBOOT_LOADADDRESS = "0x80008000" | ||
23 | |||
24 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
25 | |||
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf new file mode 100644 index 00000000..2c37b4fa --- /dev/null +++ b/conf/machine/pandaboard.conf | |||
@@ -0,0 +1,18 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Pandaboard | ||
3 | #@DESCRIPTION: Machine configuration for the OMAP4430 Panda | ||
4 | |||
5 | require conf/machine/include/omap4.inc | ||
6 | |||
7 | UBOOT_MACHINE = "omap4_panda_config" | ||
8 | |||
9 | GUI_MACHINE_CLASS = "bigscreen" | ||
10 | |||
11 | IMAGE_FSTYPES += "tar.bz2" | ||
12 | |||
13 | SERIAL_CONSOLE = "115200 ttyO2" | ||
14 | |||
15 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
16 | MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen touchscreen usbgadget usbhost vfat" | ||
17 | |||
18 | |||