summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/omap-a15.inc
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-03-26 10:48:08 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-03-26 14:32:45 -0400
commit5a0982d9ff770ab1fb92b1622d63671c127c9037 (patch)
tree7307a03ffe37d58bea375c725bd1d049bb3e9e56 /conf/machine/include/omap-a15.inc
parentff82dd3cc33659f242a189b7cacb792f36f8e099 (diff)
downloadmeta-ti-5a0982d9ff770ab1fb92b1622d63671c127c9037.tar.gz
omap5-evm: Add OMAP5 EVM configuration
* Add the machine configuration for the OMAP5 EVM device. * Create the omap-a15.inc file to be shared with all OMAP Cortex-A15 derivative devices. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/omap-a15.inc')
-rw-r--r--conf/machine/include/omap-a15.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
new file mode 100644
index 00000000..fa2037a7
--- /dev/null
+++ b/conf/machine/include/omap-a15.inc
@@ -0,0 +1,25 @@
1SOC_FAMILY = "omap-a15"
2require conf/machine/include/soc-family.inc
3
4require conf/machine/include/tune-cortexa15.inc
5
6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r0"
8
9PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
10PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
11
12KERNEL_IMAGETYPE = "uImage"
13
14UBOOT_ARCH = "arm"
15UBOOT_ENTRYPOINT = "0x80008000"
16UBOOT_LOADADDRESS = "0x80008000"
17
18EXTRA_IMAGEDEPENDS += "virtual/bootloader"
19
20PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
21XSERVER = "xserver-xorg \
22 xf86-input-evdev \
23 xf86-video-fbdev"
24
25GUI_MACHINE_CLASS = "smallscreen"