]> git.dujemihanovic.xyz Git - u-boot.git/commit
xilinx: Disable CONFIG_EFI_LOADER_BOUNCE_BUFFER for ZynqMP/Versal
authorMichal Simek <michal.simek@xilinx.com>
Tue, 8 Sep 2020 11:11:02 +0000 (13:11 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 23 Sep 2020 08:31:41 +0000 (10:31 +0200)
commit7514fd3447442f0ab51b1538502d45ddb01a8269
tree03e7730067f19b94747ec18f3a77ee0acb23c676
parent0981ef71bdf2028e4d03cbba54eea8168ab0c77e
xilinx: Disable CONFIG_EFI_LOADER_BOUNCE_BUFFER for ZynqMP/Versal

Both SOCs shouldn't have any problem with 64bit dma accesses. Also with PIE
enabled when u-boot is placed above 4GB without any memory mapped below 4GB
address space efi_memory_init() call is failing due to missing memory node.

For this two reason disable this option for ZynqMP and Versal.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/xilinx_versal_virt_defconfig
configs/xilinx_zynqmp_virt_defconfig