Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Kconfig | H A D | 19-Mar-2017 | 1.4 KiB | 83 | 64 | |
MAINTAINERS | H A D | 31-Aug-2014 | 158 | 7 | 6 | |
Makefile | H A D | 06-May-2018 | 193 | 9 | 3 | |
README | H A D | 19-Mar-2017 | 784 | 39 | 27 | |
clocks.cfg | H A D | 06-May-2018 | 724 | 24 | 21 | |
tqma6.c | H A D | 31-Mar-2019 | 7 KiB | 291 | 212 | |
tqma6_bb.h | H A D | 06-May-2018 | 747 | 30 | 15 | |
tqma6_mba6.c | H A D | 06-May-2018 | 9.6 KiB | 352 | 246 | |
tqma6_wru4.c | H A D | 06-May-2018 | 8.3 KiB | 346 | 256 | |
tqma6dl.cfg | H A D | 06-May-2018 | 4.1 KiB | 125 | 116 | |
tqma6q.cfg | H A D | 06-May-2018 | 4.1 KiB | 125 | 116 | |
tqma6s.cfg | H A D | 06-May-2018 | 4.1 KiB | 125 | 116 |
README
1 U-Boot for the TQ Systems TQMa6 modules 2 3 This file contains information for the port of 4 U-Boot to the TQ Systems TQMa6 modules. 5 6 1. Boot source 7 -------------- 8 9 The following boot source is supported: 10 11 - SD/eMMC 12 - SPI NOR 13 14 2. Building 15 ------------ 16 17 To build U-Boot for the TQ Systems TQMa6 modules: 18 19 make tqma6<x>_<baseboard>_<boot>_config 20 make 21 22 x is a placeholder for the CPU variant 23 q - means i.MX6Q/D: TQMa6Q (i.MX6Q) and TQMa6D (i.MX6D) 24 dl - means i.MX6DL: TQMa6DL (i.MX6DL) 25 s - means i.MX6S: TQMa6S (i.MX6S) 26 27 baseboard is a placeholder for the boot device 28 mmc - means eMMC 29 spi - mean SPI NOR 30 31 This gives the following configurations: 32 33 tqma6q_mba6_mmc_config 34 tqma6q_mba6_spi_config 35 tqma6dl_mba6_mmc_config 36 tqma6dl_mba6_spi_config 37 tqma6s_mba6_mmc_config 38 tqma6s_mba6_spi_config 39