]> git.dujemihanovic.xyz Git - u-boot.git/commit
xilinx: board: Update the kaslr-seed property
authorVenkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Wed, 17 Jan 2024 03:20:13 +0000 (08:50 +0530)
committerMichal Simek <michal.simek@amd.com>
Wed, 17 Jan 2024 07:12:20 +0000 (08:12 +0100)
commita270099e83c49f80f0f2f10cb8b6f23e3b3a6f6d
tree61a9b0ce64afa5ebe26164cc2d4e5f9e77aef76a
parentef67a04e7e8c7f37594d225b0694f2e4d0bb0c0d
xilinx: board: Update the kaslr-seed property

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: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20240117032014.1014084-2-venkatesh.abbarapu@amd.com
board/xilinx/common/board.c