[U-Boot] [PATCH 2/2] P4080/PBL: add tool to support pbl image build.
Anatolij Gustschin
agust at denx.de
Wed Apr 25 11:35:16 CEST 2012
Hi,
On Wed, 16 Mar 2011 10:11:03 +0800
Shaohui Xie <b21989 at 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 at 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
More information about the U-Boot
mailing list