Re: [PATCH v4 06/10] hw/fsi: Aspeed APB2OPB interface

2023-10-10 Thread Ninad Palsule
Hello Cedric, Thanks for the review. On 9/11/23 07:41, Cédric Le Goater wrote: On 9/9/23 00:28, Ninad Palsule wrote: This is a part of patchset where IBM's Flexible Service Interface is introduced. An APB-to-OPB bridge enabling access to the OPB from the ARM core in the AST2600. Hardware limi

Re: [PATCH v4 06/10] hw/fsi: Aspeed APB2OPB interface

2023-09-11 Thread Cédric Le Goater
On 9/9/23 00:28, Ninad Palsule wrote: This is a part of patchset where IBM's Flexible Service Interface is introduced. An APB-to-OPB bridge enabling access to the OPB from the ARM core in the AST2600. Hardware limitations prevent the OPB from being directly mapped into APB, so all accesses are i

[PATCH v4 06/10] hw/fsi: Aspeed APB2OPB interface

2023-09-08 Thread Ninad Palsule
This is a part of patchset where IBM's Flexible Service Interface is introduced. An APB-to-OPB bridge enabling access to the OPB from the ARM core in the AST2600. Hardware limitations prevent the OPB from being directly mapped into APB, so all accesses are indirect through the bridge. Signed-off-