public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] P4080/PBL: add tool to support pbl image build.
Date: Wed, 25 Apr 2012 11:35:16 +0200	[thread overview]
Message-ID: <20120425113516.428b4aac@wker> (raw)
In-Reply-To: <1300241463-7883-1-git-send-email-b21989@freescale.com>

Hi,

On Wed, 16 Mar 2011 10:11:03 +0800
Shaohui Xie <b21989@freescale.com> wrote:

> The tool can build u-boot image which can be used by PBL,
> run "make P4080DS_RAMBOOT_PBL" can make all works done,
> the default output image is u-boot.pbl, for more details
> please refer to doc/README.pblimage.
> 
> Signed-off-by: Shaohui Xie <b21989@freescale.com>
> ---
>  Makefile                                |    5 +
>  board/freescale/corenet_ds/config.mk    |   26 +++
>  board/freescale/corenet_ds/pblimage.cfg |   59 ++++++
>  common/image.c                          |    1 +
>  doc/README.pblimage                     |   83 ++++++++
>  include/image.h                         |    1 +
>  tools/Makefile                          |    2 +
>  tools/mkimage.c                         |    5 +
>  tools/mkimage.h                         |    2 +
>  tools/pblimage.c                        |  329 +++++++++++++++++++++++++++++++
>  tools/pblimage.h                        |   36 ++++
>  11 files changed, 549 insertions(+), 0 deletions(-)
>  create mode 100644 board/freescale/corenet_ds/config.mk
>  create mode 100644 board/freescale/corenet_ds/pblimage.cfg
>  create mode 100644 doc/README.pblimage
>  create mode 100644 tools/pblimage.c
>  create mode 100644 tools/pblimage.h

This patch doesn't apply on top of current u-boot.git master.
Please rebase and resubmit. Thanks.

Anatolij

  reply	other threads:[~2012-04-25  9:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-16  2:11 [U-Boot] [PATCH 2/2] P4080/PBL: add tool to support pbl image build Shaohui Xie
2012-04-25  9:35 ` Anatolij Gustschin [this message]
2012-06-04  9:25   ` Xie Shaohui-B21989

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=20120425113516.428b4aac@wker \
    --to=agust@denx.de \
    --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