Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-10-18 Thread Daniel Kiper
On Mon, Oct 18, 2021 at 11:27:15AM +0200, Heinrich Schuchardt wrote: > On 10/16/21 15:39, Nikita Ermakov wrote: > > > > Hi Daniel, all, > > > > On Thu, 14 Oct 2021, 21:50 Daniel Kiper, > > wrote: > > > > On Fri, Oct 08, 2021 at 07:46:17PM +0200, Heinrich Schucha

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-10-18 Thread Heinrich Schuchardt
On 10/16/21 15:39, Nikita Ermakov wrote: Hi Daniel, all, On Thu, 14 Oct 2021, 21:50 Daniel Kiper, mailto:daniel.ki...@oracle.com>> wrote: On Fri, Oct 08, 2021 at 07:46:17PM +0200, Heinrich Schuchardt wrote: > On 6/2/21 23:12, Nikita Ermakov wrote: > > Hello, > > > >

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-10-16 Thread Nikita Ermakov
Hi Daniel, all, On Thu, 14 Oct 2021, 21:50 Daniel Kiper, wrote: > On Fri, Oct 08, 2021 at 07:46:17PM +0200, Heinrich Schuchardt wrote: > > On 6/2/21 23:12, Nikita Ermakov wrote: > > > Hello, > > > > > > This is the second version of the patch series. The patch series is > almost the > > > same

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-10-14 Thread Daniel Kiper
On Fri, Oct 08, 2021 at 07:46:17PM +0200, Heinrich Schuchardt wrote: > On 6/2/21 23:12, Nikita Ermakov wrote: > > Hello, > > > > This is the second version of the patch series. The patch series is almost > > the > > same as the previous one except that the Heinrich's suggestions were > > implement

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-10-08 Thread Heinrich Schuchardt
On 6/2/21 23:12, Nikita Ermakov wrote: Hello, This is the second version of the patch series. The patch series is almost the same as the previous one except that the Heinrich's suggestions were implemented. This series contains patches to add support for LoadFile2 protocol to load initrd on E

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-10-08 Thread Heinrich Schuchardt
On 6/29/21 15:44, Heinrich Schuchardt wrote: On 6/28/21 12:07 AM, Andreas Schwab wrote: On Jun 27 2021, Heinrich Schuchardt wrote: On 6/26/21 8:07 PM, Andreas Schwab wrote: On Jun 03 2021, Nikita Ermakov wrote: This series contains patches to add support for LoadFile2 protocol to load ini

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-08-29 Thread Heinrich Schuchardt
On 8/29/21 2:44 PM, Nikita Ermakov wrote: Btw, I have a minor suggestion [1] for your patch. AFAIK hartid terminology and /chosen/boot-hartid are RISC-V specifics. So, I think, we should not emit the warning and change DTB with a null boot-hartid value. If get_hartid is not defined then we should

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-08-29 Thread Nikita Ermakov
Btw, I have a minor suggestion [1] for your patch. AFAIK hartid terminology and /chosen/boot-hartid are RISC-V specifics. So, I think, we should not emit the warning and change DTB with a null boot-hartid value. If get_hartid is not defined then we should, probably, just skip this boot-hartid thing

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-08-28 Thread Fu Wei
Hi Nikita, Nikita Ermakov 于2021年8月28日周六 下午8:22写道: > > Hi Atish, Fu, > > On Fri, 27 Aug 2021 at 19:29, Fu Wei wrote: > > > > Hi Atish, > > > > Great thanks for adding me the loop! > > > > I have tested this these whole patchset on Starlight board and Allwinner D1 > > , > > > > https://github.com

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-08-28 Thread Nikita Ermakov
Hi Atish, Fu, On Fri, 27 Aug 2021 at 19:29, Fu Wei wrote: > > Hi Atish, > > Great thanks for adding me the loop! > > I have tested this these whole patchset on Starlight board and Allwinner D1 , > > https://github.com/tekkamanninja/grub/tree/riscv_devel_Nikita_V2 > > I would be nice If you can ad

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-08-27 Thread Fu Wei
Hi Atish, Great thanks for adding me the loop! I have tested this these whole patchset on Starlight board and Allwinner D1 , https://github.com/tekkamanninja/grub/tree/riscv_devel_Nikita_V2 I would be nice If you can add my Tested-by for this patchset! Tested-by: Wei Fu Atish Patra 于2021年8月

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-08-27 Thread Atish Patra
On Wed, Jun 2, 2021 at 2:13 PM Nikita Ermakov wrote: > > Hello, > > This is the second version of the patch series. The patch series is almost the > same as the previous one except that the Heinrich's suggestions were > implemented. > > This series contains patches to add support for LoadFile2 pro

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-07-02 Thread Atish Patra
On Wed, Jun 30, 2021 at 12:26 AM Ard Biesheuvel wrote: > > On Tue, 29 Jun 2021 at 21:13, Atish Patra wrote: > > > > On Mon, Jun 28, 2021 at 2:24 PM Heinrich Schuchardt > > wrote: > > > > > > > > > +cc Ard Biesheuvel > > > > > > Ard, please see question for you below. > > > > > > On 6/27/21 11:

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-06-30 Thread Ard Biesheuvel
On Tue, 29 Jun 2021 at 21:13, Atish Patra wrote: > > On Mon, Jun 28, 2021 at 2:24 PM Heinrich Schuchardt > wrote: > > > > > > +cc Ard Biesheuvel > > > > Ard, please see question for you below. > > > > On 6/27/21 11:01 PM, Heinrich Schuchardt wrote: > > > On 6/26/21 8:07 PM, Andreas Schwab wrote

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-06-29 Thread Atish Patra
On Mon, Jun 28, 2021 at 2:24 PM Heinrich Schuchardt wrote: > > > +cc Ard Biesheuvel > > Ard, please see question for you below. > > On 6/27/21 11:01 PM, Heinrich Schuchardt wrote: > > On 6/26/21 8:07 PM, Andreas Schwab wrote: > >> On Jun 03 2021, Nikita Ermakov wrote: > >> > >>> This series conta

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-06-29 Thread Heinrich Schuchardt
On 6/28/21 12:07 AM, Andreas Schwab wrote: On Jun 27 2021, Heinrich Schuchardt wrote: On 6/26/21 8:07 PM, Andreas Schwab wrote: On Jun 03 2021, Nikita Ermakov wrote: This series contains patches to add support for LoadFile2 protocol to load initrd on EFI systems. Also it contains patches to

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-06-28 Thread Heinrich Schuchardt
+cc Ard Biesheuvel Ard, please see question for you below. On 6/27/21 11:01 PM, Heinrich Schuchardt wrote: On 6/26/21 8:07 PM, Andreas Schwab wrote: On Jun 03 2021, Nikita Ermakov wrote: This series contains patches to add support for LoadFile2 protocol to load initrd on EFI systems. Also

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-06-27 Thread Andreas Schwab
On Jun 27 2021, Heinrich Schuchardt wrote: > On 6/26/21 8:07 PM, Andreas Schwab wrote: >> On Jun 03 2021, Nikita Ermakov wrote: >> >>> This series contains patches to add support for LoadFile2 protocol to load >>> initrd on EFI systems. Also it contains patches to load Linux kernel with >>> EFI >

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-06-27 Thread Heinrich Schuchardt
On 6/26/21 8:07 PM, Andreas Schwab wrote: On Jun 03 2021, Nikita Ermakov wrote: This series contains patches to add support for LoadFile2 protocol to load initrd on EFI systems. Also it contains patches to load Linux kernel with EFI stub on riscv platforms and unites arm and riscv codes togethe

Re: [PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-06-26 Thread Andreas Schwab
On Jun 03 2021, Nikita Ermakov wrote: > This series contains patches to add support for LoadFile2 protocol to load > initrd on EFI systems. Also it contains patches to load Linux kernel with EFI > stub on riscv platforms and unites arm and riscv codes together into common > loader code for EFI sys

[PATCH v2 0/7] Add LoadFile2 and riscv Linux loader

2021-06-02 Thread Nikita Ermakov
Hello, This is the second version of the patch series. The patch series is almost the same as the previous one except that the Heinrich's suggestions were implemented. This series contains patches to add support for LoadFile2 protocol to load initrd on EFI systems. Also it contains patches to loa