Re: [PATCH 11/20] nubus-device: add romfile property for loading declaration ROMs

2021-09-15 Thread Mark Cave-Ayland
On 14/09/2021 21:23, Mark Cave-Ayland wrote: On 12/09/2021 18:39, Philippe Mathieu-Daudé wrote: On 9/12/21 9:49 AM, Mark Cave-Ayland wrote: The declaration ROM is located at the top-most address of the standard slot space. Signed-off-by: Mark Cave-Ayland ---   hw/nubus/nubus-device.c  | 43

Re: [PATCH 11/20] nubus-device: add romfile property for loading declaration ROMs

2021-09-14 Thread Mark Cave-Ayland
On 12/09/2021 18:39, Philippe Mathieu-Daudé wrote: On 9/12/21 9:49 AM, Mark Cave-Ayland wrote: The declaration ROM is located at the top-most address of the standard slot space. Signed-off-by: Mark Cave-Ayland --- hw/nubus/nubus-device.c | 43 +++- incl

Re: [PATCH 11/20] nubus-device: add romfile property for loading declaration ROMs

2021-09-12 Thread Philippe Mathieu-Daudé
On 9/12/21 9:49 AM, Mark Cave-Ayland wrote: > The declaration ROM is located at the top-most address of the standard slot > space. > > Signed-off-by: Mark Cave-Ayland > --- > hw/nubus/nubus-device.c | 43 +++- > include/hw/nubus/nubus.h | 5 + > 2 files

[PATCH 11/20] nubus-device: add romfile property for loading declaration ROMs

2021-09-12 Thread Mark Cave-Ayland
The declaration ROM is located at the top-most address of the standard slot space. Signed-off-by: Mark Cave-Ayland --- hw/nubus/nubus-device.c | 43 +++- include/hw/nubus/nubus.h | 5 + 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/hw/nu