aboutsummaryrefslogtreecommitdiff
path: root/tools/env/fw_env.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-25tools/env/fw_env.h: remove env.hRomain Naour1-1/+0
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-2/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini1-5/+0
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-04-12env: fix memory leak in fw_env routinesStefano Babic1-3/+14
2017-04-12env: add a version number to check APIStefano Babic1-0/+15
2017-04-12env: split fw_env.h in public and private partsStefano Babic1-50/+1
2017-04-12Rename aes.h to uboot_aes.hStefano Babic1-1/+1
2016-10-08env: tool: add command line option to input lockfile pathB, Ravi1-0/+1
2016-07-22tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_scriptAndreas Fenkart1-1/+114
2016-05-27tools/env: no global variable sharing between application and libraryAndreas Fenkart1-18/+7
2016-05-27tools/env: fw_printenv pass value_only as argumentAndreas Fenkart1-2/+2
2016-05-27tools/env: remove 'extern' from function prototype in fw_env.hAndreas Fenkart1-8/+8
2016-02-08tools: env: parse aes key / suppress flag into argument structAndreas Fenkart1-0/+15
2016-02-08tools: env: introduce setenv/printenv argument structsAndreas Fenkart1-0/+9
2015-06-18tools/env/fw_env.h: Correct include orderPeter Robinson1-1/+2
2015-05-05fw_env.h: include autoconf.hMax Krummenacher1-0/+1
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-12-20Revert "fw_env: fix building w/out a config.h"Tom Rini1-0/+25
2012-12-19fw_env: fix building w/out a config.hMike Frysinger1-25/+0
2012-10-15tools/env: Use a board-specific default envJoe Hershberger1-0/+19
2012-02-11fw_env.h: fix commentFrans Meulenbroeks1-2/+2
2012-01-05fw_env.h: added a few missing definesFrans Meulenbroeks1-0/+4
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk1-1/+1
2011-04-12Add support for dataflash to U-boot environment settings tool.Remy Bohmer1-2/+0
2010-06-29Tools: set multiple variable with fw_setenv utilityStefano Babic1-0/+4
2008-05-21Big white-space cleanup.Wolfgang Denk1-3/+3
2008-05-09Propagate Error Status to the Shell on fw_printenv ErrorsGrant Erickson1-2/+2
2008-01-08tools: fix fw_printenv tool to compile againMarkus Klotzbücher1-3/+3
2005-11-20Change all '$(...)' variable references into '${...}'Wolfgang Denk1-2/+2
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-2/+2
2003-04-20* Make sure Block Lock Bits get cleared in R360MPI flash driverwdenk1-1/+1
2003-01-11* Restrict baudrate settings on LWMON to higher speedsLABEL_2003_01_11_1050wdenk1-0/+10
2002-12-17* Use 1-byte-read instead of -write for iprobe() functionwdenk1-0/+44