Re: [PATCH 4/4] ppc/pegasos2: Implement some RTAS functions with VOF

2021-07-08 Thread BALATON Zoltan
On Thu, 8 Jul 2021, David Gibson wrote: On Sun, Jun 27, 2021 at 06:27:13PM +0200, BALATON Zoltan wrote: Linux uses RTAS functions to access PCI devices so we need to provide these with VOF. Implement some of the most important functions to allow booting Linux with VOF. With this the board is now

Re: [PATCH 4/4] ppc/pegasos2: Implement some RTAS functions with VOF

2021-07-07 Thread David Gibson
On Sun, Jun 27, 2021 at 06:27:13PM +0200, BALATON Zoltan wrote: > Linux uses RTAS functions to access PCI devices so we need to provide > these with VOF. Implement some of the most important functions to > allow booting Linux with VOF. With this the board is now usable > without a binary ROM image

[PATCH 4/4] ppc/pegasos2: Implement some RTAS functions with VOF

2021-06-27 Thread BALATON Zoltan
Linux uses RTAS functions to access PCI devices so we need to provide these with VOF. Implement some of the most important functions to allow booting Linux with VOF. With this the board is now usable without a binary ROM image and we can enable it by default as other boards. Signed-off-by: BALATON