qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hw/arm/aspeed: increase Bletchley memory size


From: Peter Maydell
Subject: Re: [PATCH] hw/arm/aspeed: increase Bletchley memory size
Date: Fri, 7 Oct 2022 09:08:21 +0100

On Fri, 7 Oct 2022 at 08:28, Cédric Le Goater <clg@kaod.org> wrote:
>
> On 10/7/22 00:52, Patrick Williams wrote:
> > For the PVT-class hardware we have increased the memory size of
> > this device to 2 GiB.  Adjust the device model accordingly.
>
> You should add some defines similar to  :
>
>      /* On 32-bit hosts, lower RAM to 1G because of the 2047 MB limit */
>      #if HOST_LONG_BITS == 32
>      #define FUJI_BMC_RAM_SIZE (1 * GiB)
>      #else
>      #define FUJI_BMC_RAM_SIZE (2 * GiB)
>      #endif
>
> or are we done with 32bit hosts ?

We are not.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]