[PATCH-for-10.0 0/2] hw/misc/aspeed_scu: Correct minimum access size for AST2500 / AST2600

Philippe Mathieu-Daudé posted 2 patches 7 months, 2 weeks ago
Failed in applying to current master (apply log)
hw/misc/aspeed_scu.c | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
[PATCH-for-10.0 0/2] hw/misc/aspeed_scu: Correct minimum access size for AST2500 / AST2600
Posted by Philippe Mathieu-Daudé 7 months, 2 weeks ago
Mark SCU MemoryRegionOps read/write handler implementations
as 32-bit, then allow down to 8-bit accesses.

Joel Stanley (1):
  hw/misc/aspeed_scu: Correct minimum access size for AST2500 / AST2600

Philippe Mathieu-Daudé (1):
  hw/misc/aspeed_scu: Set MemoryRegionOps::impl::access_size to 32-bit

 hw/misc/aspeed_scu.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

-- 
2.47.1


Re: [PATCH-for-10.0 0/2] hw/misc/aspeed_scu: Correct minimum access size for AST2500 / AST2600
Posted by Cédric Le Goater 7 months, 2 weeks ago
On 4/1/25 01:04, Philippe Mathieu-Daudé wrote:
> Mark SCU MemoryRegionOps read/write handler implementations
> as 32-bit, then allow down to 8-bit accesses.
> 
> Joel Stanley (1):
>    hw/misc/aspeed_scu: Correct minimum access size for AST2500 / AST2600
> 
> Philippe Mathieu-Daudé (1):
>    hw/misc/aspeed_scu: Set MemoryRegionOps::impl::access_size to 32-bit
> 
>   hw/misc/aspeed_scu.c | 16 ++++++++++++++--
>   1 file changed, 14 insertions(+), 2 deletions(-)
> 
Applied to aspeed-next.

Thanks,

C.