Re: [Qemu-devel] [PATCH v3 06/10] palmetto-bmc: add board specific configuration

2016-08-12 Thread Cédric Le Goater
On 08/11/2016 12:27 PM, Peter Maydell wrote: > On 2 August 2016 at 18:15, Cédric Le Goater wrote: >> aspeed_board_init() now uses a board identifier to customize some values >> specific to the board. >> >> Signed-off-by: Cédric Le Goater >> --- >> >> Changes since v2: >> >> - removed silicon-re

Re: [Qemu-devel] [PATCH v3 06/10] palmetto-bmc: add board specific configuration

2016-08-11 Thread Peter Maydell
On 2 August 2016 at 18:15, Cédric Le Goater wrote: > aspeed_board_init() now uses a board identifier to customize some values > specific to the board. > > Signed-off-by: Cédric Le Goater > --- > > Changes since v2: > > - removed silicon-rev and cpu-model. This is now in the SoC. > > Changes si

Re: [Qemu-devel] [PATCH v3 06/10] palmetto-bmc: add board specific configuration

2016-08-02 Thread Andrew Jeffery
On Tue, 2016-08-02 at 19:15 +0200, Cédric Le Goater wrote: > aspeed_board_init() now uses a board identifier to customize some values > specific to the board. > > Signed-off-by: Cédric Le Goater Reviewed-by: Andrew Jeffery > --- > >  Changes since v2: > >  - removed silicon-rev and cpu-model

[Qemu-devel] [PATCH v3 06/10] palmetto-bmc: add board specific configuration

2016-08-02 Thread Cédric Le Goater
aspeed_board_init() now uses a board identifier to customize some values specific to the board. Signed-off-by: Cédric Le Goater --- Changes since v2: - removed silicon-rev and cpu-model. This is now in the SoC. Changes since v1: - changed aspeed_init() prototype to use a 'const AspeedBoar