> >> + }
[...]
> >> +
> >> + cout->set_attribute(cout, EFI_LIGHTGRAY | EFI_BACKGROUND_BLACK);
> >> + cout->clear_screen(cout);
> >> + return EFI_SUCCESS;
> >> +}
> >> --
> >> 2.29.2
> >>
> >
> >
> > I guess we can use this in the selftests for initrd loading in the future
> > right?
> > This se
On 19.01.21 09:14, Ilias Apalodimas wrote:
> Hi Heinrich,
>
> On Sun, Jan 17, 2021 at 07:48:18AM +0100, Heinrich Schuchardt wrote:
>> Provide an UEFI application to save the initial RAM disk provided by U-Boot
>> via the Load File2 protocol.
>>
>> Signed-off-by: Heinrich Schuchardt
>> ---
>> lib/
Hi Heinrich,
On Sun, Jan 17, 2021 at 07:48:18AM +0100, Heinrich Schuchardt wrote:
> Provide an UEFI application to save the initial RAM disk provided by U-Boot
> via the Load File2 protocol.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> lib/efi_selftest/Makefile | 6 +
> lib/efi_selftes
Heinrich,
On Sun, Jan 17, 2021 at 07:48:18AM +0100, Heinrich Schuchardt wrote:
> Provide an UEFI application to save the initial RAM disk provided by U-Boot
> via the Load File2 protocol.
I don't have any specific comments on this "app," but
as the size of efi selftest grows and even more app's a
Provide an UEFI application to save the initial RAM disk provided by U-Boot
via the Load File2 protocol.
Signed-off-by: Heinrich Schuchardt
---
lib/efi_selftest/Makefile | 6 +
lib/efi_selftest/initrddump.c | 378 ++
2 files changed, 384 insertions(+)
creat
5 matches
Mail list logo