All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [RESEND PATCH 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI
@ 2018-12-14  9:53 AKASHI Takahiro
  2018-12-23  2:26 ` Alexander Graf
  2019-03-09  3:53 ` [U-Boot] [U-Boot, RESEND, " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: AKASHI Takahiro @ 2018-12-14  9:53 UTC (permalink / raw)
  To: u-boot

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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h
index fedc4662fa18..392839f7ad59 100644
--- a/include/configs/qemu-arm.h
+++ b/include/configs/qemu-arm.h
@@ -24,6 +24,7 @@
 #define CONFIG_ENV_SIZE				SZ_64K
 
 #define BOOT_TARGET_DEVICES(func) \
+	func(USB, usb, 0) \
 	func(SCSI, scsi, 0) \
 	func(DHCP, dhcp, na)
 
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [RESEND PATCH 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI
  2018-12-14  9:53 [U-Boot] [RESEND PATCH 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI AKASHI Takahiro
@ 2018-12-23  2:26 ` Alexander Graf
  2019-02-28 23:06   ` Heinrich Schuchardt
  2019-03-09  3:53 ` [U-Boot] [U-Boot, RESEND, " Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Alexander Graf @ 2018-12-23  2:26 UTC (permalink / raw)
  To: u-boot



On 14.12.18 10:53, AKASHI Takahiro wrote:
> 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>

Reviewied-by: Alexander Graf <agraf@suse.de>


Alex

> ---
>  include/configs/qemu-arm.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h
> index fedc4662fa18..392839f7ad59 100644
> --- a/include/configs/qemu-arm.h
> +++ b/include/configs/qemu-arm.h
> @@ -24,6 +24,7 @@
>  #define CONFIG_ENV_SIZE				SZ_64K
>  
>  #define BOOT_TARGET_DEVICES(func) \
> +	func(USB, usb, 0) \
>  	func(SCSI, scsi, 0) \
>  	func(DHCP, dhcp, na)
>  
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [RESEND PATCH 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI
  2018-12-23  2:26 ` Alexander Graf
@ 2019-02-28 23:06   ` Heinrich Schuchardt
  0 siblings, 0 replies; 4+ messages in thread
From: Heinrich Schuchardt @ 2019-02-28 23:06 UTC (permalink / raw)
  To: u-boot

On 12/23/18 3:26 AM, Alexander Graf wrote:
> 
> 
> On 14.12.18 10:53, AKASHI Takahiro wrote:
>> 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>
> 
> Reviewied-by: Alexander Graf <agraf@suse.de>

Hello Tom,

this patch is in status new since December.

My understanding was that this patch can be merged while patch 1/2 of
this series is superseded.

Best regards

Heinrich

> 
> 
> Alex
> 
>> ---
>>  include/configs/qemu-arm.h | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h
>> index fedc4662fa18..392839f7ad59 100644
>> --- a/include/configs/qemu-arm.h
>> +++ b/include/configs/qemu-arm.h
>> @@ -24,6 +24,7 @@
>>  #define CONFIG_ENV_SIZE				SZ_64K
>>  
>>  #define BOOT_TARGET_DEVICES(func) \
>> +	func(USB, usb, 0) \
>>  	func(SCSI, scsi, 0) \
>>  	func(DHCP, dhcp, na)
>>  
>>
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [U-Boot, RESEND, 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI
  2018-12-14  9:53 [U-Boot] [RESEND PATCH 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI AKASHI Takahiro
  2018-12-23  2:26 ` Alexander Graf
@ 2019-03-09  3:53 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2019-03-09  3:53 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 14, 2018 at 06:53:22PM +0900, AKASHI Takahiro wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190308/9fbe13c1/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-09  3:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14  9:53 [U-Boot] [RESEND PATCH 2/2] ARM: qemu-arm: enable USB boot in distro boot with UEFI AKASHI Takahiro
2018-12-23  2:26 ` Alexander Graf
2019-02-28 23:06   ` Heinrich Schuchardt
2019-03-09  3:53 ` [U-Boot] [U-Boot, RESEND, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.