mbox series

[v1,0/9] Fix bugs and improve functions for LoongArch

Message ID 20220908094623.73051-1-yangxiaojuan@loongson.cn (mailing list archive)
Headers show
Series Fix bugs and improve functions for LoongArch | expand

Message

Xiaojuan Yang Sept. 8, 2022, 9:46 a.m. UTC
These patches integrate all previous patches, including
'[PATCH v1 0/2] Add mem hotplug and improve acpi dsdt (26 Aug )', 
'[PATCH v1] hw/loongarch: Fix acpi ged irq number in dsdt table (19 
Aug)',
'[PATCH v1 0/6] Add funtions for LoongArch virt machine (11 Aug)'.
As none of the patches has not been reviewed, so we integrate them for 
more convenient reviewing.

Changes for v1: 
1. Remove vga device when loongarch init
2. Support fw_cfg dma function
3. Add interrupt information to FDT table
4. Add platform bus support
5. Add hotplug handler for machine
6. Add RAMFB to dynamic_sysbus_devices list
7. Fix acpi ged irq number in dsdt table
8. Support memory hotplug
9. Improve acpi dsdt table

Xiaojuan Yang (9):
  hw/loongarch: Remove vga device when loongarch init
  hw/loongarch: Support fw_cfg dma function
  hw/loongarch: Add interrupt information to FDT table
  hw/loongarch: Add platform bus support
  hw/loongarch: Add hotplug handler for machine
  hw/loongarch: Add RAMFB to dynamic_sysbus_devices list
  hw/loongarch: Fix acpi ged irq number in dsdt table
  hw/loongarch: Support memory hotplug
  hw/loongarch: Improve acpi dsdt table

 hw/loongarch/Kconfig        |   5 +-
 hw/loongarch/acpi-build.c   | 191 ++++++++-------------------------
 hw/loongarch/fw_cfg.c       |   3 +-
 hw/loongarch/virt.c         | 205 +++++++++++++++++++++++++++++++++++-
 include/hw/loongarch/virt.h |   2 +
 include/hw/pci-host/ls7a.h  |   5 +
 6 files changed, 259 insertions(+), 152 deletions(-)

Comments

gaosong Sept. 13, 2022, 12:31 p.m. UTC | #1
在 2022/9/8 下午5:46, Xiaojuan Yang 写道:
> These patches integrate all previous patches, including
> '[PATCH v1 0/2] Add mem hotplug and improve acpi dsdt (26 Aug )',
> '[PATCH v1] hw/loongarch: Fix acpi ged irq number in dsdt table (19
> Aug)',
> '[PATCH v1 0/6] Add funtions for LoongArch virt machine (11 Aug)'.
> As none of the patches has not been reviewed, so we integrate them for
> more convenient reviewing.
>
> Changes for v1:
> 1. Remove vga device when loongarch init
> 2. Support fw_cfg dma function
> 3. Add interrupt information to FDT table
> 4. Add platform bus support
> 5. Add hotplug handler for machine
> 6. Add RAMFB to dynamic_sysbus_devices list
> 7. Fix acpi ged irq number in dsdt table
> 8. Support memory hotplug
> 9. Improve acpi dsdt table
>
> Xiaojuan Yang (9):
>    hw/loongarch: Remove vga device when loongarch init
>    hw/loongarch: Support fw_cfg dma function
>    hw/loongarch: Add interrupt information to FDT table
>    hw/loongarch: Add platform bus support
>    hw/loongarch: Add hotplug handler for machine
>    hw/loongarch: Add RAMFB to dynamic_sysbus_devices list
>    hw/loongarch: Fix acpi ged irq number in dsdt table
>    hw/loongarch: Support memory hotplug
>    hw/loongarch: Improve acpi dsdt table
>
>   hw/loongarch/Kconfig        |   5 +-
>   hw/loongarch/acpi-build.c   | 191 ++++++++-------------------------
>   hw/loongarch/fw_cfg.c       |   3 +-
>   hw/loongarch/virt.c         | 205 +++++++++++++++++++++++++++++++++++-
>   include/hw/loongarch/virt.h |   2 +
>   include/hw/pci-host/ls7a.h  |   5 +
>   6 files changed, 259 insertions(+), 152 deletions(-)
>
This series.

Acked-by: Song Gao <gaosong@loongson.cn>

Thanks.
Song Gao