All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] omap3: overo: Add foreign expansion board support
Date: Tue, 30 Sep 2014 07:10:22 +0200	[thread overview]
Message-ID: <542A3B3E.9060904@herbrechtsmeier.net> (raw)
In-Reply-To: <1410882669-705-1-git-send-email-stefan@herbrechtsmeier.net>

Am 16.09.2014 um 17:51 schrieb Stefan Herbrechtsmeier:
> At the moment the boot loader use a common configuration for all Gumstix
> Overo expansion boards. This also includes configuration of all inputs
> and outputs even if they aren't used by the boot loader. Because the
> Overo module could be used on foreign expansion boards with different
> configurations this could lead to problems. Split the configuration into
> a Overo module and expansion board part. The expansion board
> configuration is skipped if a foreign expansion board is detected. This
> enables a foreign expansion board to use the common boot loader without
> any modifications. It could load a specific device tree by saving the
> expansion name in the EEPROM.
>
> Additionally fix some errors in the environment configuration and add
> USB host support.
>
> The series is only tested on a foreign expansion boards. It would be nice
> if somebody could test it on an expansion board with network support.
>
>
> Stefan Herbrechtsmeier (5):
>    omap3: overo: Fix fdtfile test
>    omap3: overo: Call bootm only after successful nand read
>    omap3: overo: Move ethernet setup to board_eth_init function
>    omap3: overo: Separate module and expansion board MUX configuration
>    omap3: overo: Add usb host support
>
>   board/overo/overo.c           | 137 ++++++++++++++++++++++++++++----------
>   board/overo/overo.h           | 150 ++++++++++++++++++++++--------------------
>   include/configs/omap3_overo.h |  15 ++++-
>   3 files changed, 195 insertions(+), 107 deletions(-)
>
Any comments would be appreciated.

  parent reply	other threads:[~2014-09-30  5:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-16 15:51 [U-Boot] [PATCH 0/5] omap3: overo: Add foreign expansion board support Stefan Herbrechtsmeier
2014-09-16 15:51 ` [U-Boot] [PATCH 1/5] omap3: overo: Fix fdtfile test Stefan Herbrechtsmeier
2014-10-10 14:39   ` [U-Boot] [U-Boot,1/5] " Tom Rini
2014-09-16 15:51 ` [U-Boot] [PATCH 2/5] omap3: overo: Call bootm only after successful nand read Stefan Herbrechtsmeier
2014-10-23 17:16   ` [U-Boot] [U-Boot, " Tom Rini
2014-09-16 15:51 ` [U-Boot] [PATCH 3/5] omap3: overo: Move ethernet setup to board_eth_init function Stefan Herbrechtsmeier
2014-10-23 17:16   ` [U-Boot] [U-Boot, " Tom Rini
2014-09-16 15:51 ` [U-Boot] [PATCH 4/5] omap3: overo: Separate module and expansion board MUX configuration Stefan Herbrechtsmeier
2014-10-23 17:16   ` [U-Boot] [U-Boot, " Tom Rini
2014-09-16 15:51 ` [U-Boot] [PATCH 5/5] omap3: overo: Add usb host support Stefan Herbrechtsmeier
2014-10-23 17:16   ` [U-Boot] [U-Boot,5/5] " Tom Rini
2014-09-30  5:10 ` Stefan Herbrechtsmeier [this message]
2014-10-10 16:12 ` [U-Boot] [PATCH 0/5] omap3: overo: Add foreign expansion board support Tom Rini
2014-10-10 16:13   ` Ash Charles

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=542A3B3E.9060904@herbrechtsmeier.net \
    --to=stefan@herbrechtsmeier.net \
    --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 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.