Chuanhong Guo c063e27e02 kernel: mips: zboot: put appended dtb into a section
This will make a separated section for dtb appear in ELF, and we can
then use objcopy to patch a dtb into vmlinuz when RAW_APPENDED_DTB
is set in kernel config.

command to patch a dtb:
objcopy --set-section-flags=.appended_dtb=alloc,contents \
        --update-section=.appended_dtb=<target>.dtb vmlinuz vmlinuz-dtb

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2020-10-29 21:34:56 +08:00
..
2020-10-20 03:01:27 +02:00
2020-09-12 01:28:50 +02:00
2020-10-02 22:02:26 +02:00
2020-09-25 19:32:34 +02:00
2020-10-20 03:01:27 +02:00
2020-09-22 20:58:26 +02:00
2020-10-29 21:20:10 +08:00
2020-10-19 14:53:27 +02:00
2020-10-13 20:08:41 +02:00
2020-10-15 17:46:54 +02:00