Re: [PATCH] templates: allow loading a Device Tree file from user conf

2021-06-09 Thread Matteo Croce
On Tue, Dec 8, 2020 at 12:37 AM Matteo Croce wrote: > > From: Matteo Croce > > Some machines rely on Device Tree for hardware discovery, so a > .dtb file must be passed to the kernel. > > GRUB can do this via the `devicetree` command, but it's not possible

[PATCH] templates: allow loading a Device Tree file from user conf

2020-12-07 Thread Matteo Croce
From: Matteo Croce Some machines rely on Device Tree for hardware discovery, so a .dtb file must be passed to the kernel. GRUB can do this via the `devicetree` command, but it's not possible to do this from the user configuration. Add a GRUB_DEVICETREE_FILE variable which holds the path o