Re: [PATCH 1/5] hw/ppc/pnv: incorrect homer and occ common area size

2019-11-21 Thread Balamuruhan S
On Wed, Nov 20, 2019 at 08:13:50AM +0100, Cédric Le Goater wrote: > On 19/11/2019 18:50, Balamuruhan S wrote: > > Homer size is 4MB and OCC common area size is 8MB, but currently > > it is assigned with bar mask value. Also pass on the occ sram > > size 3 bits right shifted to initialize the size

Re: [PATCH 1/5] hw/ppc/pnv: incorrect homer and occ common area size

2019-11-19 Thread Cédric Le Goater
On 19/11/2019 18:50, Balamuruhan S wrote: > Homer size is 4MB and OCC common area size is 8MB, but currently > it is assigned with bar mask value. Also pass on the occ sram > size 3 bits right shifted to initialize the size appropriately. > > Signed-off-by: Cédric Le Goater > Signed-off-by:

[PATCH 1/5] hw/ppc/pnv: incorrect homer and occ common area size

2019-11-19 Thread Balamuruhan S
Homer size is 4MB and OCC common area size is 8MB, but currently it is assigned with bar mask value. Also pass on the occ sram size 3 bits right shifted to initialize the size appropriately. Signed-off-by: Cédric Le Goater Signed-off-by: Balamuruhan S --- hw/ppc/pnv_occ.c | 2 +-