summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2014-08-05 23:57:55 +0200
committerStephen Warren <swarren@nvidia.com>2014-08-06 10:18:55 -0600
commitcd728fdb6c33125d340f0b84f50f1943ebfc4ec0 (patch)
tree8d8e05584d749376fb68014532570926c8706448
parent22003584b1e3242f027f075b2023c0051689adac (diff)
downloadtegra-uboot-flasher-scripts-cd728fdb6c33125d340f0b84f50f1943ebfc4ec0.tar.gz
Add support for colibri_t30
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@agner.ch> [swarren, disabled board by default until U-Boot supports exists] Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--configs/colibri_t30.board5
-rw-r--r--configs/colibri_t30.config8
2 files changed, 13 insertions, 0 deletions
diff --git a/configs/colibri_t30.board b/configs/colibri_t30.board
new file mode 100644
index 0000000..55f09ff
--- /dev/null
+++ b/configs/colibri_t30.board
@@ -0,0 +1,5 @@
+board = {
+ 'vendor': 'toradex',
+ 'soc': 'tegra30',
+ 'disabled': True,
+}
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',
+}