All of lore.kernel.org
 help / color / mirror / Atom feed
* Denys Dmytriyenko : conf/machine, u-boot-ti-staging: add am335x-hs-evm platform
@ 2016-09-19 22:59 Arago Project git
  0 siblings, 0 replies; 2+ messages in thread
From: Arago Project git @ 2016-09-19 22:59 UTC (permalink / raw)
  To: meta-ti

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

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Mon Sep 19 22:59:29 2016 +0000

conf/machine, u-boot-ti-staging: add am335x-hs-evm platform

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

---

 conf/machine/am335x-hs-evm.conf                 |   14 ++++++++++++++
 recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb |    7 +++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/machine/am335x-hs-evm.conf b/conf/machine/am335x-hs-evm.conf
new file mode 100644
index 0000000..674a764
--- /dev/null
+++ b/conf/machine/am335x-hs-evm.conf
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@NAME: AM335x HS EVM
+#@DESCRIPTION: Machine configuration for the TI AM435x HS EVM
+
+require conf/machine/am335x-evm.conf
+
+UBOOT_MACHINE = "am335x_hs_evm_mmc_config"
+
+UBOOT_ENTRYPOINT = "0x82000000"
+UBOOT_LOADADDRESS = "0x82000000"
+UBOOT_RD_LOADADDRESS = "0x84000000"
+UBOOT_RD_ENTRYPOINT = "0x84000000"
+
+TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x"
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb
index 868109b..c3b55ac 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb
@@ -53,6 +53,13 @@ do_compile_append_am437x-hs-evm () {
 	fi
 }
 
+do_compile_append_am335x-hs-evm () {
+	if [ -f ${S}/u-boot-spl_HS_ISSW ]; then
+		rm -rf ${S}/MLO
+		cp ${S}/u-boot-spl_HS_ISSW ${S}/MLO
+	fi
+}
+
 do_install_append () {
 	if [ -f ${S}/${UBOOT_HS_XLD_BINARY} ]; then
 		install ${S}/${UBOOT_HS_XLD_BINARY} ${D}/boot/${UBOOT_HS_XLD_IMAGE}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Denys Dmytriyenko : conf/machine, u-boot-ti-staging: add am335x-hs-evm platform
@ 2016-09-19 22:59 Arago Project git
  0 siblings, 0 replies; 2+ messages in thread
From: Arago Project git @ 2016-09-19 22:59 UTC (permalink / raw)
  To: meta-ti

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

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Mon Sep 19 22:59:29 2016 +0000

conf/machine, u-boot-ti-staging: add am335x-hs-evm platform

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

---

 conf/machine/am335x-hs-evm.conf                 |   14 ++++++++++++++
 recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb |    7 +++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/machine/am335x-hs-evm.conf b/conf/machine/am335x-hs-evm.conf
new file mode 100644
index 0000000..674a764
--- /dev/null
+++ b/conf/machine/am335x-hs-evm.conf
@@ -0,0 +1,14 @@
+#@TYPE: Machine
+#@NAME: AM335x HS EVM
+#@DESCRIPTION: Machine configuration for the TI AM435x HS EVM
+
+require conf/machine/am335x-evm.conf
+
+UBOOT_MACHINE = "am335x_hs_evm_mmc_config"
+
+UBOOT_ENTRYPOINT = "0x82000000"
+UBOOT_LOADADDRESS = "0x82000000"
+UBOOT_RD_LOADADDRESS = "0x84000000"
+UBOOT_RD_ENTRYPOINT = "0x84000000"
+
+TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x"
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb
index 868109b..c3b55ac 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb
@@ -53,6 +53,13 @@ do_compile_append_am437x-hs-evm () {
 	fi
 }
 
+do_compile_append_am335x-hs-evm () {
+	if [ -f ${S}/u-boot-spl_HS_ISSW ]; then
+		rm -rf ${S}/MLO
+		cp ${S}/u-boot-spl_HS_ISSW ${S}/MLO
+	fi
+}
+
 do_install_append () {
 	if [ -f ${S}/${UBOOT_HS_XLD_BINARY} ]; then
 		install ${S}/${UBOOT_HS_XLD_BINARY} ${D}/boot/${UBOOT_HS_XLD_IMAGE}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-19 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-19 22:59 Denys Dmytriyenko : conf/machine, u-boot-ti-staging: add am335x-hs-evm platform Arago Project git
2016-09-19 22:59 Arago Project git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.