All of lore.kernel.org
 help / color / mirror / Atom feed
* [flasher PATCH] add colibri_t20
@ 2015-03-27 18:23 Marcel Ziswiler
       [not found] ` <1427480633-32392-1-git-send-email-marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Marcel Ziswiler @ 2015-03-27 18:23 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: Lucas Stach, Stephen Warren, Marcel Ziswiler

Now with most of the U-Boot side cleaned-up ready for merging actually
make sure it can be used from within the tegra-uboot-flasher flasher.
As a second step add the actual board configuration.

Signed-off-by: Marcel Ziswiler <marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org>
Tested-by: Marcel Ziswiler <marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org>
---
Yes, I did test it on all our module variants (;-p).

 configs/colibri_t20-256-hsmmc.config    | 8 ++++++++
 configs/colibri_t20-256-v11-nand.config | 8 ++++++++
 configs/colibri_t20-256-v12-nand.config | 8 ++++++++
 configs/colibri_t20-512-hsmmc.config    | 8 ++++++++
 configs/colibri_t20-512-v11-nand.config | 8 ++++++++
 configs/colibri_t20-512-v12-nand.config | 8 ++++++++
 configs/colibri_t20.board               | 5 +++++
 7 files changed, 53 insertions(+)
 create mode 100644 configs/colibri_t20-256-hsmmc.config
 create mode 100644 configs/colibri_t20-256-v11-nand.config
 create mode 100644 configs/colibri_t20-256-v12-nand.config
 create mode 100644 configs/colibri_t20-512-hsmmc.config
 create mode 100644 configs/colibri_t20-512-v11-nand.config
 create mode 100644 configs/colibri_t20-512-v12-nand.config
 create mode 100644 configs/colibri_t20.board

diff --git a/configs/colibri_t20-256-hsmmc.config b/configs/colibri_t20-256-hsmmc.config
new file mode 100644
index 0000000..7cd2ef3
--- /dev/null
+++ b/configs/colibri_t20-256-hsmmc.config
@@ -0,0 +1,8 @@
+config = {
+    'bct': 'colibri_t20-256-hsmmc.bct',
+    'board': 'colibri_t20',
+    'dtbfn-extra': '',
+    'flash-id-uboot': 0,
+    'flash-image': 'colibri_t20-256-hsmmc.img',
+    'flash-type': 'emmc',
+}
diff --git a/configs/colibri_t20-256-v11-nand.config b/configs/colibri_t20-256-v11-nand.config
new file mode 100644
index 0000000..032045d
--- /dev/null
+++ b/configs/colibri_t20-256-v11-nand.config
@@ -0,0 +1,8 @@
+config = {
+    'bct': 'colibri_t20-256-v11-nand.bct',
+    'board': 'colibri_t20',
+    'dtbfn-extra': '',
+    'flash-id-uboot': 0,
+    'flash-image': 'colibri_t20-256-v11-nand.img',
+    'flash-type': 'nand',
+}
diff --git a/configs/colibri_t20-256-v12-nand.config b/configs/colibri_t20-256-v12-nand.config
new file mode 100644
index 0000000..62716a2
--- /dev/null
+++ b/configs/colibri_t20-256-v12-nand.config
@@ -0,0 +1,8 @@
+config = {
+    'bct': 'colibri_t20-256-v12-nand.bct',
+    'board': 'colibri_t20',
+    'dtbfn-extra': '',
+    'flash-id-uboot': 0,
+    'flash-image': 'colibri_t20-256-v12-nand.img',
+    'flash-type': 'nand',
+}
diff --git a/configs/colibri_t20-512-hsmmc.config b/configs/colibri_t20-512-hsmmc.config
new file mode 100644
index 0000000..1ebf83a
--- /dev/null
+++ b/configs/colibri_t20-512-hsmmc.config
@@ -0,0 +1,8 @@
+config = {
+    'bct': 'colibri_t20-512-hsmmc.bct',
+    'board': 'colibri_t20',
+    'dtbfn-extra': '',
+    'flash-id-uboot': 0,
+    'flash-image': 'colibri_t20-512-hsmmc.img',
+    'flash-type': 'emmc',
+}
diff --git a/configs/colibri_t20-512-v11-nand.config b/configs/colibri_t20-512-v11-nand.config
new file mode 100644
index 0000000..79dc573
--- /dev/null
+++ b/configs/colibri_t20-512-v11-nand.config
@@ -0,0 +1,8 @@
+config = {
+    'bct': 'colibri_t20-512-v11-nand.bct',
+    'board': 'colibri_t20',
+    'dtbfn-extra': '',
+    'flash-id-uboot': 0,
+    'flash-image': 'colibri_t20-512-v11-nand.img',
+    'flash-type': 'nand',
+}
diff --git a/configs/colibri_t20-512-v12-nand.config b/configs/colibri_t20-512-v12-nand.config
new file mode 100644
index 0000000..b1de6a2
--- /dev/null
+++ b/configs/colibri_t20-512-v12-nand.config
@@ -0,0 +1,8 @@
+config = {
+    'bct': 'colibri_t20-512-v12-nand.bct',
+    'board': 'colibri_t20',
+    'dtbfn-extra': '',
+    'flash-id-uboot': 0,
+    'flash-image': 'colibri_t20-512-v12-nand.img',
+    'flash-type': 'nand',
+}
diff --git a/configs/colibri_t20.board b/configs/colibri_t20.board
new file mode 100644
index 0000000..168c484
--- /dev/null
+++ b/configs/colibri_t20.board
@@ -0,0 +1,5 @@
+board = {
+    'vendor': 'toradex',
+    'soc': 'tegra20',
+    'disabled': True,
+}
-- 
1.9.3

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

* Re: [flasher PATCH] add colibri_t20
       [not found] ` <1427480633-32392-1-git-send-email-marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org>
@ 2015-04-01 15:08   ` Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2015-04-01 15:08 UTC (permalink / raw)
  To: Marcel Ziswiler
  Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, Lucas Stach, Stephen Warren

On 03/27/2015 12:23 PM, Marcel Ziswiler wrote:
> Now with most of the U-Boot side cleaned-up ready for merging actually
> make sure it can be used from within the tegra-uboot-flasher flasher.
> As a second step add the actual board configuration.

I've applied this.

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

end of thread, other threads:[~2015-04-01 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27 18:23 [flasher PATCH] add colibri_t20 Marcel Ziswiler
     [not found] ` <1427480633-32392-1-git-send-email-marcel-mitwqZ+T+m9Wk0Htik3J/w@public.gmane.org>
2015-04-01 15:08   ` Stephen Warren

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.