public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: andrej at inversepath.com <andrej@inversepath.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 0/2] ARM: mx5: add support for USB armory board
Date: Wed,  8 Apr 2015 18:56:28 +0200	[thread overview]
Message-ID: <1428512190-23679-1-git-send-email-andrej@inversepath.com> (raw)

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 (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

             reply	other threads:[~2015-04-08 16:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08 16:56 andrej at inversepath.com [this message]
2015-04-08 16:56 ` [U-Boot] [PATCH v5 1/2] ARM: mx5: move to a standard arch/board approach andrej at inversepath.com
2015-04-08 19:19   ` Chris Kuethe
2015-04-09  8:30   ` Stefano Babic
2015-04-08 16:56 ` [U-Boot] [PATCH v5 2/2] ARM: mx5: add support for USB armory board andrej at inversepath.com
2015-04-08 18:31   ` Vagrant Cascadian
2015-04-08 19:20   ` Chris Kuethe
2015-04-09  8:30   ` Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1428512190-23679-1-git-send-email-andrej@inversepath.com \
    --to=andrej@inversepath.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox