projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1d7ed3
)
ARM: qemu-arm: enable USB boot in distro boot with UEFI
author
AKASHI Takahiro
<takahiro.akashi@linaro.org>
Fri, 14 Dec 2018 09:53:22 +0000
(18:53 +0900)
committer
Tom Rini
<trini@konsulko.com>
Fri, 8 Mar 2019 23:03:58 +0000
(18:03 -0500)
With this patch which adds a removable USB mass storage to a list
of bootable devices, USB boot is supported in distro boot if UEFI is
configured.
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
include/configs/qemu-arm.h
patch
|
blob
|
history
diff --git
a/include/configs/qemu-arm.h
b/include/configs/qemu-arm.h
index 0431a7982d1420183b4f156f3913ff68abe96659..65fdb1e9298189ed0128abe2956f8341c526bab1 100644
(file)
--- a/
include/configs/qemu-arm.h
+++ b/
include/configs/qemu-arm.h
@@
-25,6
+25,7
@@
#define CONFIG_ENV_SIZE SZ_256K
#define BOOT_TARGET_DEVICES(func) \
+ func(USB, usb, 0) \
func(SCSI, scsi, 0) \
func(VIRTIO, virtio, 0) \
func(DHCP, dhcp, na)