Re: [RFC PATCH 14/14] hw/arm/raspi: Add the Raspberry Pi 4B board

2019-10-24 Thread Esteban Bosse
El jue, 24-10-2019 a las 10:07 +0100, Peter Maydell escribió: > On Tue, 8 Oct 2019 at 10:04, Philippe Mathieu-Daudé > wrote: > > Hi Esteban, > > > > On 9/29/19 5:53 PM, Esteban Bosse wrote: > > > > +static void raspi4_machine_init(MachineClass *mc) > > > > +{ > > > > +mc->desc = "Raspberry Pi

Re: [RFC PATCH 14/14] hw/arm/raspi: Add the Raspberry Pi 4B board

2019-10-24 Thread Peter Maydell
On Tue, 8 Oct 2019 at 10:04, Philippe Mathieu-Daudé wrote: > > Hi Esteban, > > On 9/29/19 5:53 PM, Esteban Bosse wrote: > >> +static void raspi4_machine_init(MachineClass *mc) > >> +{ > >> +mc->desc = "Raspberry Pi 4B"; > >> +mc->init = raspi4_init; > >> +mc->block_default_type = IF_SD

Re: [RFC PATCH 14/14] hw/arm/raspi: Add the Raspberry Pi 4B board

2019-10-24 Thread Esteban Bosse
El mié, 04-09-2019 a las 19:13 +0200, Philippe Mathieu-Daudé escribió: > The Raspberry Pi 4 uses a BCM2711 SoC (based on a BCM2838). > The SoC can handle up to 8GiB of SDRAM, but we limit it to 4GiB > (no 8GiB models in the market yet). > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/arm/ra

Re: [RFC PATCH 14/14] hw/arm/raspi: Add the Raspberry Pi 4B board

2019-10-08 Thread Philippe Mathieu-Daudé
Hi Esteban, On 9/29/19 5:53 PM, Esteban Bosse wrote: El mié, 04-09-2019 a las 19:13 +0200, Philippe Mathieu-Daudé escribió: The Raspberry Pi 4 uses a BCM2711 SoC (based on a BCM2838). The SoC can handle up to 8GiB of SDRAM, but we limit it to 4GiB (no 8GiB models in the market yet). Signed-off

Re: [RFC PATCH 14/14] hw/arm/raspi: Add the Raspberry Pi 4B board

2019-09-29 Thread Esteban Bosse
El mié, 04-09-2019 a las 19:13 +0200, Philippe Mathieu-Daudé escribió: > The Raspberry Pi 4 uses a BCM2711 SoC (based on a BCM2838). > The SoC can handle up to 8GiB of SDRAM, but we limit it to 4GiB > (no 8GiB models in the market yet). > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/arm/ra

[Qemu-devel] [RFC PATCH 14/14] hw/arm/raspi: Add the Raspberry Pi 4B board

2019-09-04 Thread Philippe Mathieu-Daudé
The Raspberry Pi 4 uses a BCM2711 SoC (based on a BCM2838). The SoC can handle up to 8GiB of SDRAM, but we limit it to 4GiB (no 8GiB models in the market yet). Signed-off-by: Philippe Mathieu-Daudé --- hw/arm/raspi.c | 31 ++- 1 file changed, 30 insertions(+), 1 delet