efi_loader: efi variable support
[oweals/u-boot.git] / cmd / bootefi.c
index c1ef1b542bd2cea43d27a3f29de3f42561fa247b..9f844737e5974ca98fac99eb9c211d898ee87f4a 100644 (file)
@@ -181,6 +181,10 @@ static unsigned long do_bootefi_exec(void *efi, void *fdt,
                goto exit;
        }
 
+       /* we don't support much: */
+       env_set("efi_8be4df61-93ca-11d2-aa0d-00e098032b8c_OsIndicationsSupported",
+               "{ro,boot}(blob)0000000000000000");
+
        /* Call our payload! */
        debug("%s:%d Jumping to 0x%lx\n", __func__, __LINE__, (long)entry);