u-boot-brain/board/tqc/tqma6
Masahiro Yamada b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Thomas reported U-Boot failed to build host tools if libfdt-devel
package is installed because tools include libfdt headers from
/usr/include/ instead of using internal ones.

This commit moves the header code:
  include/libfdt.h         -> include/linux/libfdt.h
  include/libfdt_env.h     -> include/linux/libfdt_env.h

and replaces include directives:
  #include <libfdt.h>      -> #include <linux/libfdt.h>
  #include <libfdt_env.h>  -> #include <linux/libfdt_env.h>

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-03-05 10:16:28 -05:00
..
clocks.cfg Add TQ Systems TQMa6 board support 2014-07-23 12:31:42 +02:00
Kconfig arm: imx6: tqma6: add support for TQMa6DL variant 2017-03-17 09:27:08 +01:00
MAINTAINERS mx6: tqma6: get board support back to Kconfig build system 2014-08-31 12:01:04 -04:00
Makefile arm: mx6: tqma6: Add WRU-IV baseboard for the TQMa6 SoM 2015-07-26 12:05:22 +02:00
README arm: imx6: tqma6: add support for TQMa6DL variant 2017-03-17 09:27:08 +01:00
tqma6_bb.h tqma6: fix typo in header guard define 2014-10-30 10:43:35 +01:00
tqma6_mba6.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
tqma6_wru4.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
tqma6.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
tqma6dl.cfg arm: imx6: tqma6: add support for TQMa6DL variant 2017-03-17 09:27:08 +01:00
tqma6q.cfg Add TQ Systems TQMa6 board support 2014-07-23 12:31:42 +02:00
tqma6s.cfg Add TQ Systems TQMa6 board support 2014-07-23 12:31:42 +02:00

U-Boot for the TQ Systems TQMa6 modules

This file contains information for the port of
U-Boot to the TQ Systems TQMa6 modules.

1. Boot source
--------------

The following boot source is supported:

- SD/eMMC
- SPI NOR

2. Building
------------

To build U-Boot for the TQ Systems TQMa6 modules:

	make tqma6<x>_<baseboard>_<boot>_config
	make

x is a placeholder for the CPU variant
q - means i.MX6Q/D: TQMa6Q (i.MX6Q) and TQMa6D  (i.MX6D)
dl - means i.MX6DL: TQMa6DL  (i.MX6DL)
s - means i.MX6S: TQMa6S  (i.MX6S)

baseboard is a placeholder for the boot device
mmc - means eMMC
spi - mean SPI NOR

This gives the following configurations:

tqma6q_mba6_mmc_config
tqma6q_mba6_spi_config
tqma6dl_mba6_mmc_config
tqma6dl_mba6_spi_config
tqma6s_mba6_mmc_config
tqma6s_mba6_spi_config