index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
env
/
fw_env.c
Age
Commit message (
Expand
)
Author
2017-09-05
env: Fix out of tree building of tools-all
Tom Rini
2017-09-03
fix: fw_env: Prevent writing error message on special files, which don't supp...
Lukasz Majewski
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
2017-07-22
tools/fw_env: use fsync to ensure that data is physically stored
Michael Heimpold
2017-04-18
tools/env: avoid memory leak in fw_setenv
xypron.glpk@gmx.de
2017-04-12
env: fix memory leak in fw_env routines
Stefano Babic
2017-04-12
env: split fw_env.h in public and private parts
Stefano Babic
2016-11-28
tools/env: fix environment alignment tests for block devices
Max Krummenacher
2016-10-06
Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_b...
Andreas Fenkart
2016-10-06
tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf
Andreas Fenkart
2016-10-06
tools/env: pass bad block offset by value
Andreas Fenkart
2016-10-06
tools/env: factor out environment_end function
Andreas Fenkart
2016-08-20
tools/env: soften warning about erase block alignment
Andreas Fenkart
2016-08-20
tools/env: return with error if redundant environments have unequal size
Andreas Fenkart
2016-08-15
tools/env: ensure environment starts at erase block boundary
Andreas Fenkart
2016-07-26
tools: env: Fix format warnings in debug
Marcin Niestroj
2016-07-22
tools/env: reuse fw_getenv in fw_printenv function
Andreas Fenkart
2016-07-22
tools/env: move envmatch further up in file to avoid forward declarations
Andreas Fenkart
2016-07-22
tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script
Andreas Fenkart
2016-07-22
tools/env: allow negative offsets
Stefan Agner
2016-07-22
tools/env: complete environment device config early
Stefan Agner
2016-05-31
tools/env: allow to pass NULL for environment options
Andreas Fenkart
2016-05-27
tools/env: no global variable sharing between application and library
Andreas Fenkart
2016-05-27
tools/env: compute size of usable area only once
Andreas Fenkart
2016-05-27
tools/env: fw_printenv pass value_only as argument
Andreas Fenkart
2016-05-27
tools/env: pass key as argument to env_aes_cbc_crypt
Andreas Fenkart
2016-05-02
tools: env: fix config file loading in env library
Anatolij Gustschin
2016-03-27
tools: env: bug: config structs must be defined in tools library
Andreas Fenkart
2016-03-26
tools: env: fw_parse_script: simplify removal of newline/carriage return
Andreas Fenkart
2016-03-26
tools: env: split fw_string_blank into skip_chars / skip_blanks
Andreas Fenkart
2016-03-26
tools: env: fw_string_blank: return from loop when item found
Andreas Fenkart
2016-03-26
tools: env: replace WHITESPACE macro by isblank
Andreas Fenkart
2016-02-08
tools: env: shift optind arguments and fix argument indices
Andreas Fenkart
2016-02-08
tools: env: parse aes key / suppress flag into argument struct
Andreas Fenkart
2016-02-08
tools: env: make parse_aes_key stateless
Andreas Fenkart
2016-02-08
tools: env validate: pass values as 0-based array
Andreas Fenkart
2015-12-13
tools: env: include compiler.h
Peter Robinson
2015-11-18
tools/env: allow config filename to be passed via command line argument
Michael Heimpold
2015-05-08
Fix musl build
Jörg Krause
2014-11-07
tools/env: Fix environment size and CRC on 64-bit hosts
Dominic Sacré
2014-05-09
Merge branch 'u-boot/master'
Albert ARIBAUD
2014-04-17
fw_env.c: Switch get_config to use '%ms' in sscanf
Tom Rini
2014-03-21
env: Implement support for AES encryption into fw_* tools
Marek Vasut
2014-03-12
fw_env: correct writes to devices with small erase blocks
Dustin Byford
2014-03-12
fw_env: calculate default number of env sectors
Dustin Byford
2013-09-06
fw_env: fix writing environment for mtd devices
Oliver Metz
2013-09-06
fw_env: add redundant env support for MTD_ABSENT
Oliver Metz
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-04-11
env: Add redundant env support to UBI env
Joe Hershberger
2013-04-11
env: Add support for UBI environment
Joe Hershberger
[next]