Re: [PATCH v7 1/8] mac_oldworld: Allow loading binary ROM image

2020-07-06 Thread Mark Cave-Ayland
On 05/07/2020 08:31, David Gibson wrote: > On Tue, Jun 30, 2020 at 11:45:42PM +0200, BALATON Zoltan wrote: >> On Tue, 30 Jun 2020, Mark Cave-Ayland wrote: >>> On 29/06/2020 19:55, BALATON Zoltan wrote: The beige G3 Power Macintosh has a 4MB firmware ROM. Fix the size of the rom region

Re: [PATCH v7 1/8] mac_oldworld: Allow loading binary ROM image

2020-07-05 Thread BALATON Zoltan
On Sun, 5 Jul 2020, David Gibson wrote: On Tue, Jun 30, 2020 at 11:45:42PM +0200, BALATON Zoltan wrote: On Tue, 30 Jun 2020, Mark Cave-Ayland wrote: On 29/06/2020 19:55, BALATON Zoltan wrote: The beige G3 Power Macintosh has a 4MB firmware ROM. Fix the size of the rom region and fall back to

Re: [PATCH v7 1/8] mac_oldworld: Allow loading binary ROM image

2020-07-05 Thread David Gibson
On Tue, Jun 30, 2020 at 11:45:42PM +0200, BALATON Zoltan wrote: > On Tue, 30 Jun 2020, Mark Cave-Ayland wrote: > > On 29/06/2020 19:55, BALATON Zoltan wrote: > > > The beige G3 Power Macintosh has a 4MB firmware ROM. Fix the size of > > > the rom region and fall back to loading a binary image with

Re: [PATCH v7 1/8] mac_oldworld: Allow loading binary ROM image

2020-06-30 Thread BALATON Zoltan
On Tue, 30 Jun 2020, Mark Cave-Ayland wrote: On 29/06/2020 19:55, BALATON Zoltan wrote: The beige G3 Power Macintosh has a 4MB firmware ROM. Fix the size of the rom region and fall back to loading a binary image with -bios if loading ELF image failed. This allows testing emulation with a ROM

Re: [PATCH v7 1/8] mac_oldworld: Allow loading binary ROM image

2020-06-30 Thread Mark Cave-Ayland
On 29/06/2020 19:55, BALATON Zoltan wrote: > The beige G3 Power Macintosh has a 4MB firmware ROM. Fix the size of > the rom region and fall back to loading a binary image with -bios if > loading ELF image failed. This allows testing emulation with a ROM > image from real hardware as well as using

[PATCH v7 1/8] mac_oldworld: Allow loading binary ROM image

2020-06-29 Thread BALATON Zoltan
The beige G3 Power Macintosh has a 4MB firmware ROM. Fix the size of the rom region and fall back to loading a binary image with -bios if loading ELF image failed. This allows testing emulation with a ROM image from real hardware as well as using an ELF OpenBIOS image. Signed-off-by: BALATON