u-boot/arch/powerpc
Jagdish Gediya 96699f097a powerpc: mpc85xx: Use binman to embed dtb inside U-Boot
Below is the sequence to embed dtb inside U-Boot,
1. Remove bootpg and resetvec section if needed
2. Append dtb
3. Append bootpg and resetvec section back if removed in step 1

Above procedure is required only when CONFIG_MPC85xx and
CONFIG_OF_SEPARATE are defined.

Add new config CONFIG_MPC85XX_HAVE_RESET_VECTOR to indicate that
image has resetvec section. Step 1 and step 3 described above are
required only if this config is y.

Signed-off-by: Jagdish Gediya <jagdish.gediya@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: York Sun <york.sun@nxp.com>
2018-09-27 10:13:59 -07:00
..
cpu powerpc: mpc85xx: Use binman to embed dtb inside U-Boot 2018-09-27 10:13:59 -07:00
dts powerpc/dts: Makefile changes to clean and build dts 2018-09-27 10:13:38 -07:00
include/asm misc: Add MPC83xx serdes driver 2018-09-18 08:12:21 -06:00
lib timer: Add MPC83xx timer driver 2018-09-18 00:01:18 -06:00
config.mk SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Kconfig powerpc: mpc85xx: Select BINMAN by default 2018-09-27 10:13:55 -07:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00