Re: [PATCH v5 01/11] mac_oldworld: Allow loading binary ROM image

2020-06-26 Thread BALATON Zoltan
On Fri, 26 Jun 2020, Mark Cave-Ayland wrote: On 16/06/2020 14:47, 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 ima

Re: [PATCH v5 01/11] mac_oldworld: Allow loading binary ROM image

2020-06-26 Thread Mark Cave-Ayland
On 16/06/2020 14:47, 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 v5 01/11] mac_oldworld: Allow loading binary ROM image

2020-06-16 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 Zolta