Re: [PATCH v4 07/18] ppc/pnv: Add a HOMER model to POWER10

2022-03-10 Thread Cédric Le Goater
On 3/11/22 07:05, Alexey Kardashevskiy wrote: What is that HOMER thing anyway? I don't remember what the acronym stands for, I think "HOst MEmory Region". Vaidy or Mahesh could tell. skiboot and qemu mention it a lot but I cannot find traces in any available spec. It is really deep deep un

Re: [PATCH v4 07/18] ppc/pnv: Add a HOMER model to POWER10

2022-03-10 Thread Alexey Kardashevskiy
What is that HOMER thing anyway? skiboot and qemu mention it a lot but I cannot find traces in any available spec. On 3/1/22 02:52, Cédric Le Goater wrote: Reviewed-by: David Gibson Signed-off-by: Cédric Le Goater --- include/hw/ppc/pnv.h | 10 ++ include/hw/ppc/pnv_homer.h | 3

[PATCH v4 07/18] ppc/pnv: Add a HOMER model to POWER10

2022-02-28 Thread Cédric Le Goater
Reviewed-by: David Gibson Signed-off-by: Cédric Le Goater --- include/hw/ppc/pnv.h | 10 ++ include/hw/ppc/pnv_homer.h | 3 ++ include/hw/ppc/pnv_xscom.h | 3 ++ hw/ppc/pnv.c | 20 hw/ppc/pnv_homer.c | 64 ++ 5 fi