Re: [PATCH] hw/misc: Add basic Aspeed GFX model

2023-01-19 Thread Andrew Jeffery
On Thu, 19 Jan 2023, at 23:14, Joel Stanley wrote: > Enough model to capture the pinmux writes to enable correct operation of > the parts of pinmux that depend on GFX registers. > > Signed-off-by: Joel Stanley > --- > include/hw/arm/aspeed_soc.h | 3 + > include/hw/misc/aspeed_gfx.h | 31

[PATCH] hw/misc: Add basic Aspeed GFX model

2023-01-19 Thread Joel Stanley
Enough model to capture the pinmux writes to enable correct operation of the parts of pinmux that depend on GFX registers. Signed-off-by: Joel Stanley --- include/hw/arm/aspeed_soc.h | 3 + include/hw/misc/aspeed_gfx.h | 31 + hw/arm/aspeed_ast2600.c | 11