mkimage-profiles/features.in/stage2
Anton Midyukov a9ded39b26 stage2: add copy devicetree in 95-copy-kernel, if $GLOBAL_COPY_DTB is set
dtb on an ESP partition can be loaded by u-boot.
devicetree directory contain symlinks to enable booting on systems,
where use path of directory by vendor (modern u-boot) and flat path
(older u-boot). In the case of iso, there is no need to support old
u-boot given the price of 15 MB image increase on aarch64.
2022-06-24 19:34:24 +07:00
..
stage1 stage2: add copy devicetree in 95-copy-kernel, if $GLOBAL_COPY_DTB is set 2022-06-24 19:34:24 +07:00
config.mk stage2: use propagator for c% BRANCH also 2022-03-25 09:37:27 +07:00
README stage2, efi: added kernel config test collector 2014-05-12 18:27:08 +04:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Эта фича служит для добавления в первую стадию хуков, необходимых
при наличии в stage1 ядра (что типично, но не обязательно).

Передача информации о конфигурации ядра между stage1 и stage2 также
требуется для оптимального сжатия squashfs-образа второй стадии.

Возможно пополнение списка опций конфигурации ядра (CONFIG_*),
необходимых для загрузки целевого дистрибутива, посредством
переменной STAGE1_KCONFIG (см. фичу efi в качестве примера).