Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
ace3be4f15875d74344336b9754c14274f940969
/
tools
/
env
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
785881f
env: Add redundant env support to UBI env
by Joe Hershberger
· 12 years ago
2b74433
env: Add support for UBI environment
by Joe Hershberger
· 12 years ago
f1932b7
env: Allow accessing non-mtd devices
by Lubomir Rintel
· 12 years ago
5501153
Fix a couple typoes in tools/env/README
by Robert P. J. Day
· 12 years ago
7789df9
fw_env.config: Correct "fw_saveenv" to "fw_setenv".
by Robert P. J. Day
· 12 years ago
e3c52f2
Revert "fw_env: fix building w/out a config.h"
by Tom Rini
· 12 years ago
92ace27
fw_env: fix building w/out a config.h
by Mike Frysinger
· 12 years ago
7a546db
fw_env: fix incorrect usage of open(O_CREAT)
by Mike Frysinger
· 12 years ago
3779c8e
fw_env: fix type of len
by Mike Frysinger
· 12 years ago
1d6cd0a
env: Handle write-once ethaddr and serial# generically
by Joe Hershberger
· 12 years ago
267541f
env: Add support for access control to .flags
by Joe Hershberger
· 12 years ago
30fd4fad
tools/env: Add environment variable flags support
by Joe Hershberger
· 12 years ago
ddd8418
env: cosmetic: Consilidate the default env definition
by Joe Hershberger
· 12 years ago
74620e1
tools/env: Improve debug prints
by Joe Hershberger
· 12 years ago
ce2f580
tools/env: Fix variable delete operation
by Joe Hershberger
· 12 years ago
0613421
tools/env: Fix build failure from missing header include
by Joe Hershberger
· 12 years ago
1c4ea78
tools: Add a README note about fw_printenv lock file
by Joe Hershberger
· 12 years ago
586197d
env: Check for NULL pointer in envmatch()
by Joe Hershberger
· 12 years ago
e4a223f
tools/env: Serialize calls to fw_*env
by Joe Hershberger
· 12 years ago
d9acae1
tools/env: Don't call env_init() in fw_getenv()
by Joe Hershberger
· 12 years ago
62a34a0
tools/env: Remove unneeded complexity
by Joe Hershberger
· 12 years ago
497f205
tools/env: Use a board-specific default env
by Joe Hershberger
· 12 years ago
5368c55
COMMON: Use __stringify() instead of MK_STR()
by Marek Vasut
· 12 years ago
8ae51ae
fw_env: Add env vars describing U-Boot target board
by Benoît Thébaudeau
· 12 years ago
3648ff2
Strip fw_printenv like the other tools
by Loïc Minier
· 13 years ago
9cbfee6
fw_env.h: fix comment
by Frans Meulenbroeks
· 13 years ago
aa701b9
tools/env: allow overwrite of ethaddr on default
by Grant Erickson
· 13 years ago
5d5cc38
fw_env.h: added a few missing defines
by Frans Meulenbroeks
· 13 years ago
dca61f0
tools/env: use lib/crc32.c directly
by Andreas Bießmann
· 13 years ago
b3f44c2
common: cosmetic: CONFIG_BOOTFILE checkpatch compliance
by Joe Hershberger
· 13 years ago
8b3637c
common: cosmetic: CONFIG_ROOTPATH checkpatch compliance
by Joe Hershberger
· 13 years ago
8603b69
fix compile warning for env tools
by Luka Perkov
· 13 years ago
566e5cf
ARM: drop unsupported 'trab' board
by Wolfgang Denk
· 14 years ago
56c1769
tools/env: document current cross-compilation issues and workaround
by Luca Ceresoli
· 14 years ago
735eb0f
tools/env: fix redundant env flag comparison
by Jon Povey
· 14 years ago
9eeaa8e
Add support for dataflash to U-boot environment settings tool.
by Remy Bohmer
· 14 years ago
844f07d
Coding Style (white space) cleanup
by Wolfgang Denk
· 14 years ago
02bd475
tools/env: cleanup host build flags
by Daniel Hobi
· 14 years ago
abd315a
tools/env: use host build flags
by Mike Frysinger
· 14 years ago
29ccd7c
tools/env: fail on invalid options
by Daniel Hobi
· 14 years ago
122bc08
tools/env: allow option "-n" for fw_printenv
by Daniel Hobi
· 14 years ago
0aef7bc
tools/env/fw_printenv: Make redundant env work on locked flashes also
by Detlev Zundel
· 14 years ago
bd7b26f
Tools: set multiple variable with fw_setenv utility
by Stefano Babic
· 14 years ago
78acc47
Rename lib_generic/ to lib/
by Peter Tyser
· 15 years ago
2252577
Fix a typo in fw_env.config
by Martin Michlmayr
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
c68a05f
Adds two more ethernet interface to 83xx
by richardretanubun
· 16 years ago
0e8d158
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
5608692
fw_env: add NAND support
by Guennadi Liakhovetski
· 16 years ago
1711f3b
fw_env.c: fix build problems with MTD_VERSION=old
by Wolfgang Denk
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
bc11756
Propagate Error Status to the Shell on fw_printenv Errors
by Grant Erickson
· 17 years ago
f3b6d52
Fix Compilation Errors with 'tools/env/fw_printenv'
by Grant Erickson
· 17 years ago
c83d7ca
Fix compile problem with new env code.
by Wolfgang Denk
· 17 years ago
6de66b3
tools: fix fw_printenv tool to compile again
by Markus Klotzbücher
· 17 years ago
f932863
Add support for a saving build objects in a separate directory.
by Marian Balakowicz
· 18 years ago
Next »