[U-Boot] [PATCH 2/2] P4080/PBL: add tool to support pbl image build.
Xie Shaohui-B21989
B21989 at freescale.com
Mon Jun 4 11:25:34 CEST 2012
Hello, Anatolij,
Sorry for the late response, I had no chance until recently to work on the rebase of this patch. I've posted a new version and cc-ed to you.
Thanks!
Best Regards,
Shaohui Xie
>-----Original Message-----
>From: Anatolij Gustschin [mailto:agust at denx.de]
>Sent: Wednesday, April 25, 2012 5:35 PM
>To: Xie Shaohui-B21989
>Cc: u-boot at lists.denx.de; kumar.gala at freescale.com
>Subject: Re: [U-Boot] [PATCH 2/2] P4080/PBL: add tool to support pbl image
>build.
>
>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