mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Renaud Barbier <renaud.barbier@ge.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2 0/4] Update P2020RDB board support to allow NFS booting.
Date: Wed, 4 Sep 2013 08:46:42 +0200	[thread overview]
Message-ID: <20130904064642.GH30088@pengutronix.de> (raw)
In-Reply-To: <1378220067-22296-1-git-send-email-renaud.barbier@ge.com>

On Tue, Sep 03, 2013 at 03:54:23PM +0100, Renaud Barbier wrote:
> This patchset addresses all the comments regarding the initial patch [2/4].
> The comments in respect of the function fdt_stdout_setup have been addressed
> by:
> - Removing the check on the existence of the /chosen node.
> - Returning an errno value instead of 1.
> 
> The comments in respect of the MAC fixup function have been addressed by:
> - Removing the fixup function from the initial patch.
> - Updating eth_of_fixup to set the MAC address based on the Ethernet device
>   node alias.
> 
> Since eth_of_fixup is conditionally compiled, the P2020RDB configuration file
> in patch [4/4] is updated to enable CONFIG_OFDEVICE.
> 
> Renaud Barbier (4):
>   of: base: import of_find_node_by_type
>   ppc: add and update device tree fixup functions
>   ppc: bootm: relocate fdt to valid boot memory
>   ppc: P2020RDB configuration update

Applied, thanks

I splitted up 2/4 into two patches because then we have one patch for
networking and one ppc specific patch.

Sascha

> 
>  arch/ppc/boards/freescale-p2020rdb/env/bin/init |    3 +
>  arch/ppc/boards/freescale-p2020rdb/env/config   |    2 +
>  arch/ppc/boards/freescale-p2020rdb/p2020rdb.c   |    7 +
>  arch/ppc/configs/p2020rdb_defconfig             |   14 ++-
>  arch/ppc/include/asm/processor.h                |    2 +
>  arch/ppc/lib/ppclinux.c                         |   49 ++++++++-
>  arch/ppc/mach-mpc85xx/Makefile                  |    1 +
>  arch/ppc/mach-mpc85xx/fdt.c                     |  146 +++++++++++++++++++++++
>  drivers/of/base.c                               |   29 +++++
>  include/of.h                                    |    2 +
>  net/eth.c                                       |   20 ++--
>  11 files changed, 264 insertions(+), 11 deletions(-)
>  create mode 100644 arch/ppc/boards/freescale-p2020rdb/env/bin/init
>  create mode 100644 arch/ppc/boards/freescale-p2020rdb/env/config
>  create mode 100644 arch/ppc/mach-mpc85xx/fdt.c
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

      parent reply	other threads:[~2013-09-04  6:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-03 14:54 Renaud Barbier
2013-09-03 14:54 ` [PATCH 1/4] of: base: import of_find_node_by_type Renaud Barbier
2013-09-03 14:54 ` [PATCH 2/4] ppc: add and update device tree fixup functions Renaud Barbier
2013-09-03 14:54 ` [PATCH 3/4] ppc: bootm: relocate fdt to valid boot memory Renaud Barbier
2013-09-05 12:21   ` Sascha Hauer
2013-09-06 10:53     ` Renaud Barbier
2013-09-09 15:08       ` Sascha Hauer
2013-09-03 14:54 ` [PATCH 4/4] ppc: P2020RDB configuration update Renaud Barbier
2013-09-04  6:46 ` Sascha Hauer [this message]

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=20130904064642.GH30088@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=renaud.barbier@ge.com \
    /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