mbox series

[v3,0/4] hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine

Message ID 20210220144807.819-1-bmeng.cn@gmail.com
Headers show
Series hw/riscv: Clean-ups and map high mmio for PCIe of 'virt' machine | expand

Message

Bin Meng Feb. 20, 2021, 2:48 p.m. UTC
From: Bin Meng <bin.meng@windriver.com>

This series does the following clean-ups:
- Drop 'struct MemmapEntry'
- virt: Drop the 'link_up' parameter of gpex_pcie_init()

It also adds the following small enhancement to 'virt' machine:
- Limit RAM size in a 32-bit system
- Map high mmio for PCIe

Changes in v3:
- Fix the typo (limit) in the commit message and codes

Changes in v2:
- Use a #if size test to only do the size limitation for the 64-bit host

Bin Meng (4):
  hw/riscv: Drop 'struct MemmapEntry'
  hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()
  hw/riscv: virt: Limit RAM size in a 32-bit system
  hw/riscv: virt: Map high mmio for PCIe

 hw/riscv/microchip_pfsoc.c |  9 ++---
 hw/riscv/opentitan.c       |  9 ++---
 hw/riscv/sifive_e.c        |  9 ++---
 hw/riscv/sifive_u.c        | 11 +++---
 hw/riscv/spike.c           |  9 ++---
 hw/riscv/virt.c            | 68 +++++++++++++++++++++++++++++---------
 6 files changed, 69 insertions(+), 46 deletions(-)

Comments

Bin Meng Feb. 28, 2021, 5:15 a.m. UTC | #1
On Sat, Feb 20, 2021 at 10:48 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> From: Bin Meng <bin.meng@windriver.com>
>
> This series does the following clean-ups:
> - Drop 'struct MemmapEntry'
> - virt: Drop the 'link_up' parameter of gpex_pcie_init()
>
> It also adds the following small enhancement to 'virt' machine:
> - Limit RAM size in a 32-bit system
> - Map high mmio for PCIe
>
> Changes in v3:
> - Fix the typo (limit) in the commit message and codes
>

Ping?
Alistair Francis March 3, 2021, 7:06 p.m. UTC | #2
On Sun, Feb 28, 2021 at 12:15 AM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Sat, Feb 20, 2021 at 10:48 PM Bin Meng <bmeng.cn@gmail.com> wrote:
> >
> > From: Bin Meng <bin.meng@windriver.com>
> >
> > This series does the following clean-ups:
> > - Drop 'struct MemmapEntry'
> > - virt: Drop the 'link_up' parameter of gpex_pcie_init()
> >
> > It also adds the following small enhancement to 'virt' machine:
> > - Limit RAM size in a 32-bit system
> > - Map high mmio for PCIe
> >
> > Changes in v3:
> > - Fix the typo (limit) in the commit message and codes
> >
>
> Ping?

Yep, just got back from holidays.

Thanks!

Applied to riscv-to-apply.next

Alistair

>