[PATCH 0/4] hw/m68k/virt: Add some devices

Jiaxun Yang posted 4 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240527-m68k-bios-v1-0-6de26552fa77@flygoat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <laurent@vivier.eu>, "Michael S. Tsirkin" <mst@redhat.com>, Cornelia Huck <cohuck@redhat.com>
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(-)
[PATCH 0/4] hw/m68k/virt: Add some devices
Posted by Jiaxun Yang 1 year, 5 months ago
Hi all,

This series added some devices that I found lacking when
I was trying to port U-Boot to m68k virt machine.

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,
-- 
Jiaxun Yang <jiaxun.yang@flygoat.com>
Re: [PATCH 0/4] hw/m68k/virt: Add some devices
Posted by Laurent Vivier 1 year, 5 months ago
Le 27/05/2024 à 19:15, Jiaxun Yang a écrit :
> Hi all,
> 
> This series added some devices that I found lacking when
> I was trying to port U-Boot to m68k virt machine.

I have a branch with a bootloader based on petitboot.

See https://github.com/vivier/qemu-m68k/commits/m68k-virt/

Thanks
Laurent

> 
> 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,


Re: [PATCH 0/4] hw/m68k/virt: Add some devices
Posted by Philippe Mathieu-Daudé 1 year, 5 months ago
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,