]> git.baikalelectronics.ru Git - uboot.git/commit
arm64: zynqmp: Disable EFI_CAPSULE_ON_DISK_EARLY
authorMichal Simek <michal.simek@xilinx.com>
Thu, 10 Jun 2021 12:33:55 +0000 (14:33 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 11 Jun 2021 07:24:58 +0000 (09:24 +0200)
commit33f0638096d9ca746aa29eccafa96da6fd2f42d7
treef763d39f8afdbff19b3299fdc1f2b7e9dbac821d
parentb6a2a06acebd17eaf44f03218f4549784b7ffe9c
arm64: zynqmp: Disable EFI_CAPSULE_ON_DISK_EARLY

Sata/scsi and usb based devices are not started at this stage that's why
disks are not found and early update can't happen.
It is because of deficiency in the UEFI implementation which is not able to
deal with block devices which are added or removed after initialization.

EFI capsule on disk early feature needs to be fixed first to be able to
enable this feature properly.

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