index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
env
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/version.h: workaround sysroot inc order
Matt Weber
2018-09-10
1
-1
/
+2
*
Revert "fw_printenv: Don't bail out directly after one env read error"
Tom Rini
2018-07-01
1
-15
/
+9
*
fw_printenv: Don't bail out directly after one env read error
Joe Hershberger
2018-06-27
1
-9
/
+15
*
u-boot: Fix several typos
Shyam Saini
2018-06-13
1
-2
/
+2
*
tools: env: Use getline rather than fgets when reading config/script
Alex Kiernan
2018-06-13
1
-19
/
+21
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
5
-11
/
+5
*
fw_printenv: Fix crash due to incorrect size for malloc'ed string.
Kristian Amlie
2018-04-10
1
-1
/
+1
*
tools: env: Implement atomic replace for filesystem
Alex Kiernan
2018-03-19
1
-3
/
+80
*
tools: env: Refactor write path of flash_io()
Alex Kiernan
2018-03-19
1
-42
/
+50
*
tools: env: Fix CamelCasing style violation
Alex Kiernan
2018-03-19
1
-9
/
+9
*
tools: env: Pass through indent
Alex Kiernan
2018-03-19
1
-176
/
+170
*
tools/env: allow equal sign as key value separation
Stefan Agner
2018-03-05
1
-1
/
+1
*
Fix --noheader on fw_printenv
Alex Kiernan
2018-02-14
2
-2
/
+2
*
tools: remove unused ret
Jelle van der Waa
2018-01-28
1
-2
/
+0
*
tools: env: Add support for direct read/write UBI volumes
S. Lockwood-Childs
2017-11-29
2
-2
/
+261
*
env: Remove CONFIG_ENV_AES support
Tom Rini
2017-11-21
5
-100
/
+1
*
tools: env: allow to print U-Boot version
Stefan Agner
2017-11-06
1
-3
/
+11
*
tools: env: Add embedded.c to .gitignore
Bin Meng
2017-10-16
1
-0
/
+1
*
env: Add 'envtools' target to 'make help'
Simon Glass
2017-09-05
1
-0
/
+3
*
env: Fix operation of 'make environ'
Simon Glass
2017-09-05
1
-2
/
+2
*
env: Fix out of tree building of tools-all
Tom Rini
2017-09-05
3
-3
/
+3
*
fix: fw_env: Prevent writing error message on special files, which don't supp...
Lukasz Majewski
2017-09-03
1
-2
/
+4
*
env: Rename setenv() to env_set()
Simon Glass
2017-08-16
3
-7
/
+7
*
tools/fw_env: use fsync to ensure that data is physically stored
Michael Heimpold
2017-07-22
1
-0
/
+12
*
tools/env: avoid memory leak in fw_setenv
xypron.glpk@gmx.de
2017-04-18
1
-0
/
+3
*
env: fix memory leak in fw_env routines
Stefano Babic
2017-04-12
2
-19
/
+70
*
env: add a version number to check API
Stefano Babic
2017-04-12
1
-0
/
+15
*
env: split fw_env.h in public and private parts
Stefano Babic
2017-04-12
4
-50
/
+58
*
Rename aes.h to uboot_aes.h
Stefano Babic
2017-04-12
1
-1
/
+1
*
tools: fix cross-compiling tools when HOSTCC is overridden
Masahiro Yamada
2017-03-14
1
-1
/
+1
*
tools/env: fix environment alignment tests for block devices
Max Krummenacher
2016-11-28
1
-27
/
+33
*
env: tool: add command line option to input lockfile path
B, Ravi
2016-10-08
2
-6
/
+30
*
Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_b...
Andreas Fenkart
2016-10-06
1
-7
/
+8
*
tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf
Andreas Fenkart
2016-10-06
1
-15
/
+13
*
tools/env: pass bad block offset by value
Andreas Fenkart
2016-10-06
1
-5
/
+5
*
tools/env: factor out environment_end function
Andreas Fenkart
2016-10-06
1
-17
/
+15
*
tools/env: soften warning about erase block alignment
Andreas Fenkart
2016-08-20
1
-1
/
+1
*
tools/env: return with error if redundant environments have unequal size
Andreas Fenkart
2016-08-20
1
-3
/
+2
*
tools/env: ensure environment starts at erase block boundary
Andreas Fenkart
2016-08-15
1
-0
/
+12
*
tools: env: Fix format warnings in debug
Marcin Niestroj
2016-07-26
1
-7
/
+10
*
tools/env: reuse fw_getenv in fw_printenv function
Andreas Fenkart
2016-07-22
1
-27
/
+17
*
tools/env: move envmatch further up in file to avoid forward declarations
Andreas Fenkart
2016-07-22
1
-20
/
+18
*
tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script
Andreas Fenkart
2016-07-22
2
-2
/
+115
*
tools/env: allow negative offsets
Stefan Agner
2016-07-22
2
-9
/
+35
*
tools/env: complete environment device config early
Stefan Agner
2016-07-22
1
-50
/
+60
*
Various, unrelated tree-wide typo fixes.
Robert P. J. Day
2016-07-16
1
-1
/
+1
*
tools/env: allow to pass NULL for environment options
Andreas Fenkart
2016-05-31
1
-3
/
+24
*
tools/env: no global variable sharing between application and library
Andreas Fenkart
2016-05-27
3
-55
/
+48
*
tools/env: compute size of usable area only once
Andreas Fenkart
2016-05-27
1
-14
/
+18
*
tools/env: fw_printenv pass value_only as argument
Andreas Fenkart
2016-05-27
3
-7
/
+7
[next]