Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-24 Thread Gerlando Falauto
On 08/13/2012 12:11 PM, Wolfgang Denk wrote: Dear Holger Brunck, In message5028ab80.5030...@keymile.com you wrote: time to do updates here I propose the following. I could prepare a branch as you suggested based on current denx master with this changeset. But where and how should I push it

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-24 Thread Marek Vasut
Dear Gerlando Falauto, On 08/13/2012 12:11 PM, Wolfgang Denk wrote: Dear Holger Brunck, In message5028ab80.5030...@keymile.com you wrote: time to do updates here I propose the following. I could prepare a branch as you suggested based on current denx master with this changeset. But

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-13 Thread Holger Brunck
On 08/10/2012 08:08 PM, Wolfgang Denk wrote: In message 5024cc15.8010...@keymile.com you wrote: due to the fact that Gerlando is in his vacations and has therefore only little time to do updates here I propose the following. I could prepare a branch as you suggested based on current denx

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-13 Thread Wolfgang Denk
Dear Holger Brunck, In message 5028ab80.5030...@keymile.com you wrote: time to do updates here I propose the following. I could prepare a branch as you suggested based on current denx master with this changeset. But where and how should I push it to git.denx.de? Or will you prepare

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-10 Thread Wolfgang Denk
Dear Holger, In message 5024cc15.8010...@keymile.com you wrote: due to the fact that Gerlando is in his vacations and has therefore only little time to do updates here I propose the following. I could prepare a branch as you suggested based on current denx master with this changeset. But

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-10 Thread Holger Brunck
Hi Wolfgang, On 08/10/2012 12:26 AM, Wolfgang Denk wrote: In message 5024377a.8090...@keymile.com you wrote: So please step forward if there's any suggestion. I don't have the time now for a real review, and I fear a bit we might break somthing. I would suggest to proceed similar as with

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-09 Thread Wolfgang Denk
Dear Gerlando Falauto, In message 191204-16318-1-git-send-email-gerlando.fala...@keymile.com you wrote: This patchset modifies the handling of all the operations on the environment (set/import/default) so to unify handling of special variables. On top of that we implement a selective env

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-09 Thread Gerlando Falauto
On 08/09/2012 10:17 PM, Wolfgang Denk wrote: Dear Gerlando Falauto, In message191204-16318-1-git-send-email-gerlando.fala...@keymile.com you wrote: This patchset modifies the handling of all the operations on the environment (set/import/default) so to unify handling of special variables.

Re: [U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-08-09 Thread Wolfgang Denk
Dear Gerlando, In message 5024377a.8090...@keymile.com you wrote: It appears we are stuch with this patch set. Last thing I remember was that Marek reviewed thes epatches, and had a few comments / requests for changes. But I cannot remember having seen any more eplies from you. As

[U-Boot] [PATCH v3 0/6] env: handle special variables and selective env default

2012-04-02 Thread Gerlando Falauto
This patchset modifies the handling of all the operations on the environment (set/import/default) so to unify handling of special variables. On top of that we implement a selective env default. A selective env import would imply a user API change and should therefore be discussed separately.