* [flasher PATCH] Add support for colibri_t30
@ 2014-08-05 21:57 Stefan Agner
[not found] ` <1407275875-18722-1-git-send-email-stefan-XLVq0VzYD2Y@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Agner @ 2014-08-05 21:57 UTC (permalink / raw)
To: twarren-DDmLM1+adcrQT0dZR+AlfA
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, marcel-mitwqZ+T+m9Wk0Htik3J/w,
dev-8ppwABl0HbeELgA04lAiVw, stefan-XLVq0VzYD2Y
This commit adds support for the Toradex Colibri T30 module. Since
we use the same boot loader for all carrier board, in the boot
loader world (U-Boot/BCT) the board name consists of the module
name only, without any reference to the carrier board.
Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
---
configs/colibri_t30.board | 4 ++++
configs/colibri_t30.config | 8 ++++++++
2 files changed, 12 insertions(+)
create mode 100644 configs/colibri_t30.board
create mode 100644 configs/colibri_t30.config
diff --git a/configs/colibri_t30.board b/configs/colibri_t30.board
new file mode 100644
index 0000000..1549ec9
--- /dev/null
+++ b/configs/colibri_t30.board
@@ -0,0 +1,4 @@
+board = {
+ 'vendor': 'toradex',
+ 'soc': 'tegra30',
+}
diff --git a/configs/colibri_t30.config b/configs/colibri_t30.config
new file mode 100644
index 0000000..ee986ea
--- /dev/null
+++ b/configs/colibri_t30.config
@@ -0,0 +1,8 @@
+config = {
+ 'bct': 'colibri_t30_12MHz_1GB_NT5CC256M16CP-DI_400MHz-shmoo.bct',
+ 'board': 'colibri_t30',
+ 'dtbfn-extra': '',
+ 'flash-id-uboot': 0,
+ 'flash-image': 'colibri_t30.img',
+ 'flash-type': 'emmc',
+}
--
2.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [flasher PATCH] Add support for colibri_t30
[not found] ` <1407275875-18722-1-git-send-email-stefan-XLVq0VzYD2Y@public.gmane.org>
@ 2014-08-06 16:20 ` Stephen Warren
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2014-08-06 16:20 UTC (permalink / raw)
To: Stefan Agner, twarren-DDmLM1+adcrQT0dZR+AlfA
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, marcel-mitwqZ+T+m9Wk0Htik3J/w,
dev-8ppwABl0HbeELgA04lAiVw
On 08/05/2014 03:57 PM, Stefan Agner wrote:
> This commit adds support for the Toradex Colibri T30 module. Since
> we use the same boot loader for all carrier board, in the boot
> loader world (U-Boot/BCT) the board name consists of the module
> name only, without any reference to the carrier board.
I've applied this too.
I disabled the board by default, so the "./build build" won't build it,
but "./build --boards colibri_t30 build" will. This is because mainline
U-Boot doesn't yet have support for this build, so including it in the
default build would prevent the default build from succeeding. We can
remove that flag once U-Boot support makes it into the mainline U-Boot repo.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-06 16:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 21:57 [flasher PATCH] Add support for colibri_t30 Stefan Agner
[not found] ` <1407275875-18722-1-git-send-email-stefan-XLVq0VzYD2Y@public.gmane.org>
2014-08-06 16:20 ` 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.