]> git.sur5r.net Git - u-boot/commit
tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script
authorAndreas Fenkart <andreas.fenkart@digitalstrom.com>
Sat, 16 Jul 2016 15:06:13 +0000 (17:06 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 22 Jul 2016 18:46:21 +0000 (14:46 -0400)
commitfd4e3280e50983aa4d646f2c8fc93b38cc1dddf9
treebb8b6bd8cdcc2aaac3fdfd08b59b35d28e97fa00
parent473c0abe6290aaf1471ce8129a67e3c2fbfc2597
tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script

there are two groups of functions:
- application ready tools: fw_setenv/fw_getenv/fw_parse_script
these are used, when creating a single binary containing multiple
tools (busybox like)
- file access like: open/read/write/close
above functions are implemented on top of these. applications
can use those to modify several variables without creating a
temporary batch script file
tested with "./scripts/kernel-doc -html -v tools/env/fw_env.h"

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Andreas Fenkart <andreas.fenkart@digitalstrom.com>
tools/env/fw_env.c
tools/env/fw_env.h