John Thomson ee7c78b6eb build: image: add append-dtb-elf helper
The mips kernel vmlinux image supports adding an empty ELF section
for DTB to be later inserted into with MIPS_ELF_APPENDED_DTB.

This ELF + inserted DTB image can then be directly booted on some
devices.

Example usage:
image/subtarget.mk:
KERNEL_NAME := vmlinux.elf
KERNEL_INITRAMFS_NAME := vmlinux-initramfs.elf
KERNEL := kernel-bin | append-dtb-elf

On mt7621 memory size needed to be manually specified.

Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:07 +00:00
..
2019-08-12 12:27:06 +02:00
2020-07-11 15:19:53 +02:00
2021-09-01 08:07:06 +00:00
2019-01-30 13:20:14 +01:00
2020-04-26 21:20:47 +02:00
2019-12-23 00:22:07 +01:00
2021-09-01 08:06:55 +00:00