Re: [Qemu-devel] [PATCH 5/5] ast2400: add a memory controller device model

2016-07-25 Thread Cédric Le Goater
On 07/25/2016 05:12 PM, Peter Maydell wrote: > On 8 July 2016 at 17:06, Cédric Le Goater wrote: >> The uboot in the previous release of the SDK was using a hardcoded >> value for memory size. This is not true anymore, the value is now >> retrieved from the memory controller. >> >> Below is a model

Re: [Qemu-devel] [PATCH 5/5] ast2400: add a memory controller device model

2016-07-25 Thread Peter Maydell
On 8 July 2016 at 17:06, Cédric Le Goater wrote: > The uboot in the previous release of the SDK was using a hardcoded > value for memory size. This is not true anymore, the value is now > retrieved from the memory controller. > > Below is a model for this device, only supporting unlock and > confi

[Qemu-devel] [PATCH 5/5] ast2400: add a memory controller device model

2016-07-08 Thread Cédric Le Goater
The uboot in the previous release of the SDK was using a hardcoded value for memory size. This is not true anymore, the value is now retrieved from the memory controller. Below is a model for this device, only supporting unlock and configuration. Without it, we endup running a guest with 64MB, whi