From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 25 Apr 2012 11:35:16 +0200 Subject: [U-Boot] [PATCH 2/2] P4080/PBL: add tool to support pbl image build. In-Reply-To: <1300241463-7883-1-git-send-email-b21989@freescale.com> References: <1300241463-7883-1-git-send-email-b21989@freescale.com> Message-ID: <20120425113516.428b4aac@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Wed, 16 Mar 2011 10:11:03 +0800 Shaohui Xie 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 > --- > 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