Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - M index

CONFIG_MIPS_RAW_APPENDED_DTB: vmlinux.bin or vmlinuz.bin

General informations

The Linux kernel configuration item CONFIG_MIPS_RAW_APPENDED_DTB has multiple definitions:

vmlinux.bin or vmlinuz.bin found in arch/mips/Kconfig

The configuration item CONFIG_MIPS_RAW_APPENDED_DTB:

Help text

With this option, the boot code will look for a device tree binary DTB) appended to raw vmlinux.bin or vmlinuz.bin. (e.g. cat vmlinux.bin <filename>.dtb > vmlinux_w_dtb).

This is meant as a backward compatibility convenience for those systems with a bootloader that can't be upgraded to accommodate the documented boot protocol using a device tree.

Beware that there is very little in terms of protection against this option being confused by leftover garbage in memory that might look like a DTB header after a reboot if no actual DTB is appended to vmlinux.bin. Do not leave this option active in a production kernel if you don't intend to always append a DTB.

vmlinux.bin found in arch/mips/Kconfig

The configuration item CONFIG_MIPS_RAW_APPENDED_DTB:

Help text

With this option, the boot code will look for a device tree binary DTB) appended to raw vmlinux.bin (without decompressor). (e.g. cat vmlinux.bin <filename>.dtb > vmlinux_w_dtb).

This is meant as a backward compatibility convenience for those systems with a bootloader that can't be upgraded to accommodate the documented boot protocol using a device tree.

Beware that there is very little in terms of protection against this option being confused by leftover garbage in memory that might look like a DTB header after a reboot if no actual DTB is appended to vmlinux.bin. Do not leave this option active in a production kernel if you don't intend to always append a DTB.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - M index

Automatically generated (in year 2024). See also LKDDb sources on GitLab