Re: [PATCH v9] mac_oldworld: Allow loading binary ROM image

2020-10-17 Thread BALATON Zoltan via
On Sat, 17 Oct 2020, Philippe Mathieu-Daudé wrote: On 10/17/20 6:31 PM, BALATON Zoltan via wrote: On Sat, 17 Oct 2020, Philippe Mathieu-Daudé wrote: +Alistair for loader On 10/17/20 5:47 PM, BALATON Zoltan via wrote: The beige G3 Power Macintosh has a 4MB firmware ROM. Fix the size of the rom

Re: [PATCH v9] mac_oldworld: Allow loading binary ROM image

2020-10-17 Thread Philippe Mathieu-Daudé
On 10/17/20 6:31 PM, BALATON Zoltan via wrote: On Sat, 17 Oct 2020, Philippe Mathieu-Daudé wrote: +Alistair for loader On 10/17/20 5:47 PM, BALATON Zoltan via 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 v9] mac_oldworld: Allow loading binary ROM image

2020-10-17 Thread BALATON Zoltan via
On Sat, 17 Oct 2020, Philippe Mathieu-Daudé wrote: +Alistair for loader On 10/17/20 5:47 PM, BALATON Zoltan via 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

Re: [PATCH v9] mac_oldworld: Allow loading binary ROM image

2020-10-17 Thread Philippe Mathieu-Daudé
+Alistair for loader On 10/17/20 5:47 PM, BALATON Zoltan via 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 hardwar

[PATCH v9] mac_oldworld: Allow loading binary ROM image

2020-10-17 Thread BALATON Zoltan via
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