Re: [PATCH 1/2] xilinx: board: Update the kaslr-seed property

2024-01-12 Thread Michal Simek
On 1/12/24 07:10, Venkatesh Yadav Abbarapu wrote: Create a ft_board_setup() api that gets called as part of bootm/booti before jumping to kernel. In this ft_board_setup() callback that will inspect the DTB and insert the device tree blob with the "kaslr-seed" property. Signed-off-by: Michal S

[PATCH 1/2] xilinx: board: Update the kaslr-seed property

2024-01-11 Thread Venkatesh Yadav Abbarapu
Create a ft_board_setup() api that gets called as part of bootm/booti before jumping to kernel. In this ft_board_setup() callback that will inspect the DTB and insert the device tree blob with the "kaslr-seed" property. Signed-off-by: Michal Simek Signed-off-by: Venkatesh Yadav Abbarapu --- boa