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