Openwrt/target/linux/generic
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
..
backport-4.19 kernel: use proper upstream inclusion version for patch 2020-09-11 18:40:44 +02:00
backport-5.4 kernel: bump 5.4 to 5.4.68 2020-09-28 16:23:11 +02:00
files kernel: add support for ALLNET devices in mtdsplit 2020-09-14 07:54:30 +02:00
hack-4.19
hack-5.4 kernel: bump 5.4 to 5.4.71 2020-10-15 17:46:54 +02:00
image
other-files
pending-4.19 kernel: remove obsolete non-upstream block2mtd patches 2020-10-17 16:43:17 +02:00
pending-5.4 kernel: mips: zboot: put appended dtb into a section 2020-10-29 21:34:56 +08:00
config-4.19 treewide: enable the vDSO 2020-10-13 20:08:41 +02:00
config-5.4 generic: 5.4: make nf nat masquerade in unset state by default 2020-10-24 22:28:37 +08:00
PATCHES