diff options
author | Michael Walle | 2021-11-09 14:48:51 +0530 |
---|---|---|
committer | Priyanka Jain | 2021-11-09 14:49:01 +0530 |
commit | ed30254ef62d1a9066a32cd3af71078646368501 (patch) | |
tree | 9783109f210f4a07c111872d96a5c15a53c5b12a /include/configs | |
parent | d8ffd938f1903cbf5cf03d75e2306e0da8ce4ffb (diff) |
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 <michael@walle.cc>
[Rebased]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/kontron_sl28.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |