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
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
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
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
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
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