• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Sep-2020-

KconfigH A D15-Sep-20201.4 KiB8364

MAINTAINERSH A D15-Sep-2020158 76

MakefileH A D15-Sep-2020193 93

READMEH A D15-Sep-2020784 3927

clocks.cfgH A D15-Sep-2020724 2421

tqma6.cH A D15-Sep-20206.9 KiB289210

tqma6_bb.hH A D15-Sep-2020747 3015

tqma6_mba6.cH A D15-Sep-20209.6 KiB352246

tqma6_wru4.cH A D15-Sep-20208.3 KiB346256

tqma6dl.cfgH A D15-Sep-20204.1 KiB125116

tqma6q.cfgH A D15-Sep-20204.1 KiB125116

tqma6s.cfgH A D15-Sep-20204.1 KiB125116

README

1U-Boot for the TQ Systems TQMa6 modules
2
3This file contains information for the port of
4U-Boot to the TQ Systems TQMa6 modules.
5
61. Boot source
7--------------
8
9The following boot source is supported:
10
11- SD/eMMC
12- SPI NOR
13
142. Building
15------------
16
17To build U-Boot for the TQ Systems TQMa6 modules:
18
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)
24dl - means i.MX6DL: TQMa6DL  (i.MX6DL)
25s - 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
35tqma6dl_mba6_mmc_config
36tqma6dl_mba6_spi_config
37tqma6s_mba6_mmc_config
38tqma6s_mba6_spi_config
39