summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2017-06-15 23:38:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-15 18:02:10 -0400
commit334ec802ebe1e971268c567c6a0eece82eeec8d7 (patch)
treefec9e1b6d7d6c393b237755ee48090b7188ae8de
parente1462d6a49a10087b2f93dc9aaea5d10fc3d0d0a (diff)
downloadmeta-ti-334ec802ebe1e971268c567c6a0eece82eeec8d7.tar.gz
omapl137, omapl137-evm: add SOC family and machine configuration
* The omapl137 family does not have linux support and is only supported by baremetal and TI RTOS. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/omapl137.inc5
-rw-r--r--conf/machine/omapl137-evm.conf15
2 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/include/omapl137.inc b/conf/machine/include/omapl137.inc
new file mode 100644
index 00000000..5d8a6dd8
--- /dev/null
+++ b/conf/machine/include/omapl137.inc
@@ -0,0 +1,5 @@
1require conf/machine/include/omapl1.inc
2SOC_FAMILY_append = ":omapl137"
3
4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "omapl137"
diff --git a/conf/machine/omapl137-evm.conf b/conf/machine/omapl137-evm.conf
new file mode 100644
index 00000000..a8039f31
--- /dev/null
+++ b/conf/machine/omapl137-evm.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: OMAP-L137 EVM
3#@DESCRIPTION: Machine configuration for the TI OMAP-L137 EVM board
4
5require conf/machine/include/davinci.inc
6require conf/machine/include/omapl137.inc
7
8# HACK: The omapl137 family does not have linux kernel support.
9PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"
10EXTRA_IMAGEDEPENDS = ""
11
12IMAGE_FSTYPES = "tar.xz"
13
14# Set the list of device targets for ti-pdk class recipes
15TI_PDK_LIMIT_BOARDS = "evmOMAPL137"