Re: [PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

2024-10-11 Thread Martin Stolpe
Hi, Sorry if this is a stupid question but what do I have to do to add a " Reviewed-by" from myself to this patch series? BR Martin

Re: [PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

2024-10-11 Thread Peter Robinson
On Fri, 11 Oct 2024 at 13:22, Martin Stolpe wrote: > > Hi, > > Sorry if this is a stupid question but what do I have to do to add a " > Reviewed-by" from myself to this patch series? Just reply all with the reviewed-by and patchwork will automatically apply it when I accept it, I think there nee

Re: [PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

2024-10-07 Thread Martin Stolpe
Hi Devarsh, Am Do., 26. Sept. 2024 um 18:45 Uhr schrieb Devarsh Thakkar : > > Thanks for taking a look, I have posted them to the list [1], it would > be great if you could provide a Reviewed-by or Tested-by too. > I've tried to compile the project for am64x_evm_a53 with the patches applied and

Re: [PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

2024-10-07 Thread Devarsh Thakkar
Hi Martin, On 07/10/24 18:24, Martin Stolpe wrote: > Hi Devarsh, > > Am Do., 26. Sept. 2024 um 18:45 Uhr schrieb Devarsh Thakkar > : > >> >> Thanks for taking a look, I have posted them to the list [1], it would >> be great if you could provide a Reviewed-by or Tested-by too. >> > > I've tried

Re: [PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

2024-09-26 Thread Devarsh Thakkar
Hi Martin, On 26/09/24 17:56, Martin Stolpe wrote: > Hi, > > Am Di., 24. Sept. 2024 um 08:38 Uhr schrieb Devarsh Thakkar > mailto:devar...@ti.com>>: > > > CONFIG_FDT_SIMPLEFB is only used in splash-screen context which in-turn > depends on CONFIG_VIDEO. So CONFIG_FDT_SIMPLEFB is in a wa

Re: [PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

2024-09-26 Thread Martin Stolpe
Hi, Am Di., 24. Sept. 2024 um 08:38 Uhr schrieb Devarsh Thakkar : > > CONFIG_FDT_SIMPLEFB is only used in splash-screen context which in-turn > depends on CONFIG_VIDEO. So CONFIG_FDT_SIMPLEFB is in a way dependent on > CONFIG_VIDEO. We had fixed similar issue in past in vendor tree and by > makin

Re: [PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

2024-09-24 Thread Martin Stolpe
Hi, Am Fr., 20. Sept. 2024 um 10:10 Uhr schrieb Ivan T. Ivanov : > Hi, > > On 09-20 08:32, Martin Stolpe wrote: > > > > When the CONFIG_VIDEO option is set to disabled for Raspberry Pi devices > > the build will fail with the following error message: > > "undefined reference to `fdt_simplefb_enab

Re: [PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

2024-09-23 Thread Devarsh Thakkar
Hi Martin, Ivan On 24/09/24 11:56, Martin Stolpe wrote: > Hi, > > Am Fr., 20. Sept. 2024 um 10:10 Uhr schrieb Ivan T. Ivanov > : > >> Hi, >> >> On 09-20 08:32, Martin Stolpe wrote: >>> >>> When the CONFIG_VIDEO option is set to disabled for Raspberry Pi devices >>> the build will fail with the f

[PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

2024-09-20 Thread Martin Stolpe
When the CONFIG_VIDEO option is set to disabled for Raspberry Pi devices the build will fail with the following error message: "undefined reference to `fdt_simplefb_enable_and_mem_rsv'." Signed-off-by: Martin Stolpe --- board/raspberrypi/rpi/rpi.c | 2 +- boot/fdt_simplefb.c | 2 +- 2 f

Re: [PATCH 1/1] rpi: Fix build error when CONFIG_VIDEO is disabled for Raspberry Pi

2024-09-20 Thread Ivan T. Ivanov
Hi, On 09-20 08:32, Martin Stolpe wrote: > > When the CONFIG_VIDEO option is set to disabled for Raspberry Pi devices > the build will fail with the following error message: > "undefined reference to `fdt_simplefb_enable_and_mem_rsv'." > > Signed-off-by: Martin Stolpe > --- > > board/raspberr