Commit Graph

160 Commits (lime2-spi)

Author SHA1 Message Date
Matt Weber e1df3fa364 include/version.h: workaround sysroot inc order 6 years ago
Tom Rini 168de20f3b Revert "fw_printenv: Don't bail out directly after one env read error" 6 years ago
Joe Hershberger 3925b2ac97 fw_printenv: Don't bail out directly after one env read error 6 years ago
Shyam Saini 919d25c920 u-boot: Fix several typos 6 years ago
Alex Kiernan 94b233f443 tools: env: Use getline rather than fgets when reading config/script 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Kristian Amlie 8a0b827b1a fw_printenv: Fix crash due to incorrect size for malloc'ed string. 6 years ago
Alex Kiernan dbc3432379 tools: env: Implement atomic replace for filesystem 6 years ago
Alex Kiernan 899b5338fa tools: env: Refactor write path of flash_io() 6 years ago
Alex Kiernan 2deb3cac08 tools: env: Fix CamelCasing style violation 6 years ago
Alex Kiernan c7f52c4b6e tools: env: Pass through indent 6 years ago
Stefan Agner cd655514aa tools/env: allow equal sign as key value separation 6 years ago
Alex Kiernan d877a6c50e Fix --noheader on fw_printenv 6 years ago
Jelle van der Waa 9e82087cef tools: remove unused ret 6 years ago
S. Lockwood-Childs 34255b92e6 tools: env: Add support for direct read/write UBI volumes 7 years ago
Tom Rini c6831c74a9 env: Remove CONFIG_ENV_AES support 7 years ago
Stefan Agner 84d46e7e89 tools: env: allow to print U-Boot version 7 years ago
Bin Meng 3b306c37cd tools: env: Add embedded.c to .gitignore 7 years ago
Simon Glass 84a42069f2 env: Add 'envtools' target to 'make help' 7 years ago
Simon Glass 5733295714 env: Fix operation of 'make environ' 7 years ago
Tom Rini 2d3229bea2 env: Fix out of tree building of tools-all 7 years ago
Lukasz Majewski 40fe89c6e8 fix: fw_env: Prevent writing error message on special files, which don't support fsync 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Michael Heimpold 7e99e14d4b tools/fw_env: use fsync to ensure that data is physically stored 7 years ago
xypron.glpk@gmx.de ddc6a9de05 tools/env: avoid memory leak in fw_setenv 7 years ago
Stefano Babic 33f0086cb7 env: fix memory leak in fw_env routines 7 years ago
Stefano Babic 00c234f38f env: add a version number to check API 7 years ago
Stefano Babic 9d80b49a67 env: split fw_env.h in public and private parts 7 years ago
Stefano Babic b80c0b9934 Rename aes.h to uboot_aes.h 7 years ago
Masahiro Yamada 3b0825296a tools: fix cross-compiling tools when HOSTCC is overridden 7 years ago
Max Krummenacher 333ee16d04 tools/env: fix environment alignment tests for block devices 8 years ago
B, Ravi d40dbfb740 env: tool: add command line option to input lockfile path 8 years ago
Andreas Fenkart 24307d6337 Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_buf: enforce offset to be start of environment 8 years ago
Andreas Fenkart ff95e579cf tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf 8 years ago
Andreas Fenkart c6012bbce6 tools/env: pass bad block offset by value 8 years ago
Andreas Fenkart e2c9351d5a tools/env: factor out environment_end function 8 years ago
Andreas Fenkart 4ed6f4318b tools/env: soften warning about erase block alignment 8 years ago
Andreas Fenkart 490365c38f tools/env: return with error if redundant environments have unequal size 8 years ago
Andreas Fenkart 183923d3e4 tools/env: ensure environment starts at erase block boundary 8 years ago
Marcin Niestroj 81c878dd3c tools: env: Fix format warnings in debug 8 years ago
Andreas Fenkart c5c41c45b1 tools/env: reuse fw_getenv in fw_printenv function 8 years ago
Andreas Fenkart 1b7427cd2a tools/env: move envmatch further up in file to avoid forward declarations 8 years ago
Andreas Fenkart fd4e3280e5 tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script 8 years ago
Stefan Agner f4742ca0fb tools/env: allow negative offsets 8 years ago
Stefan Agner 14fb5b252a tools/env: complete environment device config early 8 years ago
Robert P. J. Day 62a3b7dd08 Various, unrelated tree-wide typo fixes. 8 years ago
Andreas Fenkart 14070e69ad tools/env: allow to pass NULL for environment options 8 years ago
Andreas Fenkart 81974f4479 tools/env: no global variable sharing between application and library 8 years ago
Andreas Fenkart f71cee4bfc tools/env: compute size of usable area only once 8 years ago
Andreas Fenkart cedb341e7f tools/env: fw_printenv pass value_only as argument 8 years ago