]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/CoreNet: add tool to support pbl image build.
authorShaohui Xie <Shaohui.Xie@freescale.com>
Fri, 10 Aug 2012 02:49:35 +0000 (02:49 +0000)
committerAndy Fleming <afleming@freescale.com>
Thu, 23 Aug 2012 15:24:16 +0000 (10:24 -0500)
commit5d898a00f3929fbe18427d15524c4da6b7575b95
tree0a7179e754cf72ad44922025669005da844e5347
parent461632bd71152fefd7f6b155d6b870e586212416
powerpc/CoreNet: add tool to support pbl image build.

Provides a tool to build boot Image for PBL(Pre boot loader) which is
used on Freescale CoreNet SoCs, PBL can be used to load some instructions
and/or data for pre-initialization. The default output image is u-boot.pbl,
for more details please refer to doc/README.pblimage.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
14 files changed:
Makefile
board/freescale/corenet_ds/pbi.cfg [new file with mode: 0644]
board/freescale/corenet_ds/rcw_p3041ds.cfg [new file with mode: 0644]
board/freescale/corenet_ds/rcw_p4080ds.cfg [new file with mode: 0644]
board/freescale/corenet_ds/rcw_p5020ds.cfg [new file with mode: 0644]
common/image.c
doc/README.pblimage [new file with mode: 0644]
include/configs/corenet_ds.h
include/image.h
tools/Makefile
tools/mkimage.c
tools/mkimage.h
tools/pblimage.c [new file with mode: 0644]
tools/pblimage.h [new file with mode: 0644]