[PATCH v1 0/1] Remove GIC 128 - 136

Jamin Lin via posted 1 patch 1 month ago
Failed in applying to current master (apply log)
hw/arm/aspeed_ast27x0.c | 17 -----------------
hw/intc/aspeed_intc.c   |  2 +-
2 files changed, 1 insertion(+), 18 deletions(-)
[PATCH v1 0/1] Remove GIC 128 - 136
Posted by Jamin Lin via 1 month ago
This patch series is based on legoater/qemu, branch aspeed-next.
https://github.com/legoater/qemu

v1:
  1.  Remove PSP GIC 128 to 138 for AST2700 A0.
      Fix this patch lost to update inpins.
      https://patchwork.kernel.org/project/qemu-devel/patch/20250901040808.1454742-4-jamin_lin@aspeedtech.com/
  
Jamin Lin (1):
  hw/intc/aspeed: Remove GIC 128 - 136

 hw/arm/aspeed_ast27x0.c | 17 -----------------
 hw/intc/aspeed_intc.c   |  2 +-
 2 files changed, 1 insertion(+), 18 deletions(-)

-- 
2.43.0
Re: [PATCH v1 0/1] Remove GIC 128 - 136
Posted by Cédric Le Goater 1 month ago
Hello Jamin,

On 1/5/26 04:19, Jamin Lin wrote:
> This patch series is based on legoater/qemu, branch aspeed-next.
> https://github.com/legoater/qemu
> 
> v1:
>    1.  Remove PSP GIC 128 to 138 for AST2700 A0.
>        Fix this patch lost to update inpins.
>        https://patchwork.kernel.org/project/qemu-devel/patch/20250901040808.1454742-4-jamin_lin@aspeedtech.com/

I have merged this patch in :

   https://patchwork.kernel.org/project/qemu-devel/patch/20250901040808.1454742-4-jamin_lin@aspeedtech.com/

and pushed in branch aspeed-next.

Thanks,

C.