Re: [U-Boot] [PATCH v4 00/26] Improve env var handling for net stack

2015-05-21 Thread Joe Hershberger
Hi Tom, On Thu, May 21, 2015 at 8:33 AM, Tom Rini wrote: > On Wed, May 20, 2015 at 02:38:05PM -0500, Joe Hershberger wrote: >> Hi Tom, >> >> On Wed, May 20, 2015 at 9:58 AM, Tom Rini wrote: >> > On Thu, May 07, 2015 at 04:48:51AM -0500, Joe Hershberger wrote: >> > >> >> This includes moving CONF

Re: [U-Boot] [PATCH v4 00/26] Improve env var handling for net stack

2015-05-21 Thread Tom Rini
On Wed, May 20, 2015 at 02:38:05PM -0500, Joe Hershberger wrote: > Hi Tom, > > On Wed, May 20, 2015 at 9:58 AM, Tom Rini wrote: > > On Thu, May 07, 2015 at 04:48:51AM -0500, Joe Hershberger wrote: > > > >> This includes moving CONFIG_REGEX to Kconfig and adding support for > >> regex to the env_a

Re: [U-Boot] [PATCH v4 00/26] Improve env var handling for net stack

2015-05-20 Thread Joe Hershberger
Hi Tom, On Wed, May 20, 2015 at 9:58 AM, Tom Rini wrote: > On Thu, May 07, 2015 at 04:48:51AM -0500, Joe Hershberger wrote: > >> This includes moving CONFIG_REGEX to Kconfig and adding support for >> regex to the env_attr lists (when CONFIG_REGEX is enabled). >> >> This allows ethaddrs to all be

Re: [U-Boot] [PATCH v4 00/26] Improve env var handling for net stack

2015-05-20 Thread Tom Rini
On Thu, May 07, 2015 at 04:48:51AM -0500, Joe Hershberger wrote: > This includes moving CONFIG_REGEX to Kconfig and adding support for > regex to the env_attr lists (when CONFIG_REGEX is enabled). > > This allows ethaddrs to all be checked for access and format by default. > Also use callbacks to

Re: [U-Boot] [PATCH v4 00/26] Improve env var handling for net stack

2015-05-19 Thread Joe Hershberger
Hi Tom, On Thu, May 7, 2015 at 4:48 AM, Joe Hershberger wrote: > This includes moving CONFIG_REGEX to Kconfig and adding support for > regex to the env_attr lists (when CONFIG_REGEX is enabled). > > This allows ethaddrs to all be checked for access and format by default. > Also use callbacks to k

Re: [U-Boot] [PATCH v4 00/26] Improve env var handling for net stack

2015-05-07 Thread Simon Glass
Hi Joe, On 7 May 2015 at 03:48, Joe Hershberger wrote: > This includes moving CONFIG_REGEX to Kconfig and adding support for > regex to the env_attr lists (when CONFIG_REGEX is enabled). > > This allows ethaddrs to all be checked for access and format by default. > Also use callbacks to keep netw