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

Simon Glass sjg at chromium.org
Fri May 8 00:29:46 CEST 2015


Hi Joe,

On 7 May 2015 at 03:48, Joe Hershberger <joe.hershberger at ni.com> 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 network stack variables up to date instead of
> polling them on each call to net_loop.
>
> This is a step in the right direction to refactoring the network stack
> to be similar to that of barebox.
>
> Also added a test command to host unit tests for the env functions.
>
> Changes in v4:
> -Fixed bisectability issue
> -New for version 4
>
> Changes in v3:
> -Moved test from env subcommand to ut subcommand
> -New for version 3
>
> Changes in v2:
> -Added comments about the use of .flags in the dm eth test
> -Added description to README
> -Fix bisectability issue
> -Fix corner case in reverse_name_search() where searched starts with ' '
> -New for version 2
> -Simplified test for H_PROGRAMMATIC

This fixes the sandbox bisectability problem for me. Thanks.

Regards,
Simon


More information about the U-Boot mailing list