Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
713a02a2ce46199c83c3cee0bd02f99dadaa4c8a
/
tools
/
env
c62e614
fw_setenv: avoid writing environment when nothing has changed
by Rasmus Villemoes
· 6 years ago
3db7110
crc32: Use the crc.h header for crc functions
by Simon Glass
· 5 years ago
7ce01c7
fw_env: fix build error
by Pierre-Jean Texier
· 5 years ago
e184a3b
fw_env: remove duplicated definitions
by Pierre-Jean Texier
· 5 years ago
d3716dd
env: Rename the redundancy flags
by Simon Glass
· 5 years ago
9fb625c
env: Move env_set() to env.h
by Simon Glass
· 5 years ago
a762311
fw_env: Add missing write failure check
by Alex Kiernan
· 5 years ago
9337a08
env: add missing newline
by Philip Molloy
· 6 years ago
2b4ea2b
fw_env: Fix double free
by Björn Stenberg
· 6 years ago
e1df3fa
include/version.h: workaround sysroot inc order
by Matt Weber
· 6 years ago
168de20
Revert "fw_printenv: Don't bail out directly after one env read error"
by Tom Rini
· 6 years ago
3925b2a
fw_printenv: Don't bail out directly after one env read error
by Joe Hershberger
· 6 years ago
919d25c
u-boot: Fix several typos
by Shyam Saini
· 6 years ago
94b233f
tools: env: Use getline rather than fgets when reading config/script
by Alex Kiernan
· 6 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
8a0b827
fw_printenv: Fix crash due to incorrect size for malloc'ed string.
by Kristian Amlie
· 7 years ago
dbc3432
tools: env: Implement atomic replace for filesystem
by Alex Kiernan
· 7 years ago
899b533
tools: env: Refactor write path of flash_io()
by Alex Kiernan
· 7 years ago
2deb3ca
tools: env: Fix CamelCasing style violation
by Alex Kiernan
· 7 years ago
c7f52c4
tools: env: Pass through indent
by Alex Kiernan
· 7 years ago
cd65551
tools/env: allow equal sign as key value separation
by Stefan Agner
· 7 years ago
d877a6c
Fix --noheader on fw_printenv
by Alex Kiernan
· 7 years ago
9e82087
tools: remove unused ret
by Jelle van der Waa
· 7 years ago
34255b9
tools: env: Add support for direct read/write UBI volumes
by S. Lockwood-Childs
· 7 years ago
c6831c7
env: Remove CONFIG_ENV_AES support
by Tom Rini
· 7 years ago
84d46e7
tools: env: allow to print U-Boot version
by Stefan Agner
· 7 years ago
3b306c3
tools: env: Add embedded.c to .gitignore
by Bin Meng
· 7 years ago
84a4206
env: Add 'envtools' target to 'make help'
by Simon Glass
· 7 years ago
5733295
env: Fix operation of 'make environ'
by Simon Glass
· 7 years ago
2d3229b
env: Fix out of tree building of tools-all
by Tom Rini
· 7 years ago
40fe89c
fix: fw_env: Prevent writing error message on special files, which don't support fsync
by Lukasz Majewski
· 7 years ago
382bee5
env: Rename setenv() to env_set()
by Simon Glass
· 7 years ago
7e99e14
tools/fw_env: use fsync to ensure that data is physically stored
by Michael Heimpold
· 11 years ago
ddc6a9d
tools/env: avoid memory leak in fw_setenv
by xypron.glpk@gmx.de
· 8 years ago
33f0086
env: fix memory leak in fw_env routines
by Stefano Babic
· 8 years ago
00c234f
env: add a version number to check API
by Stefano Babic
· 8 years ago
9d80b49
env: split fw_env.h in public and private parts
by Stefano Babic
· 8 years ago
b80c0b9
Rename aes.h to uboot_aes.h
by Stefano Babic
· 8 years ago
3b08252
tools: fix cross-compiling tools when HOSTCC is overridden
by Masahiro Yamada
· 8 years ago
333ee16
tools/env: fix environment alignment tests for block devices
by Max Krummenacher
· 8 years ago
d40dbfb
env: tool: add command line option to input lockfile path
by B, Ravi
· 8 years ago
24307d6
Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_buf: enforce offset to be start of environment
by Andreas Fenkart
· 8 years ago
ff95e57
tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf
by Andreas Fenkart
· 8 years ago
c6012bb
tools/env: pass bad block offset by value
by Andreas Fenkart
· 8 years ago
e2c9351
tools/env: factor out environment_end function
by Andreas Fenkart
· 8 years ago
4ed6f43
tools/env: soften warning about erase block alignment
by Andreas Fenkart
· 8 years ago
490365c
tools/env: return with error if redundant environments have unequal size
by Andreas Fenkart
· 8 years ago
183923d
tools/env: ensure environment starts at erase block boundary
by Andreas Fenkart
· 8 years ago
81c878d
tools: env: Fix format warnings in debug
by Marcin Niestroj
· 9 years ago
c5c41c4
tools/env: reuse fw_getenv in fw_printenv function
by Andreas Fenkart
· 8 years ago
1b7427c
tools/env: move envmatch further up in file to avoid forward declarations
by Andreas Fenkart
· 8 years ago
fd4e328
tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script
by Andreas Fenkart
· 8 years ago
f4742ca
tools/env: allow negative offsets
by Stefan Agner
· 8 years ago
14fb5b2
tools/env: complete environment device config early
by Stefan Agner
· 8 years ago
62a3b7d
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
14070e6
tools/env: allow to pass NULL for environment options
by Andreas Fenkart
· 8 years ago
81974f4
tools/env: no global variable sharing between application and library
by Andreas Fenkart
· 9 years ago
f71cee4
tools/env: compute size of usable area only once
by Andreas Fenkart
· 9 years ago
cedb341
tools/env: fw_printenv pass value_only as argument
by Andreas Fenkart
· 9 years ago
c3a23e8
tools/env: remove 'extern' from function prototype in fw_env.h
by Andreas Fenkart
· 9 years ago
dcdc1f6
tools/env: pass key as argument to env_aes_cbc_crypt
by Andreas Fenkart
· 9 years ago
925c97c
tools: env: fix config file loading in env library
by Anatolij Gustschin
· 9 years ago
43cb65b
tools: env: bug: config structs must be defined in tools library
by Andreas Fenkart
· 9 years ago
69067a3
tools: env: fw_parse_script: simplify removal of newline/carriage return
by Andreas Fenkart
· 9 years ago
938c29f
tools: env: split fw_string_blank into skip_chars / skip_blanks
by Andreas Fenkart
· 9 years ago
9583efc
tools: env: fw_string_blank: return from loop when item found
by Andreas Fenkart
· 9 years ago
10667e1
tools: env: replace WHITESPACE macro by isblank
by Andreas Fenkart
· 9 years ago
0e28065
Fix spelling of "comment".
by Vagrant Cascadian
· 9 years ago
b92ae3a
tools: env: update usage strings
by Andreas Fenkart
· 9 years ago
af93e3d
tools: env: factor out parse_common_args
by Andreas Fenkart
· 9 years ago
1ce6869
tools: env: shift optind arguments and fix argument indices
by Andreas Fenkart
· 9 years ago
371ee13
tools: env: parse aes key / suppress flag into argument struct
by Andreas Fenkart
· 9 years ago
07ce944
tools: env: introduce setenv/printenv argument structs
by Andreas Fenkart
· 9 years ago
8b27abd
tools: env: make parse_aes_key stateless
by Andreas Fenkart
· 9 years ago
167f525
tools: env validate: pass values as 0-based array
by Andreas Fenkart
· 9 years ago
69bf2d2
tools: env: include compiler.h
by Peter Robinson
· 9 years ago
2cb11b3
Allow fw env tools to be available as library
by Stefano Babic
· 9 years ago
9884f44
tools/env: allow config filename to be passed via command line argument
by Michael Heimpold
· 9 years ago
0b36738
tools/env/fw_env.h: Correct include order
by Peter Robinson
· 9 years ago
26e355d
Fix musl build
by Jörg Krause
· 10 years ago
1bfb922
fw_env.h: include autoconf.h
by Max Krummenacher
· 10 years ago
de19edd
add example for file on VFAT filesystem usage
by Waldemar Brodkorb
· 10 years ago
ea19527
tools/env: Fix environment size and CRC on 64-bit hosts
by Dominic Sacré
· 10 years ago
bdc7dc4
tools/env: change stripping strategy to allow no-stripping
by Thomas Petazzoni
· 10 years ago
5114879
kconfig: switch to Kconfig
by Masahiro Yamada
· 10 years ago
cd834a0
tools: env: Add aes.c placeholder
by Marek Vasut
· 11 years ago
d2a3e911
Merge branch 'u-boot/master'
by Albert ARIBAUD
· 11 years ago
229695f
fw_env.c: Switch get_config to use '%ms' in sscanf
by Tom Rini
· 11 years ago
a8a752c
env: Implement support for AES encryption into fw_* tools
by Marek Vasut
· 11 years ago
0128632
kbuild: rename SRCTREE to srctree
by Masahiro Yamada
· 11 years ago
4b774ff
fw_env: correct writes to devices with small erase blocks
by Dustin Byford
· 11 years ago
23869bf
fw_env: calculate default number of env sectors
by Dustin Byford
· 11 years ago
79fc0c5
tools/env: cross-compile fw_printenv without setting HOSTCC
by Masahiro Yamada
· 11 years ago
fea1ca8
Makefile: refactor include path settings
by Masahiro Yamada
· 11 years ago
940db16
tools: convert makefiles to kbuild style
by Masahiro Yamada
· 11 years ago
bb02c53
Makefile: do not create a symbolic link to arch/${ARCH}/include/asm
by Masahiro Yamada
· 11 years ago
3765b3e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
e387efb
fw_env: fix writing environment for mtd devices
by Oliver Metz
· 11 years ago
23ef62d
fw_env: add redundant env support for MTD_ABSENT
by Oliver Metz
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
Next »