[PATCH v2 0/3] Fix RAM size detection failure on BE hosts

Jamin Lin via posted 3 patches 5 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250522023305.2486536-1-jamin._5Flin@aspeedtech.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>
hw/arm/aspeed_ast27x0.c | 10 ++++++----
hw/intc/aspeed_intc.c   | 12 ++++++++++--
2 files changed, 16 insertions(+), 6 deletions(-)
[PATCH v2 0/3] Fix RAM size detection failure on BE hosts
Posted by Jamin Lin via 5 months, 3 weeks ago
v1:
 1. Fix RAM size detection failure on BE hosts
 2. INTC: Set impl.min_access_size to 4
          Fix coding style
v2:
  Fix review issue.

Jamin Lin (3):
  hw/intc/aspeed: Set impl.min_access_size to 4
  hw/intc/aspeed Fix coding style
  hw/arm/aspeed_ast27x0: Fix RAM size detection failure on BE hosts

 hw/arm/aspeed_ast27x0.c | 10 ++++++----
 hw/intc/aspeed_intc.c   | 12 ++++++++++--
 2 files changed, 16 insertions(+), 6 deletions(-)

-- 
2.43.0
Re: [PATCH v2 0/3] Fix RAM size detection failure on BE hosts
Posted by Cédric Le Goater 5 months, 3 weeks ago
On 5/22/25 04:33, Jamin Lin wrote:
> v1:
>   1. Fix RAM size detection failure on BE hosts
>   2. INTC: Set impl.min_access_size to 4
>            Fix coding style
> v2:
>    Fix review issue.
> 
> Jamin Lin (3):
>    hw/intc/aspeed: Set impl.min_access_size to 4
>    hw/intc/aspeed Fix coding style
>    hw/arm/aspeed_ast27x0: Fix RAM size detection failure on BE hosts
> 
>   hw/arm/aspeed_ast27x0.c | 10 ++++++----
>   hw/intc/aspeed_intc.c   | 12 ++++++++++--
>   2 files changed, 16 insertions(+), 6 deletions(-)
> 


Applied to aspeed-next.

Thanks,

C.