kvx: add support for elf loading using bootm
In order to boot elfs files, add bootm command support for kvx. This support
can boot elf files using bootm elf support. initrd and device-tree handling
is also included and loads them after the elf file load address.

Signed-off-by: Clement Leger <cleger@kalray.eu>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent b6bc2e8 commit c10551150b2e4e7a746b24f43cd9d7a9b440d14a
@Clement Leger Clement Leger authored on 30 Jun 2020
Sascha Hauer committed on 1 Jul 2020
Showing 6 changed files
View
arch/kvx/Kconfig
View
arch/kvx/configs/generic_defconfig
View
arch/kvx/include/asm/bootm.h 0 → 100644
View
arch/kvx/include/asm/elf.h
View
arch/kvx/lib/Makefile
View
arch/kvx/lib/bootm.c 0 → 100644