Re: [PATCH 2/3] m68k: virt: add a bootstrap ROM

2022-02-02 Thread Philippe Mathieu-Daudé via
On 2/2/22 23:35, Laurent Vivier wrote: This ROM will be started by QEMU and will load the firmware. The firware will be based on Petit Boot, the aim of the bootstrap "firmware" is to ask QEMU to load the kernel and initramfs to the RAM. It also builds the bootinfo structure to pass to the ke

[PATCH 2/3] m68k: virt: add a bootstrap ROM

2022-02-02 Thread Laurent Vivier
This ROM will be started by QEMU and will load the firmware. The firware will be based on Petit Boot, the aim of the bootstrap is to ask QEMU to load the kernel and initramfs to the RAM. It also builds the bootinfo structure to pass to the kernel the same way QEMU does when it loads directly the k