Re: [PATCH v2 0/3] Bli: fix hidden module dependency

2023-11-30 Thread Daniel Kiper
On Wed, Nov 29, 2023 at 09:54:34PM +0100, Tobias Powalowski via Grub-devel wrote: > Am 29.11.23 um 20:43 schrieb Daniel Kiper: > > On Tue, Nov 21, 2023 at 04:00:35PM +0100, Daniel Kiper wrote: > > > On Thu, Nov 16, 2023 at 02:50:17PM +0100, Daniel Kiper wrote: [...] > > > > A few days ago Vladim

Re: [PATCH v2 0/3] Bli: fix hidden module dependency

2023-11-29 Thread Tobias Powalowski via Grub-devel
Am 29.11.23 um 20:43 schrieb Daniel Kiper: On Tue, Nov 21, 2023 at 04:00:35PM +0100, Daniel Kiper wrote: On Thu, Nov 16, 2023 at 02:50:17PM +0100, Daniel Kiper wrote: Adding a few folks who can be interested in this patch set... On Wed, Nov 15, 2023 at 09:07:59PM +0100, Oliver Steffen wrote:

Re: [PATCH v2 0/3] Bli: fix hidden module dependency

2023-11-29 Thread Daniel Kiper
On Tue, Nov 21, 2023 at 04:00:35PM +0100, Daniel Kiper wrote: > On Thu, Nov 16, 2023 at 02:50:17PM +0100, Daniel Kiper wrote: > > Adding a few folks who can be interested in this patch set... > > > > On Wed, Nov 15, 2023 at 09:07:59PM +0100, Oliver Steffen wrote: > > > The bli module has a hidden/i

Re: [PATCH v2 0/3] Bli: fix hidden module dependency

2023-11-21 Thread Daniel Kiper
On Thu, Nov 16, 2023 at 02:50:17PM +0100, Daniel Kiper wrote: > Adding a few folks who can be interested in this patch set... > > On Wed, Nov 15, 2023 at 09:07:59PM +0100, Oliver Steffen wrote: > > The bli module has a hidden/implicit dependency on the part_gpt module. > > The part_gpt module has t

Re: [PATCH v2 0/3] Bli: fix hidden module dependency

2023-11-16 Thread Daniel Kiper
Adding a few folks who can be interested in this patch set... On Wed, Nov 15, 2023 at 09:07:59PM +0100, Oliver Steffen wrote: > The bli module has a hidden/implicit dependency on the part_gpt module. > The part_gpt module has to be loaded before the bli module. > This dependency is not picked up a

[PATCH v2 0/3] Bli: fix hidden module dependency

2023-11-15 Thread Oliver Steffen
The bli module has a hidden/implicit dependency on the part_gpt module. The part_gpt module has to be loaded before the bli module. This dependency is not picked up automatically by the build system because the bli module does not use any function of part_gpt. It just expects Grub to be able to par