From ed30254ef62d1a9066a32cd3af71078646368501 Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Tue, 9 Nov 2021 14:48:51 +0530 Subject: board: sl28: enable EFI UpdateCapsule support Enable support for update over EFI UpdateCapsule mechanism. This board doesn't support setting EFI variables after ExitBootservices(). Therefore, we are also enabling EFI_IGNORE_OSINDICATIONS. Signed-off-by: Michael Walle [Rebased] Signed-off-by: Priyanka Jain --- include/configs/kontron_sl28.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/configs/kontron_sl28.h b/include/configs/kontron_sl28.h index 6769592101d..4152851ba41 100644 --- a/include/configs/kontron_sl28.h +++ b/include/configs/kontron_sl28.h @@ -88,6 +88,8 @@ "envload=env import -d -b ${env_addr}\0" \ "install_rcw=source 20200000\0" \ "fdtfile=freescale/fsl-ls1028a-kontron-sl28.dtb\0" \ + "dfu_alt_info=sf 0:0=u-boot-bin raw 0x210000 0x1d0000;" \ + "u-boot-env raw 0x3e0000 0x20000\0" \ ENV_MEM_LAYOUT_SETTINGS \ BOOTENV -- cgit v1.3.1