[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board
From: |
Bernhard Beschow |
Subject: |
Re: [PATCH v7 0/3] Add emulation of AmigaOne XE board |
Date: |
Sat, 28 Oct 2023 14:52:48 +0000 |
Am 27. Oktober 2023 11:54:48 UTC schrieb BALATON Zoltan <balaton@eik.bme.hu>:
>Changes in v7:
>- Increase default memory size to 512m to match pegasos2 and sam460ex
>and it's a better default for AmigaOS
>
>Changes in v6:
>- Dropped patch 1, now it's
>
>Based-on: <20231024224056.842607-1-mark.cave-ayland@ilande.co.uk>
>
>([PATCH v2 0/3] ide: implement simple legacy/native mode switching for PCI IDE
>controllers)
>- Added Tested-by from Rene
>
>Changes in v5:
>- Fixed avocado test
>
>Changes in v4:
>- Found typo in comment in patch 1 so ended up rewording it again
>trying to make it more concise. Also take the idea of using
>range_covers_byte from Mark's patch
>- Added RFC patch for avocado test (untested, I don't have Avocado)
>
>Changes in v3:
>- Update values, comment and commit message in patch 1 again
>
>Changes in v2:
>- Update comment and commit message in patch 1 (Mark)
>- Fix irq mapping in patch 2 (Volker)
>
>Regards,
>BALATON Zoltan
>
>BALATON Zoltan (3):
> hw/pci-host: Add emulation of Mai Logic Articia S
> hw/ppc: Add emulation of AmigaOne XE board
> tests/avocado: Add test for amigaone board
Hi Zoltan,
Could you please provide some documentation on how to run Linux or some other
free (as in free beer) OS on this machine? Can you provide an Avocado test
booting e.g. Linux as a quality gate for the VIA south bridges?
As you know I'm trying to bring these south bridges to the PC machine and
relying on hard to get proprietary blobs or OSes makes this very difficult.
Whenever the VIA south bridges are changed we end up having endless discussions
due to this situation. We need a solution that works for everybody woking on
these south bridges.
Best regards,
Bernhard
>
> MAINTAINERS | 8 +
> configs/devices/ppc-softmmu/default.mak | 1 +
> hw/pci-host/Kconfig | 5 +
> hw/pci-host/articia.c | 293 ++++++++++++++++++++++++
> hw/pci-host/meson.build | 2 +
> hw/ppc/Kconfig | 7 +
> hw/ppc/amigaone.c | 164 +++++++++++++
> hw/ppc/meson.build | 2 +
> include/hw/pci-host/articia.h | 17 ++
> tests/avocado/ppc_amiga.py | 38 +++
> 10 files changed, 537 insertions(+)
> create mode 100644 hw/pci-host/articia.c
> create mode 100644 hw/ppc/amigaone.c
> create mode 100644 include/hw/pci-host/articia.h
> create mode 100644 tests/avocado/ppc_amiga.py
>