[meta-ti] Denys Dmytriyenko : conf/machine: add initial configs for HS platforms

Arago Project git git at arago-project.org
Wed Feb 17 20:31:51 PST 2016


Module: meta-ti
Branch: master
Commit: 7baa1a878b643d7ed8c7ee0f7c9d80ee2db9c3d6
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=7baa1a878b643d7ed8c7ee0f7c9d80ee2db9c3d6

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Thu Feb 18 03:49:40 2016 +0000

conf/machine: add initial configs for HS platforms

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/am437x-hs-evm.conf |    7 +++++++
 conf/machine/dra7xx-hs-evm.conf |    7 +++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/conf/machine/am437x-hs-evm.conf b/conf/machine/am437x-hs-evm.conf
new file mode 100644
index 0000000..e8d88a4
--- /dev/null
+++ b/conf/machine/am437x-hs-evm.conf
@@ -0,0 +1,7 @@
+#@TYPE: Machine
+#@NAME: AM437x HS EVM
+#@DESCRIPTION: Machine configuration for the TI AM437x HS EVM
+
+require conf/machine/am437x-evm.conf
+
+UBOOT_MACHINE = "am43xx_hs_evm_config"
diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf
new file mode 100644
index 0000000..a898716
--- /dev/null
+++ b/conf/machine/dra7xx-hs-evm.conf
@@ -0,0 +1,7 @@
+#@TYPE: Machine
+#@NAME: DRA7xx HS EVM
+#@DESCRIPTION: Machine configuration for the TI DRA7xx HS EVM
+
+require conf/machine/dra7xx-evm.conf
+
+UBOOT_MACHINE = "dra7xx_hs_evm_config"



More information about the meta-ti mailing list