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

2015-05-04 Thread Joe Hershberger
Hi Tom, On Sun, May 3, 2015 at 3:12 PM, 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

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

2015-05-03 Thread Joe Hershberger
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 network stack variables up to date instead of polling them on each cal