Re: [PATCH v3 00/15] efi_loader: efi http and ipconfig drivers

2024-11-14 Thread Heinrich Schuchardt
On 11/14/24 17:16, Adriano Córdova wrote: Hi Ilias, I have been testing with grub, and with the efi selftest. Here are the steps to test with a riscv grub: 1. Get grubriscv64.efi from e.g. the following .deb package wget http://launchpadlibrarian.net/754414418/grub-efi-riscv64- unsigned_2.12-5ub

Re: [PATCH v3 00/15] efi_loader: efi http and ipconfig drivers

2024-11-14 Thread Adriano Córdova
Hi Ilias, I have been testing with grub, and with the efi selftest. Here are the steps to test with a riscv grub: 1. Get grubriscv64.efi from e.g. the following .deb package wget http://launchpadlibrarian.net/754414418/grub-efi-riscv64-unsigned_2.12-5ubuntu5.1_riscv64.deb 2. Compile U-boot with q

Re: [PATCH v3 00/15] efi_loader: efi http and ipconfig drivers

2024-11-14 Thread Ilias Apalodimas
Hi Adriano, On Mon, 11 Nov 2024 at 23:10, Adriano Cordova wrote: > Add support for EFI_HTTP_PROTOCOL, EFI_HTTP_SERVICE_BINDING_PROTOCOL, > and EFI_IP4_CONFIG2_PROTOCOL. > > This series depends on the series 'wget: Expose wget to applications', > also found at: > https://github.com/0n41rd4/u-boot

[PATCH v3 00/15] efi_loader: efi http and ipconfig drivers

2024-11-11 Thread Adriano Cordova
Add support for EFI_HTTP_PROTOCOL, EFI_HTTP_SERVICE_BINDING_PROTOCOL, and EFI_IP4_CONFIG2_PROTOCOL. This series depends on the series 'wget: Expose wget to applications', also found at: https://github.com/0n41rd4/u-boot/commits/http-driver-wget The fist two patches of this series are not efi spec