summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-05 16:29:17 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-03-08 16:15:35 -0500
commitc2e972c6eae7242a3c68698337159c82b5a6eeb6 (patch)
treee599c944b56785047f0b8dc49dbee40a48fef440 /conf/machine
parent2b23831ed1b65fe8d739f4ea36df678bde211801 (diff)
downloadmeta-ti-c2e972c6eae7242a3c68698337159c82b5a6eeb6.tar.gz
keystone: unify and cleanup configs
* Centralize common/SoC settings in keystone.inc SOC_FAMILY config. * Set/override uncommon specifics in machine configs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/keystone.inc4
-rw-r--r--conf/machine/keystone-evm.conf13
2 files changed, 4 insertions, 13 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index bd447d49..047cc185 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -11,8 +11,12 @@ MACHINE_KERNEL_PR = "r5"
11 11
12KERNEL_IMAGETYPE = "uImage" 12KERNEL_IMAGETYPE = "uImage"
13 13
14UBOOT_MACHINE = "tci6638_evm_config"
15
14UBOOT_ENTRYPOINT = "0x80008000" 16UBOOT_ENTRYPOINT = "0x80008000"
15UBOOT_LOADADDRESS = "0x80008000" 17UBOOT_LOADADDRESS = "0x80008000"
16 18
17EXTRA_IMAGEDEPENDS += "u-boot" 19EXTRA_IMAGEDEPENDS += "u-boot"
18EXTRA_IMAGEDEPENDS += "boot-monitor" 20EXTRA_IMAGEDEPENDS += "boot-monitor"
21
22MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat"
diff --git a/conf/machine/keystone-evm.conf b/conf/machine/keystone-evm.conf
index 13df843f..a2c05f85 100644
--- a/conf/machine/keystone-evm.conf
+++ b/conf/machine/keystone-evm.conf
@@ -2,17 +2,7 @@
2#@NAME: Keystone 2 machine 2#@NAME: Keystone 2 machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 2 3#@DESCRIPTION: Machine configuration for the TI Keystone 2
4 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 5require conf/machine/include/keystone.inc
13#EXTRA_IMAGEDEPENDS = "u-boot"
14
15PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
16 6
17IMAGE_FSTYPES += "ubi tar.bz2 cpio" 7IMAGE_FSTYPES += "ubi tar.bz2 cpio"
18 8
@@ -20,9 +10,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
20 10
21SYSVINIT_ENABLED_GETTYS = "" 11SYSVINIT_ENABLED_GETTYS = ""
22 12
23UBOOT_MACHINE = "tci6638_evm_config"
24
25MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa"
26# do ubiattach /dev/ubi_ctrl -m 4 13# do ubiattach /dev/ubi_ctrl -m 4
27# From dmesg: 14# From dmesg:
28# UBI: smallest flash I/O unit: 2048 15# UBI: smallest flash I/O unit: 2048