Re: [U-Boot] [RESEND][PATCH] cmd: nvedit: add whitelist option for env import

2018-05-16 Thread Quentin Schulz
Hi Simon, On Tue, May 15, 2018 at 12:28:14PM -0600, Simon Glass wrote: > Hi Quentin, > > On 15 May 2018 at 20:03, Quentin Schulz wrote: > > While the `env export` can take as parameters variables to be exported, > > `env import` does not have such a mechanism of variable selection. > > > > Let's

Re: [U-Boot] [RESEND][PATCH] cmd: nvedit: add whitelist option for env import

2018-05-16 Thread Quentin Schulz
Hi Joe, On Tue, May 15, 2018 at 01:25:09PM -0500, Joe Hershberger wrote: > On Tue, May 15, 2018 at 5:03 AM, Quentin Schulz > wrote: > > While the `env export` can take as parameters variables to be exported, > > `env import` does not have such a mechanism of variable selection. > > > > Let's add

Re: [U-Boot] [RESEND][PATCH] cmd: nvedit: add whitelist option for env import

2018-05-15 Thread Simon Glass
Hi Alex, On 15 May 2018 at 12:43, Alex Kiernan wrote: > On Tue, May 15, 2018 at 7:25 PM Joe Hershberger > wrote: > >> On Tue, May 15, 2018 at 5:03 AM, Quentin Schulz >> wrote: >> > While the `env export` can take as parameters variables to be exported, >> > `env import` does not have such a mec

Re: [U-Boot] [RESEND][PATCH] cmd: nvedit: add whitelist option for env import

2018-05-15 Thread Alex Kiernan
On Tue, May 15, 2018 at 7:25 PM Joe Hershberger wrote: > On Tue, May 15, 2018 at 5:03 AM, Quentin Schulz > wrote: > > While the `env export` can take as parameters variables to be exported, > > `env import` does not have such a mechanism of variable selection. > > > > Let's add a `-w` option tha

Re: [U-Boot] [RESEND][PATCH] cmd: nvedit: add whitelist option for env import

2018-05-15 Thread Simon Glass
Hi Quentin, On 15 May 2018 at 20:03, Quentin Schulz wrote: > While the `env export` can take as parameters variables to be exported, > `env import` does not have such a mechanism of variable selection. > > Let's add a `-w` option that asks `env import` to look for the > `whitelisted_vars` env var

Re: [U-Boot] [RESEND][PATCH] cmd: nvedit: add whitelist option for env import

2018-05-15 Thread Joe Hershberger
On Tue, May 15, 2018 at 5:03 AM, Quentin Schulz wrote: > While the `env export` can take as parameters variables to be exported, > `env import` does not have such a mechanism of variable selection. > > Let's add a `-w` option that asks `env import` to look for the > `whitelisted_vars` env variable