[PATCH 0/4] E500 cleanups and enhancements

Bernhard Beschow posted 4 patches 1 year, 3 months ago
hw/ppc/e500.c     | 24 ++++++++++++++++--------
hw/ppc/e500plat.c |  9 +++------
2 files changed, 19 insertions(+), 14 deletions(-)
[PATCH 0/4] E500 cleanups and enhancements
Posted by Bernhard Beschow 1 year, 3 months ago
This series includes some cleanups I came across when working on the ppce500
machine. Furthermore, it enables support for the 'dumpdtb' QMP/HMP command
which was missing so far.

Bernhard Beschow (4):
  hw/ppc: Set machine->fdt in e500 machines
  hw/ppc/e500{,plat}: Drop redundant checks for presence of platform bus
  hw/ppc/e500.c: Avoid hardcoding parent device in
    create_devtree_etsec()
  hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_space

 hw/ppc/e500.c     | 24 ++++++++++++++++--------
 hw/ppc/e500plat.c |  9 +++------
 2 files changed, 19 insertions(+), 14 deletions(-)

-- 
2.39.1

Re: [PATCH 0/4] E500 cleanups and enhancements
Posted by Daniel Henrique Barboza 1 year, 2 months ago

On 1/25/23 10:00, Bernhard Beschow wrote:
> This series includes some cleanups I came across when working on the ppce500
> machine. Furthermore, it enables support for the 'dumpdtb' QMP/HMP command
> which was missing so far.
> 
> Bernhard Beschow (4):
>    hw/ppc: Set machine->fdt in e500 machines
>    hw/ppc/e500{,plat}: Drop redundant checks for presence of platform bus
>    hw/ppc/e500.c: Avoid hardcoding parent device in
>      create_devtree_etsec()
>    hw/ppc/e500.c: Attach eSDHC unimplemented region to ccsr_addr_space

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>

And queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

> 
>   hw/ppc/e500.c     | 24 ++++++++++++++++--------
>   hw/ppc/e500plat.c |  9 +++------
>   2 files changed, 19 insertions(+), 14 deletions(-)
>