summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/keystone.inc14
-rw-r--r--conf/machine/keystone-evm.conf23
2 files changed, 37 insertions, 0 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
new file mode 100644
index 00000000..1914128e
--- /dev/null
+++ b/conf/machine/include/keystone.inc
@@ -0,0 +1,14 @@
1SOC_FAMILY = "keystone"
2require conf/machine/include/soc-family.inc
3
4require conf/machine/include/tune-cortexa15.inc
5PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r1"
8
9KERNEL_IMAGETYPE = "uImage"
10
11UBOOT_ENTRYPOINT = "0x80008000"
12UBOOT_LOADADDRESS = "0x80008000"
13
14EXTRA_IMAGEDEPENDS += "u-boot"
diff --git a/conf/machine/keystone-evm.conf b/conf/machine/keystone-evm.conf
new file mode 100644
index 00000000..188d53c7
--- /dev/null
+++ b/conf/machine/keystone-evm.conf
@@ -0,0 +1,23 @@
1#@TYPE: Machine
2#@NAME: Keystone 2 machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 2
4
5PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
6XSERVER = "xserver-xorg \
7 xf86-input-evdev \
8 xf86-video-fbdev"
9
10GUI_MACHINE_CLASS = "bigscreen"
11
12require conf/machine/include/keystone.inc
13#EXTRA_IMAGEDEPENDS = "u-boot"
14
15PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
16
17IMAGE_FSTYPES += "tar.bz2"
18
19SERIAL_CONSOLE = "115200 ttyO0"
20
21UBOOT_MACHINE = "keystone_config"
22
23MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"