On 27/5/24 19:15, Jiaxun Yang wrote:
> Hi all,
>
> This series added some devices that I found lacking when
> I was trying to port U-Boot to m68k virt machine.
Cc'ing Mark, but both he and Laurent are busy :/
> Please review.
> Thanks
>
> Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
> ---
> Jiaxun Yang (4):
> hw/m68k/virt: Add a XHCI controller
> hw/m68k/virt: Add fw_cfg controller
> hw/m68k/virt: Add a pflash controller for BIOS firmware
> hw/m68k/virt: Supply bootinfo for BIOS
>
> hw/m68k/Kconfig | 3 +
> hw/m68k/virt.c | 231 ++++++++++++++++------
> include/standard-headers/asm-m68k/bootinfo-virt.h | 4 +
> 3 files changed, 176 insertions(+), 62 deletions(-)
> ---
> base-commit: 60b54b67c63d8f076152e0f7dccf39854dfc6a77
> change-id: 20240527-m68k-bios-a0a2370181f5
>
> Best regards,