Re: [U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables

2019-10-14 Thread AKASHI Takahiro
Heinrich, Thank you for your review. On Sun, Oct 13, 2019 at 05:38:27PM +0200, Heinrich Schuchardt wrote: > On 10/8/19 2:05 AM, AKASHI Takahiro wrote: > >On Mon, Oct 07, 2019 at 06:45:08PM +0200, Heinrich Schuchardt wrote: > >>On 10/7/19 5:43 PM, Tom Rini wrote: > >>>On Mon, Oct 07, 2019 at

Re: [U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables

2019-10-13 Thread Heinrich Schuchardt
On 10/8/19 2:05 AM, AKASHI Takahiro wrote: On Mon, Oct 07, 2019 at 06:45:08PM +0200, Heinrich Schuchardt wrote: On 10/7/19 5:43 PM, Tom Rini wrote: On Mon, Oct 07, 2019 at 02:02:26PM +0900, AKASHI Takahiro wrote: On Sun, Oct 06, 2019 at 09:42:30PM -0400, Tom Rini wrote: On Mon, Oct 07, 2019

Re: [U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables

2019-10-07 Thread AKASHI Takahiro
On Mon, Oct 07, 2019 at 06:45:08PM +0200, Heinrich Schuchardt wrote: > On 10/7/19 5:43 PM, Tom Rini wrote: > >On Mon, Oct 07, 2019 at 02:02:26PM +0900, AKASHI Takahiro wrote: > >>On Sun, Oct 06, 2019 at 09:42:30PM -0400, Tom Rini wrote: > >>>On Mon, Oct 07, 2019 at 09:47:46AM +0900, AKASHI

Re: [U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables

2019-10-07 Thread Heinrich Schuchardt
On 10/7/19 5:43 PM, Tom Rini wrote: On Mon, Oct 07, 2019 at 02:02:26PM +0900, AKASHI Takahiro wrote: On Sun, Oct 06, 2019 at 09:42:30PM -0400, Tom Rini wrote: On Mon, Oct 07, 2019 at 09:47:46AM +0900, AKASHI Takahiro wrote: On Sat, Oct 05, 2019 at 08:53:39AM +0200, Heinrich Schuchardt wrote:

Re: [U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables

2019-10-07 Thread Tom Rini
On Mon, Oct 07, 2019 at 02:02:26PM +0900, AKASHI Takahiro wrote: > On Sun, Oct 06, 2019 at 09:42:30PM -0400, Tom Rini wrote: > > On Mon, Oct 07, 2019 at 09:47:46AM +0900, AKASHI Takahiro wrote: > > > On Sat, Oct 05, 2019 at 08:53:39AM +0200, Heinrich Schuchardt wrote: > > > > On 10/4/19 3:20 AM,

Re: [U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables

2019-10-06 Thread AKASHI Takahiro
On Sun, Oct 06, 2019 at 09:42:30PM -0400, Tom Rini wrote: > On Mon, Oct 07, 2019 at 09:47:46AM +0900, AKASHI Takahiro wrote: > > On Sat, Oct 05, 2019 at 08:53:39AM +0200, Heinrich Schuchardt wrote: > > > On 10/4/19 3:20 AM, AKASHI Takahiro wrote: > > > >With this patch, when setting UEFI variable

Re: [U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables

2019-10-06 Thread Tom Rini
On Mon, Oct 07, 2019 at 09:47:46AM +0900, AKASHI Takahiro wrote: > On Sat, Oct 05, 2019 at 08:53:39AM +0200, Heinrich Schuchardt wrote: > > On 10/4/19 3:20 AM, AKASHI Takahiro wrote: > > >With this patch, when setting UEFI variable with "env set -e" command, > > >we will be able to > > >- specify

Re: [U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables

2019-10-06 Thread AKASHI Takahiro
On Sat, Oct 05, 2019 at 08:53:39AM +0200, Heinrich Schuchardt wrote: > On 10/4/19 3:20 AM, AKASHI Takahiro wrote: > >With this patch, when setting UEFI variable with "env set -e" command, > >we will be able to > >- specify vendor guid with "-guid guid", > >- specify variable attributes,

Re: [U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables

2019-10-05 Thread Heinrich Schuchardt
On 10/4/19 3:20 AM, AKASHI Takahiro wrote: With this patch, when setting UEFI variable with "env set -e" command, we will be able to - specify vendor guid with "-guid guid", - specify variable attributes, BOOTSERVICE_ACCESS, RUNTIME_ACCESS, respectively with "-bs" and "-rt", - append a value

[U-Boot] [PATCH v3] cmd: env: extend "env [set|print] -e" to manage UEFI variables

2019-10-03 Thread AKASHI Takahiro
With this patch, when setting UEFI variable with "env set -e" command, we will be able to - specify vendor guid with "-guid guid", - specify variable attributes, BOOTSERVICE_ACCESS, RUNTIME_ACCESS, respectively with "-bs" and "-rt", - append a value instead of overwriting with "-a", - use