Re: [PATCH 5/8] hw/ppc/sam460ex: Drop use of ppcuic_init()

2020-12-12 Thread BALATON Zoltan via
On Sat, 12 Dec 2020, Peter Maydell wrote: On Sat, 12 Dec 2020 at 17:17, BALATON Zoltan wrote: On Sat, 12 Dec 2020, Peter Maydell wrote: Switch the sam460ex board to directly creating and configuring the UIC, rather than doing it via the old ppcuic_init() helper function. Signed-off-by:

Re: [PATCH 5/8] hw/ppc/sam460ex: Drop use of ppcuic_init()

2020-12-12 Thread Peter Maydell
On Sat, 12 Dec 2020 at 19:53, BALATON Zoltan wrote: > > On Sat, 12 Dec 2020, Peter Maydell wrote: > > Switch the sam460ex board to directly creating and configuring the > > UIC, rather than doing it via the old ppcuic_init() helper function. > > > > Signed-off-by: Peter Maydell > > --- > >

Re: [PATCH 5/8] hw/ppc/sam460ex: Drop use of ppcuic_init()

2020-12-12 Thread BALATON Zoltan via
On Sat, 12 Dec 2020, Peter Maydell wrote: Switch the sam460ex board to directly creating and configuring the UIC, rather than doing it via the old ppcuic_init() helper function. Signed-off-by: Peter Maydell --- hw/ppc/sam460ex.c | 70 --- 1 file

Re: [PATCH 5/8] hw/ppc/sam460ex: Drop use of ppcuic_init()

2020-12-12 Thread BALATON Zoltan via
On Sat, 12 Dec 2020, Peter Maydell wrote: Switch the sam460ex board to directly creating and configuring the UIC, rather than doing it via the old ppcuic_init() helper function. Signed-off-by: Peter Maydell --- hw/ppc/sam460ex.c | 70 --- 1 file

Re: [PATCH 5/8] hw/ppc/sam460ex: Drop use of ppcuic_init()

2020-12-12 Thread Peter Maydell
On Sat, 12 Dec 2020 at 17:17, BALATON Zoltan wrote: > > On Sat, 12 Dec 2020, Peter Maydell wrote: > > Switch the sam460ex board to directly creating and configuring the > > UIC, rather than doing it via the old ppcuic_init() helper function. > > > > Signed-off-by: Peter Maydell > > --- > >

[PATCH 5/8] hw/ppc/sam460ex: Drop use of ppcuic_init()

2020-12-11 Thread Peter Maydell
Switch the sam460ex board to directly creating and configuring the UIC, rather than doing it via the old ppcuic_init() helper function. Signed-off-by: Peter Maydell --- hw/ppc/sam460ex.c | 70 --- 1 file changed, 54 insertions(+), 16 deletions(-)