| #
262737f0 |
| 11-Sep-2013 |
Shaohui Xie <Shaohui.Xie@freescale.com> |
powerpc/tool/pbl: fix pbl image compiling process
Previous process of compiling a PBL boot image is: 1: make <board_name_config> 2: make u-boot.pbl
for example: make T4240QDS_SDCARD_config make u-b
powerpc/tool/pbl: fix pbl image compiling process
Previous process of compiling a PBL boot image is: 1: make <board_name_config> 2: make u-boot.pbl
for example: make T4240QDS_SDCARD_config make u-boot.pbl
Now the process is: 1: make <board_name>
for example: make T4240QDS_SDCARD
Also, updated README.pblimage.
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
show more ...
|
| #
5d898a00 |
| 10-Aug-2012 |
Shaohui Xie <Shaohui.Xie@freescale.com> |
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
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>
show more ...
|