RE: [PATCH v1 09/15] hw/i2c/aspeed: Add AST2700 support

2024-07-18 Thread Jamin Lin
Hi Cedric, > Subject: Re: [PATCH v1 09/15] hw/i2c/aspeed: Add AST2700 support > > On 7/18/24 08:49, Jamin Lin wrote: > > Introduce a new ast2700 class to support AST2700. > > The I2C bus register memory regions and I2C bus pool buffer memory > > regions are discont

Re: [PATCH v1 09/15] hw/i2c/aspeed: Add AST2700 support

2024-07-18 Thread Cédric Le Goater
On 7/18/24 08:49, Jamin Lin wrote: Introduce a new ast2700 class to support AST2700. The I2C bus register memory regions and I2C bus pool buffer memory regions are discontinuous and they do not back compatible AST2600. Add a new ast2700 i2c class init function to match the address of I2C bus reg

[PATCH v1 09/15] hw/i2c/aspeed: Add AST2700 support

2024-07-17 Thread Jamin Lin via
Introduce a new ast2700 class to support AST2700. The I2C bus register memory regions and I2C bus pool buffer memory regions are discontinuous and they do not back compatible AST2600. Add a new ast2700 i2c class init function to match the address of I2C bus register and pool buffer from the datash