summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/keystone.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-11-01 20:43:07 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-11-16 22:53:52 -0500
commit089bd2b7aa66f0accfa0262b7d7139c2be3a65d0 (patch)
tree8aeab4a8490a03e69932b42a0b56461e9eb750d9 /conf/machine/include/keystone.inc
parentcd3dc72159224b7197e89e7396c4ea708e16496c (diff)
downloadmeta-ti-089bd2b7aa66f0accfa0262b7d7139c2be3a65d0.tar.gz
conf/machine: add keystone SOC and keystone-evm machine
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/keystone.inc')
-rw-r--r--conf/machine/include/keystone.inc14
1 files changed, 14 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"