[PULL v2 0/6] OpenRISC DTS Generation patches for 7.0

Stafford Horne posted 6 patches 3 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220226015924.1293022-1-shorne@gmail.com
Maintainers: Jia Liu <proljc@gmail.com>, Stafford Horne <shorne@gmail.com>
configs/targets/or1k-softmmu.mak |   1 +
hw/openrisc/meson.build          |   2 +-
hw/openrisc/openrisc_sim.c       | 308 ++++++++++++++++++++++++++++++++++++---
3 files changed, 286 insertions(+), 25 deletions(-)
[PULL v2 0/6] OpenRISC DTS Generation patches for 7.0
Posted by Stafford Horne 3 years, 11 months ago
The following changes since commit 4aa2e497a98bafe962e72997f67a369e4b52d9c1:

  Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-request' into staging (2022-02-23 09:25:05 +0000)

are available in the Git repository at:

  git://github.com/stffrdhrn/qemu.git tags/or1k-pull-request

for you to fetch changes up to 9576abf28280499a4497f39c2fae55bf97285e94:

  hw/openrisc/openrisc_sim: Add support for initrd loading (2022-02-26 10:39:36 +0900)

----------------------------------------------------------------
OpenRISC patches

 - Add automatic DTS generation to openrisc_sim

----------------------------------------------------------------

Since v1:
 - Added fdt file include into meson.build
 - I couldn't figure out how to run CI easily, so but I think this is the right
   fix.

Stafford Horne (6):
      hw/openrisc/openrisc_sim: Create machine state for or1ksim
      hw/openrisc/openrisc_sim: Parameterize initialization
      hw/openrisc/openrisc_sim: Use IRQ splitter when connecting UART
      hw/openrisc/openrisc_sim: Increase max_cpus to 4
      hw/openrisc/openrisc_sim: Add automatic device tree generation
      hw/openrisc/openrisc_sim: Add support for initrd loading

 configs/targets/or1k-softmmu.mak |   1 +
 hw/openrisc/meson.build          |   2 +-
 hw/openrisc/openrisc_sim.c       | 308 ++++++++++++++++++++++++++++++++++++---
 3 files changed, 286 insertions(+), 25 deletions(-)

Re: [PULL v2 0/6] OpenRISC DTS Generation patches for 7.0
Posted by Peter Maydell 3 years, 11 months ago
On Sat, 26 Feb 2022 at 02:03, Stafford Horne <shorne@gmail.com> wrote:
>
> The following changes since commit 4aa2e497a98bafe962e72997f67a369e4b52d9c1:
>
>   Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-request' into staging (2022-02-23 09:25:05 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/stffrdhrn/qemu.git tags/or1k-pull-request
>
> for you to fetch changes up to 9576abf28280499a4497f39c2fae55bf97285e94:
>
>   hw/openrisc/openrisc_sim: Add support for initrd loading (2022-02-26 10:39:36 +0900)
>
> ----------------------------------------------------------------
> OpenRISC patches
>
>  - Add automatic DTS generation to openrisc_sim
>
> ----------------------------------------------------------------
>
> Since v1:
>  - Added fdt file include into meson.build
>  - I couldn't figure out how to run CI easily, so but I think this is the right
>    fix.


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM