Re: [PATCH 0/2] librem5: allow using distroboot w/ extlinux files

2023-12-13 Thread Fabio Estevam
On Fri, Oct 27, 2023 at 10:41 AM Arnaud Ferraris wrote: > > The Librem 5 currently can't boot from `extlinux.conf` files due to > undefined environment variables: > * `fdtfile` is missing, preventing the kernel from selecting the > appropriate device-tree > * the lack of `kernel_comp_addr_r` and

Re: [PATCH 0/2] librem5: allow using distroboot w/ extlinux files

2023-11-29 Thread Fabio Estevam
On Fri, Oct 27, 2023 at 10:41 AM Arnaud Ferraris wrote: > > The Librem 5 currently can't boot from `extlinux.conf` files due to > undefined environment variables: > * `fdtfile` is missing, preventing the kernel from selecting the > appropriate device-tree > * the lack of `kernel_comp_addr_r` and

[PATCH 0/2] librem5: allow using distroboot w/ extlinux files

2023-10-27 Thread Arnaud Ferraris
The Librem 5 currently can't boot from `extlinux.conf` files due to undefined environment variables: * `fdtfile` is missing, preventing the kernel from selecting the appropriate device-tree * the lack of `kernel_comp_addr_r` and `kernel_comp_size` forbids using compressed kernels This series e