summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap4.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-12-09 10:31:15 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-24 16:19:25 +0100
commit03f4a9211e59eb7e5dd406e683fa1aa320ac78df (patch)
tree408f5d540e4abe3a88d92a85445b4fa8d36daf62 /conf/machine/include/omap4.inc
parent1102184b6c9cb301f7689ed08b92e8a9e5747615 (diff)
downloadmeta-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/machine/include/omap4.inc')
-rw-r--r--conf/machine/include/omap4.inc25
1 files changed, 25 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 @@
1SOC_FAMILY = "omap4"
2
3require conf/machine/include/tune-cortexa8.inc
4
5PREFERRED_PROVIDER_virtual/kernel = "linux-omap4"
6PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
7
8PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
9XSERVER = "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
17MACHINE_KERNEL_PR = "r0"
18
19KERNEL_IMAGETYPE = "uImage"
20
21UBOOT_ENTRYPOINT = "0x80008000"
22UBOOT_LOADADDRESS = "0x80008000"
23
24EXTRA_IMAGEDEPENDS += "u-boot"
25