Message ID | 20181214094916.9157-2-takahiro.akashi@linaro.org |
---|---|
State | New |
Headers | show |
Series | uefi: support USB boot in distro boot | expand |
On 14.12.18 10:49, AKASHI Takahiro wrote: > This is a preparatory patch so that USB boot will be supported > in distro boot script by default. > > Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> This should already be resolved with commit 4aa7492683f2d ("distro: Imply USB_STORAGE when USB is available"), no? Alex > --- > configs/qemu_arm64_defconfig | 1 + > configs/qemu_arm_defconfig | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig > index f4502c9e9f27..0049a8a1c2a3 100644 > --- a/configs/qemu_arm64_defconfig > +++ b/configs/qemu_arm64_defconfig > @@ -29,3 +29,4 @@ CONFIG_USB=y > CONFIG_DM_USB=y > CONFIG_USB_EHCI_HCD=y > CONFIG_USB_EHCI_PCI=y > +CONFIG_USB_STORAGE=y > diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig > index acebdc5a4e04..14d077285bff 100644 > --- a/configs/qemu_arm_defconfig > +++ b/configs/qemu_arm_defconfig > @@ -29,3 +29,4 @@ CONFIG_USB=y > CONFIG_DM_USB=y > CONFIG_USB_EHCI_HCD=y > CONFIG_USB_EHCI_PCI=y > +CONFIG_USB_STORAGE=y >
On Sun, Dec 23, 2018 at 03:26:17AM +0100, Alexander Graf wrote: > > > On 14.12.18 10:49, AKASHI Takahiro wrote: > > This is a preparatory patch so that USB boot will be supported > > in distro boot script by default. > > > > Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> > > This should already be resolved with commit 4aa7492683f2d ("distro: > Imply USB_STORAGE when USB is available"), no? Ah, I've completely forgot it! -Takahiro Akashi > > Alex > > > --- > > configs/qemu_arm64_defconfig | 1 + > > configs/qemu_arm_defconfig | 1 + > > 2 files changed, 2 insertions(+) > > > > diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig > > index f4502c9e9f27..0049a8a1c2a3 100644 > > --- a/configs/qemu_arm64_defconfig > > +++ b/configs/qemu_arm64_defconfig > > @@ -29,3 +29,4 @@ CONFIG_USB=y > > CONFIG_DM_USB=y > > CONFIG_USB_EHCI_HCD=y > > CONFIG_USB_EHCI_PCI=y > > +CONFIG_USB_STORAGE=y > > diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig > > index acebdc5a4e04..14d077285bff 100644 > > --- a/configs/qemu_arm_defconfig > > +++ b/configs/qemu_arm_defconfig > > @@ -29,3 +29,4 @@ CONFIG_USB=y > > CONFIG_DM_USB=y > > CONFIG_USB_EHCI_HCD=y > > CONFIG_USB_EHCI_PCI=y > > +CONFIG_USB_STORAGE=y > >
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index f4502c9e9f27..0049a8a1c2a3 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -29,3 +29,4 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_PCI=y +CONFIG_USB_STORAGE=y diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig index acebdc5a4e04..14d077285bff 100644 --- a/configs/qemu_arm_defconfig +++ b/configs/qemu_arm_defconfig @@ -29,3 +29,4 @@ CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_PCI=y +CONFIG_USB_STORAGE=y
This is a preparatory patch so that USB boot will be supported in distro boot script by default. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> --- configs/qemu_arm64_defconfig | 1 + configs/qemu_arm_defconfig | 1 + 2 files changed, 2 insertions(+)