All of lore.kernel.org
 help / color / mirror / Atom feed
* Removing DT dependency from LoongArch EFI stub
@ 2022-09-16 18:37 Ard Biesheuvel
  2022-09-17  7:59 ` Huacai Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Ard Biesheuvel @ 2022-09-16 18:37 UTC (permalink / raw)
  To: Huacai Chen, Xuerui Wang; +Cc: linux-efi, loongarch

Hello,

One of the things I didn't quite like was that LoongArch now uses
libfdt only because our EFI stub code depends on it. I would like to
fix this.

I have pushed a branch here that implements this. Unfortunately, it
doesn't proceed beyond

and I need some help debugging the error.

EFI stub: Booting Linux Kernel...
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
EFI stub: Exiting boot services ...

https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/commit/?h=efi-cleanups-for-v6.1

The idea is to pass the EFI system table pointer and the command line
pointer directly. In previous patches, the initrd and memmap code is
updated so it exposes the information via configuration tables that
the generic code can parse.

Any help is greatly appreciated.

Thanks,
Ard.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-17  8:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 18:37 Removing DT dependency from LoongArch EFI stub Ard Biesheuvel
2022-09-17  7:59 ` Huacai Chen
2022-09-17  8:03   ` Ard Biesheuvel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.