From: Alexey Shvetsov
Some platforms like arm, arm64, riscv and other need fdt files to boot.
This change allow to autogenerate entry for them if GRUB_DEFAULT_DTB is
set
Signed-off-by: Alexey Shvetsov
---
util/grub-mkconfig.in | 3 ++-
util/grub.d/10_linux.in | 14 ++
2 files ch
From: Alexey Shvetsov
Some platforms like arm, arm64, risc-v and others need fdt entry to boot
linux kernel. This patch allow to generate fdt records in grub.cfg via
grub-mkconfig if GRUB_DEFAULT_DTB is set
Alexey Shvetsov (1):
fdt: allow to autogenerate entry for fdt files in grub.cfg
util/