Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0d685b1556a24bd7ef11f2274f6291c81ba2af47
/
tools
/
env
5a364df
tools/env: soften warning about erase block alignment
by Andreas Fenkart
· 8 years ago
31f2e05
tools/env: return with error if redundant environments have unequal size
by Andreas Fenkart
· 8 years ago
bf9beea
tools/env: ensure environment starts at erase block boundary
by Andreas Fenkart
· 8 years ago
2089073
tools: env: Fix format warnings in debug
by Marcin Niestroj
· 9 years ago
33aaef9
tools/env: reuse fw_getenv in fw_printenv function
by Andreas Fenkart
· 8 years ago
3ff1074
tools/env: move envmatch further up in file to avoid forward declarations
by Andreas Fenkart
· 8 years ago
c4a722c
tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script
by Andreas Fenkart
· 8 years ago
b21e602
tools/env: allow negative offsets
by Stefan Agner
· 8 years ago
21dbd6a
tools/env: complete environment device config early
by Stefan Agner
· 8 years ago
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
e651130
tools/env: allow to pass NULL for environment options
by Andreas Fenkart
· 8 years ago
2437190
tools/env: no global variable sharing between application and library
by Andreas Fenkart
· 9 years ago
b8bf404
tools/env: compute size of usable area only once
by Andreas Fenkart
· 9 years ago
87bcee4
tools/env: fw_printenv pass value_only as argument
by Andreas Fenkart
· 9 years ago
576d08e
tools/env: remove 'extern' from function prototype in fw_env.h
by Andreas Fenkart
· 9 years ago
edcaee6
tools/env: pass key as argument to env_aes_cbc_crypt
by Andreas Fenkart
· 9 years ago
e89ead3
tools: env: fix config file loading in env library
by Anatolij Gustschin
· 9 years ago
7fce4e2
tools: env: bug: config structs must be defined in tools library
by Andreas Fenkart
· 9 years ago
e3ff0dc
tools: env: fw_parse_script: simplify removal of newline/carriage return
by Andreas Fenkart
· 9 years ago
191d26f
tools: env: split fw_string_blank into skip_chars / skip_blanks
by Andreas Fenkart
· 9 years ago
e42c68e
tools: env: fw_string_blank: return from loop when item found
by Andreas Fenkart
· 9 years ago
d0e12cb
tools: env: replace WHITESPACE macro by isblank
by Andreas Fenkart
· 9 years ago
3464566
Fix spelling of "comment".
by Vagrant Cascadian
· 9 years ago
9b5a28b
tools: env: update usage strings
by Andreas Fenkart
· 9 years ago
6726fc4
tools: env: factor out parse_common_args
by Andreas Fenkart
· 9 years ago
14908ef
tools: env: shift optind arguments and fix argument indices
by Andreas Fenkart
· 9 years ago
aa01f8d
tools: env: parse aes key / suppress flag into argument struct
by Andreas Fenkart
· 9 years ago
33e9177
tools: env: introduce setenv/printenv argument structs
by Andreas Fenkart
· 9 years ago
a34e5c5
tools: env: make parse_aes_key stateless
by Andreas Fenkart
· 9 years ago
4e336ee
tools: env validate: pass values as 0-based array
by Andreas Fenkart
· 9 years ago
656ee04
tools: env: include compiler.h
by Peter Robinson
· 9 years ago
b7c3b3f
Allow fw env tools to be available as library
by Stefano Babic
· 9 years ago
211e17b
tools/env: allow config filename to be passed via command line argument
by Michael Heimpold
· 9 years ago
217f95b
tools/env/fw_env.h: Correct include order
by Peter Robinson
· 9 years ago
983487f
Fix musl build
by Jörg Krause
· 10 years ago
2842885
fw_env.h: include autoconf.h
by Max Krummenacher
· 10 years ago
63a7ff9
add example for file on VFAT filesystem usage
by Waldemar Brodkorb
· 10 years ago
6da7466
tools/env: Fix environment size and CRC on 64-bit hosts
by Dominic Sacré
· 10 years ago
66be1ae
tools/env: change stripping strategy to allow no-stripping
by Thomas Petazzoni
· 10 years ago
60bb734
kconfig: switch to Kconfig
by Masahiro Yamada
· 10 years ago
285c435
tools: env: Add aes.c placeholder
by Marek Vasut
· 11 years ago
6284547
Merge branch 'u-boot/master'
by Albert ARIBAUD
· 11 years ago
313e912
fw_env.c: Switch get_config to use '%ms' in sscanf
by Tom Rini
· 11 years ago
05ed2a5
env: Implement support for AES encryption into fw_* tools
by Marek Vasut
· 11 years ago
ff51704
kbuild: rename SRCTREE to srctree
by Masahiro Yamada
· 11 years ago
0983cad
fw_env: correct writes to devices with small erase blocks
by Dustin Byford
· 11 years ago
2f6df46
fw_env: calculate default number of env sectors
by Dustin Byford
· 11 years ago
9563d57
tools/env: cross-compile fw_printenv without setting HOSTCC
by Masahiro Yamada
· 11 years ago
0302445
Makefile: refactor include path settings
by Masahiro Yamada
· 11 years ago
f243180
tools: convert makefiles to kbuild style
by Masahiro Yamada
· 11 years ago
49a88e3
Makefile: do not create a symbolic link to arch/${ARCH}/include/asm
by Masahiro Yamada
· 11 years ago
bd8ec7e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
e9c66ab
fw_env: fix writing environment for mtd devices
by Oliver Metz
· 11 years ago
e745d4c
fw_env: add redundant env support for MTD_ABSENT
by Oliver Metz
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
db14e86
env: Add redundant env support to UBI env
by Joe Hershberger
· 12 years ago
0c5faa8
env: Add support for UBI environment
by Joe Hershberger
· 12 years ago
57cb6a3
env: Allow accessing non-mtd devices
by Lubomir Rintel
· 12 years ago
7678513
Fix a couple typoes in tools/env/README
by Robert P. J. Day
· 12 years ago
3783732
fw_env.config: Correct "fw_saveenv" to "fw_setenv".
by Robert P. J. Day
· 12 years ago
cfd1e54
Revert "fw_env: fix building w/out a config.h"
by Tom Rini
· 12 years ago
469c6ad
fw_env: fix building w/out a config.h
by Mike Frysinger
· 12 years ago
54512f7
fw_env: fix incorrect usage of open(O_CREAT)
by Mike Frysinger
· 12 years ago
178ec77
fw_env: fix type of len
by Mike Frysinger
· 12 years ago
2289ec1
env: Handle write-once ethaddr and serial# generically
by Joe Hershberger
· 12 years ago
6fe26c9
env: Add support for access control to .flags
by Joe Hershberger
· 12 years ago
dd7750a
tools/env: Add environment variable flags support
by Joe Hershberger
· 12 years ago
8132114
env: cosmetic: Consilidate the default env definition
by Joe Hershberger
· 12 years ago
a8dd2c6
tools/env: Improve debug prints
by Joe Hershberger
· 12 years ago
03bf21d
tools/env: Fix variable delete operation
by Joe Hershberger
· 12 years ago
e79a91f
tools/env: Fix build failure from missing header include
by Joe Hershberger
· 12 years ago
ef2fc1b
tools: Add a README note about fw_printenv lock file
by Joe Hershberger
· 12 years ago
dd000dd
env: Check for NULL pointer in envmatch()
by Joe Hershberger
· 12 years ago
3f1f175
tools/env: Serialize calls to fw_*env
by Joe Hershberger
· 12 years ago
bee337e
tools/env: Don't call env_init() in fw_getenv()
by Joe Hershberger
· 12 years ago
ed97f4c
tools/env: Remove unneeded complexity
by Joe Hershberger
· 12 years ago
671adc4
tools/env: Use a board-specific default env
by Joe Hershberger
· 12 years ago
0b3176c
COMMON: Use __stringify() instead of MK_STR()
by Marek Vasut
· 12 years ago
eb6aaeb
fw_env: Add env vars describing U-Boot target board
by Benoît Thébaudeau
· 12 years ago
0d83433
Strip fw_printenv like the other tools
by Loïc Minier
· 13 years ago
014117d
fw_env.h: fix comment
by Frans Meulenbroeks
· 13 years ago
528178a
tools/env: allow overwrite of ethaddr on default
by Grant Erickson
· 13 years ago
416ef38
fw_env.h: added a few missing defines
by Frans Meulenbroeks
· 13 years ago
b42e76b
tools/env: use lib/crc32.c directly
by Andreas Bießmann
· 13 years ago
e4da248
common: cosmetic: CONFIG_BOOTFILE checkpatch compliance
by Joe Hershberger
· 13 years ago
257ff78
common: cosmetic: CONFIG_ROOTPATH checkpatch compliance
by Joe Hershberger
· 13 years ago
d598271
fix compile warning for env tools
by Luka Perkov
· 13 years ago
8f399b3
ARM: drop unsupported 'trab' board
by Wolfgang Denk
· 14 years ago
ece4b57
tools/env: document current cross-compilation issues and workaround
by Luca Ceresoli
· 14 years ago
93ccd47
tools/env: fix redundant env flag comparison
by Jon Povey
· 14 years ago
cb969eb
Add support for dataflash to U-boot environment settings tool.
by Remy Bohmer
· 14 years ago
302141d
Coding Style (white space) cleanup
by Wolfgang Denk
· 14 years ago
4683c4b
tools/env: cleanup host build flags
by Daniel Hobi
· 14 years ago
9756b2e
tools/env: use host build flags
by Mike Frysinger
· 14 years ago
6a20a32
tools/env: fail on invalid options
by Daniel Hobi
· 14 years ago
6c55426
tools/env: allow option "-n" for fw_printenv
by Daniel Hobi
· 14 years ago
2111d3e
tools/env/fw_printenv: Make redundant env work on locked flashes also
by Detlev Zundel
· 14 years ago
ada628b
Tools: set multiple variable with fw_setenv utility
by Stefano Babic
· 15 years ago
685b7f5
Rename lib_generic/ to lib/
by Peter Tyser
· 15 years ago
5b4eba2
Fix a typo in fw_env.config
by Martin Michlmayr
· 16 years ago
Next »