xref: /openbmc/u-boot/board/tqc/tqma6/README (revision 02ccab19)
1cb07d74eSMarkus NiebelU-Boot for the TQ Systems TQMa6 modules
2cb07d74eSMarkus Niebel
3cb07d74eSMarkus NiebelThis file contains information for the port of
4cb07d74eSMarkus NiebelU-Boot to the TQ Systems TQMa6 modules.
5cb07d74eSMarkus Niebel
6cb07d74eSMarkus Niebel1. Boot source
7cb07d74eSMarkus Niebel--------------
8cb07d74eSMarkus Niebel
9cb07d74eSMarkus NiebelThe following boot source is supported:
10cb07d74eSMarkus Niebel
11cb07d74eSMarkus Niebel- SD/eMMC
12cb07d74eSMarkus Niebel- SPI NOR
13cb07d74eSMarkus Niebel
14cb07d74eSMarkus Niebel2. Building
15cb07d74eSMarkus Niebel------------
16cb07d74eSMarkus Niebel
17cb07d74eSMarkus NiebelTo build U-Boot for the TQ Systems TQMa6 modules:
18cb07d74eSMarkus Niebel
19cb07d74eSMarkus Niebel	make tqma6<x>_<baseboard>_<boot>_config
20cb07d74eSMarkus Niebel	make
21cb07d74eSMarkus Niebel
22cb07d74eSMarkus Niebelx is a placeholder for the CPU variant
23cb07d74eSMarkus Niebelq - means i.MX6Q/D: TQMa6Q (i.MX6Q) and TQMa6D  (i.MX6D)
24*468fb1e4SMarkus Niebeldl - means i.MX6DL: TQMa6DL  (i.MX6DL)
25cb07d74eSMarkus Niebels - means i.MX6S: TQMa6S  (i.MX6S)
26cb07d74eSMarkus Niebel
27cb07d74eSMarkus Niebelbaseboard is a placeholder for the boot device
28cb07d74eSMarkus Niebelmmc - means eMMC
29cb07d74eSMarkus Niebelspi - mean SPI NOR
30cb07d74eSMarkus Niebel
31cb07d74eSMarkus NiebelThis gives the following configurations:
32cb07d74eSMarkus Niebel
33cb07d74eSMarkus Niebeltqma6q_mba6_mmc_config
34cb07d74eSMarkus Niebeltqma6q_mba6_spi_config
35*468fb1e4SMarkus Niebeltqma6dl_mba6_mmc_config
36*468fb1e4SMarkus Niebeltqma6dl_mba6_spi_config
37cb07d74eSMarkus Niebeltqma6s_mba6_mmc_config
38cb07d74eSMarkus Niebeltqma6s_mba6_spi_config
39