Re: [PATCH 3/4] boot: Move framebuffer reservation to separate helper

2024-03-06 Thread Nikhil Jain
Hi Devarsh, On 22/02/24 18:38, Devarsh Thakkar wrote: > Create separate helper for just reserving framebuffer region without > creating or enabling simple-framebuffer node. > > This is useful for scenarios where user want to preserve the bootloader > splash screen till OS boots up and display serv

Re: [PATCH 2/4] video: Assume video to be active if SPL is passing video hand-off

2024-03-06 Thread Nikhil Jain
Hi Devarsh, On 22/02/24 18:38, Devarsh Thakkar wrote: > If SPL is passing video handoff structure to U-boot then it is safe to > assume that SPL has already enabled video and that's why it is passing > video handoff structure to U-boot so that U-boot can preserve the > framebuffer. > > Signed-off-

Re: [PATCH 1/4] boot: fdt_simplefb: Enumerate framebuffer info from video handoff

2024-03-06 Thread Nikhil Jain
Hi Devarsh, On 22/02/24 18:38, Devarsh Thakkar wrote: > Enable and update simple-framebuffer node using the video handoff > bloblist if video was enabled at SPL stage and corresponding video > bloblist was received at u-boot proper with necessary parameters. > > Signed-off-by: Devarsh Thakkar > -

Re: [PATCH] video: tidss: Use DT property names for parsing nodes

2024-01-24 Thread Nikhil Jain
Hi Devarsh, On 24/01/24 14:37, Devarsh Thakkar wrote: > Use device-tree node property names for parsing nodes instead of > indexing as indexing could be different between different SoCs based on > number of DSS entities available on that particular SoC. > > Also correct the video layer naming in d

Re: [PATCH v2] common: splash_source: Don't compile ubifs splash cmd for SPL build

2024-01-24 Thread Nikhil Jain
Hi Devarsh, On 24/01/24 14:35, Devarsh Thakkar wrote: > Don't compile ubifs splash mount command for SPL build as this command > is not supported (and also not enabled) during SPL stage. > > This fixes below compilation error, when CONFIG_CMD_UBIFS is enabled in > defconfig along with splash scree

Re: [EXTERNAL] Re: [PATCH V6 00/10] Update SPL splashscreen framework for AM62x

2024-01-11 Thread Nikhil Jain
Hi Jagan, On 11/01/24 15:50, Jagan Teki wrote: > Hi Nikhil, > > On Tue, Jul 18, 2023 at 2:27 PM Nikhil M Jain wrote: >> This patch series aims at updating SPL splashscreen framework for AM62x. >> >> This patch series depends on >> https://lore.kernel.org/u-boot/20230504225829.2537050-1-...@chromi

Re: [PATCH v4 2/8] arm: mach-k3: common: Reserve video memory from end of the RAM

2023-12-05 Thread Nikhil Jain
Hi Devarsh, On 25/11/23 21:56, Devarsh Thakkar wrote: > Setup video memory before page table reservation using > "spl_reserve_video_from_ram_top" which ensures framebuffer memory gets > reserved from the end of RAM. > > This is done to enable the next stage to directly skip the > pre-reserved area

Re: [PATCH v2 1/6] arm: mach-k3: common: Reserve video memory from end of the RAM

2023-12-05 Thread Nikhil Jain
Hi Devarsh, On 10/11/23 20:59, Devarsh Thakkar wrote: > Add function spl_reserve_video which is a wrapper > around video_reserve to setup video memory and update > the relocation address pointer. > > Setup video memory before page table reservation so that > framebuffer memory gets reserved from t

Re: [PATCH v7 1/7] configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM

2023-10-05 Thread Nikhil Jain
On 06/10/23 10:15, Manorit Chawdhry wrote: > From: Udit Kumar > > The malloc capacity in DRAM at R5 SPL is set to 1MB which isn't > sufficient to load the new tispl.bin to > enable loading of tispl.bin the size is increased by 256KB to 1.25MB. > > Cc: Nikhil M Jain > Signed-off-by: Udit Kumar