Searched hist:"30 fd4fadb319d7c6d43d949e2d30ffaea46a60cf" (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | env_flags.h | 30fd4fadb319d7c6d43d949e2d30ffaea46a60cf Wed Dec 12 04:16:32 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> tools/env: Add environment variable flags support
Currently just validates variable types as decimal, hexidecimal, boolean, ip address, and mac address. Call env_acl_validate_setenv_params() from setenv() in fw_env.c.
If the entry is not found in the env .flags, then look in the static one. This allows the env to override the static definitions, but prevents the need to have every definition in the environment distracting you.
Need to build in _ctype for isdigit for Linux.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | Makefile | 30fd4fadb319d7c6d43d949e2d30ffaea46a60cf Wed Dec 12 04:16:32 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> tools/env: Add environment variable flags support
Currently just validates variable types as decimal, hexidecimal, boolean, ip address, and mac address. Call env_acl_validate_setenv_params() from setenv() in fw_env.c.
If the entry is not found in the env .flags, then look in the static one. This allows the env to override the static definitions, but prevents the need to have every definition in the environment distracting you.
Need to build in _ctype for isdigit for Linux.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
|
| H A D | fw_env.c | 30fd4fadb319d7c6d43d949e2d30ffaea46a60cf Wed Dec 12 04:16:32 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> tools/env: Add environment variable flags support
Currently just validates variable types as decimal, hexidecimal, boolean, ip address, and mac address. Call env_acl_validate_setenv_params() from setenv() in fw_env.c.
If the entry is not found in the env .flags, then look in the static one. This allows the env to override the static definitions, but prevents the need to have every definition in the environment distracting you.
Need to build in _ctype for isdigit for Linux.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
|