Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
33848eb53e00156bb6bade1955b09d12daeffdc6
/
tools
/
env
/
fw_env.c
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
9d80b49
env: split fw_env.h in public and private parts
by Stefano Babic
· 8 years ago
333ee16
tools/env: fix environment alignment tests for block devices
by Max Krummenacher
· 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
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
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
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
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
9884f44
tools/env: allow config filename to be passed via command line argument
by Michael Heimpold
· 9 years ago
26e355d
Fix musl build
by Jörg Krause
· 10 years ago
ea19527
tools/env: Fix environment size and CRC on 64-bit hosts
by Dominic Sacré
· 10 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
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
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
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
586197d
env: Check for NULL pointer in envmatch()
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
aa701b9
tools/env: allow overwrite of ethaddr on default
by Grant Erickson
· 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
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
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
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
bc11756
Propagate Error Status to the Shell on fw_printenv Errors
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
f07217c
Fix array overflow with fw_setenv on uninitialised environment
by Wolfgang Denk
· 19 years ago
e2146b6
Fix error handling in tools/env/fw_env.c Patch by Ara Avanesyan, 01 Feb 2005
by Wolfgang Denk
· 19 years ago
e2ffd59
* Code cleanup, mostly for GCC-3.3.x
by wdenk
· 20 years ago
592c5ca
Patch by Murray Jensen, 20 Jun 2003:
by wdenk
· 21 years ago
4a6fd34
* Patch by Lutz Dennig, 10 Apr 2003: Update for R360MPI board
by wdenk
· 22 years ago
6069ff2
* Add support for 16 MB flash configuration of TRAB board
by wdenk
· 22 years ago
ad10dd9
Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).
by stroese
· 22 years ago
d0fb80c
* Restrict baudrate settings on LWMON to higher speeds when watchdog is on
by wdenk
· 22 years ago
6aff311
* Use 1-byte-read instead of -write for iprobe() function
by wdenk
· 22 years ago