[U-Boot] [PATCH v5 0/2] ARM: mx5: add support for USB armory board

andrej at inversepath.com andrej at inversepath.com
Wed Apr 8 18:56:28 CEST 2015


From: Andrej Rosano <andrej at inversepath.com>

Hello,

this series adds support for USB armory board. The patches are
prepared against imx tree as it uses the new arch/board approach.

The first patch add introduces the arch/board approach for mx5,
as already done for mx6.

The second patch adds basic support for USB armory board and
is an updated version (v5) with the modifications described bellow.

Best Regards,
Andrej

Changes for v5:
 - Fix checkpatch format errors

Changes for v4:
 - Remove ifdef for CONFIG_FSL_ESDHC as it must always be present
 - Remove explicit GPIO input setup (all GPIO are input after reset)
 - Remove dummy board_late_init() and CONFIG_BOARD_LATE_INIT
 - Remove CONFIG_BOOTARGS
 - Fix compiling errors due to config_distro_bootcmd.h inclusion position

Changes for v3:
 - Add config_distro support

Changes for v2:
 - Fix double print_cpuinfo() call
 - Fix CONFIG_BOOTCOMMAND typo
 - Fix CONFIG_SYS_FSL_ESDHC_NUM to 1

Andrej Rosano (2):
  ARM: mx5: move to a standard arch/board approach
  ARM: mx5: add support for USB armory board

 arch/arm/Kconfig                         |    6 +
 arch/arm/cpu/armv7/mx5/Kconfig           |   27 ++
 board/inversepath/usbarmory/Kconfig      |   15 ++
 board/inversepath/usbarmory/MAINTAINERS  |    6 +
 board/inversepath/usbarmory/Makefile     |   10 +
 board/inversepath/usbarmory/imximage.cfg |   82 ++++++
 board/inversepath/usbarmory/usbarmory.c  |  417 ++++++++++++++++++++++++++++++
 configs/usbarmory_defconfig              |    3 +
 include/configs/usbarmory.h              |  126 +++++++++
 9 files changed, 692 insertions(+)
 create mode 100644 arch/arm/cpu/armv7/mx5/Kconfig
 create mode 100644 board/inversepath/usbarmory/Kconfig
 create mode 100644 board/inversepath/usbarmory/MAINTAINERS
 create mode 100644 board/inversepath/usbarmory/Makefile
 create mode 100644 board/inversepath/usbarmory/imximage.cfg
 create mode 100644 board/inversepath/usbarmory/usbarmory.c
 create mode 100644 configs/usbarmory_defconfig
 create mode 100644 include/configs/usbarmory.h

-- 
1.7.10.4



More information about the U-Boot mailing list