diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-11-01 20:43:07 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-11-01 20:46:05 -0400 |
commit | afe91bea4360eab195bc8be10745ae2f36318ec2 (patch) | |
tree | 1ea45036f1886adfd0c5da0f870960af732897a1 /conf | |
parent | b4d1463c1f0e1b7c18a56ac1bf25a1c81e810037 (diff) | |
download | meta-ti-afe91bea4360eab195bc8be10745ae2f36318ec2.tar.gz |
conf/machine: add keystone SOC and keystone-evm machine
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/keystone.inc | 14 | ||||
-rw-r--r-- | conf/machine/keystone-evm.conf | 23 |
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 @@ | |||
1 | SOC_FAMILY = "keystone" | ||
2 | require conf/machine/include/soc-family.inc | ||
3 | |||
4 | require conf/machine/include/tune-cortexa15.inc | ||
5 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | ||
6 | # Increase this everytime you change something in the kernel | ||
7 | MACHINE_KERNEL_PR = "r1" | ||
8 | |||
9 | KERNEL_IMAGETYPE = "uImage" | ||
10 | |||
11 | UBOOT_ENTRYPOINT = "0x80008000" | ||
12 | UBOOT_LOADADDRESS = "0x80008000" | ||
13 | |||
14 | EXTRA_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 | |||
5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | ||
6 | XSERVER = "xserver-xorg \ | ||
7 | xf86-input-evdev \ | ||
8 | xf86-video-fbdev" | ||
9 | |||
10 | GUI_MACHINE_CLASS = "bigscreen" | ||
11 | |||
12 | require conf/machine/include/keystone.inc | ||
13 | #EXTRA_IMAGEDEPENDS = "u-boot" | ||
14 | |||
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-keystone" | ||
16 | |||
17 | IMAGE_FSTYPES += "tar.bz2" | ||
18 | |||
19 | SERIAL_CONSOLE = "115200 ttyO0" | ||
20 | |||
21 | UBOOT_MACHINE = "keystone_config" | ||
22 | |||
23 | MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa" | ||