[U-Boot] [PATCH v2 0/3] board/seco: Add mx6q-uq7 basic board support
Boris Brezillon
boris.brezillon at free-electrons.com
Wed Mar 4 13:12:04 CET 2015
Hello,
This series adds a preliminary support for SECO's iMX6 based boards.
The first 2 patches add generic support for MX6 SoCs, avoiding the need
to define SoC variant and imximage.cfg file patch in the deprecated
SYS_EXTRA_OPTIONS Kconfig option.
The last patch adds basic support for the mx6q/uq7 SECO board, and a
sane Kconfig skeleton for other SoC (Q, DL and S) and board (uQ7, Q7
and uSBC) variants.
Best Regards,
Boris
Changes since v1:
- fix board Makefile
- add a MAINTAINERS file
- fix coding style issues
- add error messages where appropriate
Boris Brezillon (3):
ARM: mx6: move to a standard arch/board approach
ARM: iMX: define an IMX_CONFIG Kconfig option
board/seco: Add mx6q-uq7 basic board support
arch/arm/Kconfig | 8 ++
arch/arm/cpu/armv7/mx6/Kconfig | 42 +++++++++
arch/arm/imx-common/Kconfig | 2 +
board/seco/Kconfig | 63 ++++++++++++++
board/seco/common/Makefile | 2 +
board/seco/common/mx6.c | 138 ++++++++++++++++++++++++++++++
board/seco/common/mx6.h | 9 ++
board/seco/mx6quq7/MAINTAINERS | 6 ++
board/seco/mx6quq7/Makefile | 7 ++
board/seco/mx6quq7/mx6quq7-2g.cfg | 173 ++++++++++++++++++++++++++++++++++++++
board/seco/mx6quq7/mx6quq7.c | 162 +++++++++++++++++++++++++++++++++++
configs/secomx6quq7_defconfig | 7 ++
include/configs/secomx6quq7.h | 166 ++++++++++++++++++++++++++++++++++++
13 files changed, 785 insertions(+)
create mode 100644 arch/arm/cpu/armv7/mx6/Kconfig
create mode 100644 arch/arm/imx-common/Kconfig
create mode 100644 board/seco/Kconfig
create mode 100644 board/seco/common/Makefile
create mode 100644 board/seco/common/mx6.c
create mode 100644 board/seco/common/mx6.h
create mode 100644 board/seco/mx6quq7/MAINTAINERS
create mode 100644 board/seco/mx6quq7/Makefile
create mode 100644 board/seco/mx6quq7/mx6quq7-2g.cfg
create mode 100644 board/seco/mx6quq7/mx6quq7.c
create mode 100644 configs/secomx6quq7_defconfig
create mode 100644 include/configs/secomx6quq7.h
--
1.9.1
More information about the U-Boot
mailing list