All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/1] add support of `--initrd` for ELF-ARM kernels
@ 2023-04-14  7:34 Stefan Lankes
  2023-04-14  7:34 ` [RFC 1/1] " Stefan Lankes
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Lankes @ 2023-04-14  7:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, qemu-arm, Stefan Lankes

We are developing an ELF-based kernel for ARM processor and would like
to use the flag "—initrd". An initial ramdisk simplifies the boot 
process, but as far as I know, it is currently not support by Qemu for
ARM processors. The flag is only available for pure Linux kernels.

This patch enables the flags for ELF kernels and creates a device tree
entry, which helps the kernel to find the address of the initial ramdisk.

Stefan Lankes (1):
  add support of `--initrd` for ELF-ARM kernels

 hw/arm/boot.c | 106 +++++++++++++++++++++++++++++---------------------
 1 file changed, 62 insertions(+), 44 deletions(-)

-- 
2.39.2 (Apple Git-143)


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

end of thread, other threads:[~2023-04-15  7:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-14  7:34 [RFC 0/1] add support of `--initrd` for ELF-ARM kernels Stefan Lankes
2023-04-14  7:34 ` [RFC 1/1] " Stefan Lankes
2023-04-14  8:54   ` Alex Bennée
2023-04-14 12:34     ` Lankes, Stefan
2023-04-15  7:51       ` Lankes, Stefan
2023-04-14  9:02   ` Peter Maydell
2023-04-14  9:26     ` Lankes, Stefan

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.