diff options
author | Stefan Agner <stefan@agner.ch> | 2014-08-05 23:27:30 +0200 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2014-08-18 16:59:04 -0700 |
commit | 24d4d422c104a7bc29f2a6368e7836a2e2488b19 (patch) | |
tree | 07423e6ffedc92854d3491c24fa269c5f90f2945 /board/toradex/colibri_t30/MAINTAINERS | |
parent | aeb3fcb35956461077804720b8a252d50758d7e0 (diff) |
ARM: tegra: add Colibri T30 board support
This adds board support for the Toradex Colibri T30 module.
Working functions:
- SD card boot
- eMMC environment and boot
- USB host/USB client (on the dual role port)
- Network (via ASIX USB)
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/toradex/colibri_t30/MAINTAINERS')
-rw-r--r-- | board/toradex/colibri_t30/MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/toradex/colibri_t30/MAINTAINERS b/board/toradex/colibri_t30/MAINTAINERS new file mode 100644 index 0000000000..73b8e5d099 --- /dev/null +++ b/board/toradex/colibri_t30/MAINTAINERS @@ -0,0 +1,7 @@ +Colibri T30 +M: Stefan Agner <stefan.agner@toradex.com> +S: Maintained +F: board/toradex/colibri_t30/ +F: include/configs/colibri_t30.h +F: configs/colibri_t30_defconfig +F: arch/arm/dts/tegra30-colibri.dtb |