ARM: zynq: move header generation to zynq_mkimage
Instead of generating a suitable image header with linker magic, move
all of this into zynq_mkimage. The configuration file format and parsing
is based on imx-image. This gets us one step further on the road to
proper multi-image support.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent b214296 commit 24fce509d00474d5978dc38828b39154431c8a49
@Lucas Stach Lucas Stach authored on 9 Nov 2019
Sascha Hauer committed on 11 Nov 2019
Showing 10 changed files
View
arch/arm/boards/avnet-zedboard/Makefile
View
arch/arm/boards/avnet-zedboard/flash_header.c 100644 → 0
View
arch/arm/boards/avnet-zedboard/zedboard.zynqcfg 0 → 100644
View
arch/arm/mach-zynq/include/mach/barebox.lds.h 100644 → 0
View
arch/arm/mach-zynq/include/mach/zynq-flash-header.h
View
arch/arm/mach-zynq/include/mach/zynq7000-header-regs.h 0 → 100644
View
images/Makefile.zynq
View
include/asm-generic/barebox.lds.h
View
scripts/Makefile
View
scripts/zynq_mkimage.c