aboutsummaryrefslogtreecommitdiffstats
path: root/main/uboot-tools/defang-efi-bootcmd.patch
blob: d7810093275e531f6c5e2838a02e23ce856d3e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -urN u-boot-2019.10.orig/include/config_distro_bootcmd.h u-boot-2019.10/include/config_distro_bootcmd.h
--- u-boot-2019.10.orig/include/config_distro_bootcmd.h	2020-01-08 00:18:39.088623768 +0000
+++ u-boot-2019.10/include/config_distro_bootcmd.h	2020-01-08 00:19:27.963822184 +0000
@@ -334,7 +334,8 @@
 #define BOOTENV_EFI_PXE_ARCH "0x1b"
 #define BOOTENV_EFI_PXE_VCI "PXEClient:Arch:00027:UNDI:003000"
 #elif defined(CONFIG_SANDBOX)
-# error "sandbox EFI support is only supported on ARM and x86"
+#define BOOTENV_EFI_PXE_ARCH "0x0"
+#define BOOTENV_EFI_PXE_VCI "PXEClient:Arch:00000:UNDI:003000"
 #else
 #error Please specify an EFI client identifier
 #endif