blob: bd2466c60a20214c6f67132fe025744d1caccc7c [file] [log] [blame]
Matthias Schiffera5e30522021-11-02 11:36:46 +01001U-Boot for the TQ-Systems TQMa6 modules
Markus Niebelcb07d742014-07-18 16:52:44 +02002
3This file contains information for the port of
Matthias Schiffera5e30522021-11-02 11:36:46 +01004U-Boot to the TQ-Systems TQMa6 modules.
Markus Niebelcb07d742014-07-18 16:52:44 +02005
61. Boot source
7--------------
8
9The following boot source is supported:
10
11- SD/eMMC
12- SPI NOR
13
142. Building
15------------
16
Matthias Schiffera5e30522021-11-02 11:36:46 +010017To build U-Boot for the TQ-Systems TQMa6 modules:
Markus Niebelcb07d742014-07-18 16:52:44 +020018
19 make tqma6<x>_<baseboard>_<boot>_config
20 make
21
22x is a placeholder for the CPU variant
23q - means i.MX6Q/D: TQMa6Q (i.MX6Q) and TQMa6D (i.MX6D)
Markus Niebel468fb1e2017-02-28 16:37:33 +010024dl - means i.MX6DL: TQMa6DL (i.MX6DL)
Markus Niebelcb07d742014-07-18 16:52:44 +020025s - means i.MX6S: TQMa6S (i.MX6S)
26
27baseboard is a placeholder for the boot device
28mmc - means eMMC
29spi - mean SPI NOR
30
31This gives the following configurations:
32
33tqma6q_mba6_mmc_config
34tqma6q_mba6_spi_config
Markus Niebel468fb1e2017-02-28 16:37:33 +010035tqma6dl_mba6_mmc_config
36tqma6dl_mba6_spi_config
Markus Niebelcb07d742014-07-18 16:52:44 +020037tqma6s_mba6_mmc_config
38tqma6s_mba6_spi_config