summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2011-10-14 16:06:08 -0400
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-17 15:12:13 +0200
commit98cca8ea1d324a1a59b7d96838952a579c72b419 (patch)
tree24f229ae48329f38b244a4f57361c5cfde39950a /conf
parent3b5eced12a10a3809f60df256b8f952c2286af4d (diff)
downloadmeta-ti-98cca8ea1d324a1a59b7d96838952a579c72b419.tar.gz
am335x-evm: add machine config with corresponding ti33x SOC_FAMILY
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am335x-evm.conf29
-rw-r--r--conf/machine/include/ti33x.inc13
2 files changed, 42 insertions, 0 deletions
diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf
new file mode 100644
index 00000000..2c50574a
--- /dev/null
+++ b/conf/machine/am335x-evm.conf
@@ -0,0 +1,29 @@
1#@TYPE: Machine
2#@NAME: AM335x EVM
3#@DESCRIPTION: Machine configuration for the TI AM335x EVM
4TARGET_ARCH = "arm"
5
6PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7XSERVER = "xserver-xorg \
8 xf86-input-evdev \
9 xf86-input-mouse \
10 xf86-input-tslib \
11 xf86-video-omapfb \
12 xf86-input-keyboard"
13
14GUI_MACHINE_CLASS = "smallscreen"
15
16require conf/machine/include/ti33x.inc
17
18IMAGE_FSTYPES ?= "tar.bz2"
19
20SERIAL_CONSOLE = "115200 ttyO0"
21
22PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
23
24PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
25
26UBOOT_ARCH = "arm"
27UBOOT_MACHINE = "am335x_evm_config"
28
29MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
new file mode 100644
index 00000000..7cc694f0
--- /dev/null
+++ b/conf/machine/include/ti33x.inc
@@ -0,0 +1,13 @@
1SOC_FAMILY = "ti33x"
2
3require conf/machine/include/tune-cortexa8.inc
4PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
5# Increase this everytime you change something in the kernel
6MACHINE_KERNEL_PR = "r1"
7
8KERNEL_IMAGETYPE = "uImage"
9
10UBOOT_ENTRYPOINT = "0x80008000"
11UBOOT_LOADADDRESS = "0x80008000"
12
13EXTRA_IMAGEDEPENDS += "u-boot"