Re: [PATCH] aspeed: Add an AST2600 eval board

2019-10-22 Thread Cédric Le Goater
On 22/10/2019 19:20, Peter Maydell wrote: > On Tue, 22 Oct 2019 at 18:16, Cédric Le Goater wrote: >> Is it time for me to install an OSX system for dev and tests or is there >> a way to reproduce the issue ? no errors spotted in valgrind. > > I dunno. You could have a look to see if you can repro

Re: [PATCH] aspeed: Add an AST2600 eval board

2019-10-22 Thread Cédric Le Goater
On 22/10/2019 18:43, Peter Maydell wrote: > On Thu, 17 Oct 2019 at 14:54, Peter Maydell wrote: >> >> On Thu, 17 Oct 2019 at 07:33, Joel Stanley wrote: >>> >>> On Wed, 16 Oct 2019 at 09:08, Cédric Le Goater wrote: Define the board with 1 GiB of RAM but some boards can have up to 2

Re: [PATCH] aspeed: Add an AST2600 eval board

2019-10-22 Thread Peter Maydell
On Tue, 22 Oct 2019 at 18:16, Cédric Le Goater wrote: > Is it time for me to install an OSX system for dev and tests or is there > a way to reproduce the issue ? no errors spotted in valgrind. I dunno. You could have a look to see if you can repro it with the travis builds. I would investigate bu

Re: [PATCH] aspeed: Add an AST2600 eval board

2019-10-22 Thread Peter Maydell
On Thu, 17 Oct 2019 at 14:54, Peter Maydell wrote: > > On Thu, 17 Oct 2019 at 07:33, Joel Stanley wrote: > > > > On Wed, 16 Oct 2019 at 09:08, Cédric Le Goater wrote: > > > > > > Define the board with 1 GiB of RAM but some boards can have up to 2 > > > GiB. > > > > > > Signed-off-by: Cédric Le G

Re: [PATCH] aspeed: Add an AST2600 eval board

2019-10-17 Thread Peter Maydell
On Thu, 17 Oct 2019 at 07:33, Joel Stanley wrote: > > On Wed, 16 Oct 2019 at 09:08, Cédric Le Goater wrote: > > > > Define the board with 1 GiB of RAM but some boards can have up to 2 > > GiB. > > > > Signed-off-by: Cédric Le Goater > > Reviewed-by: Joel Stanley > > --- > > > > Changes since A

Re: [PATCH] aspeed: Add an AST2600 eval board

2019-10-16 Thread Joel Stanley
On Wed, 16 Oct 2019 at 09:08, Cédric Le Goater wrote: > > Define the board with 1 GiB of RAM but some boards can have up to 2 > GiB. > > Signed-off-by: Cédric Le Goater > Reviewed-by: Joel Stanley > --- > > Changes since AST2600 patchset: > > - lowered the RAM size to 1 GiB as it was breaking

[PATCH] aspeed: Add an AST2600 eval board

2019-10-16 Thread Cédric Le Goater
Define the board with 1 GiB of RAM but some boards can have up to 2 GiB. Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley --- Changes since AST2600 patchset: - lowered the RAM size to 1 GiB as it was breaking the tests on some hosts. include/hw/arm/aspeed.h | 1 + hw/arm/aspee