mbox series

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

Message ID 20250331230444.88295-1-philmd@linaro.org
Headers show
Series hw/misc/aspeed_scu: Correct minimum access size for AST2500 / AST2600 | expand

Message

Philippe Mathieu-Daudé March 31, 2025, 11:04 p.m. UTC
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(-)

Comments

Cédric Le Goater April 1, 2025, 9:43 a.m. UTC | #1
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.