Re: [PATCH 0/3] Add initrd support to bootm EFI payloads

2025-04-05 Thread Ilias Apalodimas
Hi Adriano, On Tue, 18 Mar 2025 at 15:23, Adriano Cordova wrote: > > Next boot stages can acces an initrd via a handle with a specific device > path and an EFI_LOAD_FILE2_PROTOCOL installed on it. In U-Boot, this > functionality > is currently only implemented when booting with the EFI boot mana

Re: [PATCH 0/3] Add initrd support to bootm EFI payloads

2025-03-19 Thread Ilias Apalodimas
On Wed, 19 Mar 2025 at 14:12, Adriano Córdova wrote: > > > > El mié, 19 mar 2025 a las 5:48, Ilias Apalodimas > () escribió: >> >> Hi Adriano, >> >> On Tue, 18 Mar 2025 at 15:23, Adriano Cordova wrote: >> > >> > Next boot stages can acces an initrd via a handle with a specific device >> > path a

Re: [PATCH 0/3] Add initrd support to bootm EFI payloads

2025-03-19 Thread Adriano Córdova
El mié, 19 mar 2025 a las 5:48, Ilias Apalodimas (< ilias.apalodi...@linaro.org>) escribió: > Hi Adriano, > > On Tue, 18 Mar 2025 at 15:23, Adriano Cordova wrote: > > > > Next boot stages can acces an initrd via a handle with a specific device > > path and an EFI_LOAD_FILE2_PROTOCOL installed on

[PATCH 0/3] Add initrd support to bootm EFI payloads

2025-03-18 Thread Adriano Cordova
Next boot stages can acces an initrd via a handle with a specific device path and an EFI_LOAD_FILE2_PROTOCOL installed on it. In U-Boot, this functionality is currently only implemented when booting with the EFI boot manager. This series implements this functionality also for the bootm command wh