All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/2] ARM: mx5: add support for USB armory board
@ 2015-03-26 11:49 andrej at inversepath.com
  2015-03-26 11:49 ` [U-Boot] [PATCH v4 1/2] ARM: mx5: move to a standard arch/board approach andrej at inversepath.com
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: andrej at inversepath.com @ 2015-03-26 11:49 UTC (permalink / raw)
  To: u-boot

From: Andrej Rosano <andrej@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 (v4) with the modifications described bellow.

Best Regards,
Andrej

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


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  |  419 ++++++++++++++++++++++++++++++
 configs/usbarmory_defconfig              |    3 +
 include/configs/usbarmory.h              |  126 +++++++++
 9 files changed, 694 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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-04-09  8:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26 11:49 [U-Boot] [PATCH v4 0/2] ARM: mx5: add support for USB armory board andrej at inversepath.com
2015-03-26 11:49 ` [U-Boot] [PATCH v4 1/2] ARM: mx5: move to a standard arch/board approach andrej at inversepath.com
2015-03-26 21:45   ` Chris Kuethe
2015-03-26 11:49 ` [U-Boot] [PATCH v4 2/2] ARM: mx5: add support for USB armory board andrej at inversepath.com
2015-03-26 20:45   ` Vagrant Cascadian
2015-03-26 21:53 ` [U-Boot] [PATCH v4 0/2] " Chris Kuethe
2015-03-26 22:23   ` Andrej Rosano
2015-03-26 22:28     ` Chris Kuethe
2015-04-01  2:46       ` Chris Kuethe
2015-04-01 11:32         ` Stefano Babic
2015-04-08  8:53           ` Stefano Babic
2015-04-08 15:37             ` Vagrant Cascadian
2015-04-08 15:48               ` Stefano Babic
2015-04-08 17:00             ` Andrej Rosano
2015-04-09  8:29               ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.