Re: [PATCH v2 4/7] qfw: Add flag to allow probing before relocation

2023-08-28 Thread Tom Rini
On Mon, Aug 28, 2023 at 06:22:31PM +0300, Alper Nebi Yasak wrote: > On 2023-08-22 21:56 +03:00, Simon Glass wrote: > > Hi Alper, > > > > On Tue, 22 Aug 2023 at 06:10, Alper Nebi Yasak > > wrote: > >> > >> QEMU firmware config drivers need to be probed to bind the ramfb device. > >> The ramfb dri

Re: [PATCH v2 4/7] qfw: Add flag to allow probing before relocation

2023-08-28 Thread Alper Nebi Yasak
On 2023-08-22 21:56 +03:00, Simon Glass wrote: > Hi Alper, > > On Tue, 22 Aug 2023 at 06:10, Alper Nebi Yasak > wrote: >> >> QEMU firmware config drivers need to be probed to bind the ramfb device. >> The ramfb driver needs to be bound before relocation to properly reserve >> video memory for it

Re: [PATCH v2 4/7] qfw: Add flag to allow probing before relocation

2023-08-22 Thread Simon Glass
Hi Alper, On Tue, 22 Aug 2023 at 06:10, Alper Nebi Yasak wrote: > > QEMU firmware config drivers need to be probed to bind the ramfb device. > The ramfb driver needs to be bound before relocation to properly reserve > video memory for it, otherwise it cannot be probed after relocation. Add > the

[PATCH v2 4/7] qfw: Add flag to allow probing before relocation

2023-08-22 Thread Alper Nebi Yasak
QEMU firmware config drivers need to be probed to bind the ramfb device. The ramfb driver needs to be bound before relocation to properly reserve video memory for it, otherwise it cannot be probed after relocation. Add the flag to probe QEMU firmware config drivers before relocation so that ramfb c