Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commits/commit/96e5b03c8ab749b6547f6a3ceb4d4b9f274211aa/tools/env You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

101 Commits (96e5b03c8ab749b6547f6a3ceb4d4b9f274211aa)

Author SHA1 Message Date
Andreas Fenkart b92ae3af6e tools: env: update usage strings 9 years ago
Andreas Fenkart af93e3d8ab tools: env: factor out parse_common_args 9 years ago
Andreas Fenkart 1ce686978c tools: env: shift optind arguments and fix argument indices 9 years ago
Andreas Fenkart 371ee13760 tools: env: parse aes key / suppress flag into argument struct 9 years ago
Andreas Fenkart 07ce944021 tools: env: introduce setenv/printenv argument structs 9 years ago
Andreas Fenkart 8b27abd8ab tools: env: make parse_aes_key stateless 9 years ago
Andreas Fenkart 167f525871 tools: env validate: pass values as 0-based array 9 years ago
Peter Robinson 69bf2d2faf tools: env: include compiler.h 9 years ago
Stefano Babic 2cb11b35e8 Allow fw env tools to be available as library 9 years ago
Michael Heimpold 9884f44cab tools/env: allow config filename to be passed via command line argument 9 years ago
Peter Robinson 0b367380a5 tools/env/fw_env.h: Correct include order 10 years ago
Jörg Krause 26e355d131 Fix musl build 10 years ago
Max Krummenacher 1bfb9222ae fw_env.h: include autoconf.h 10 years ago
Waldemar Brodkorb de19eddf6c add example for file on VFAT filesystem usage 10 years ago
Dominic Sacré ea19527c20 tools/env: Fix environment size and CRC on 64-bit hosts 11 years ago
Thomas Petazzoni bdc7dc4595 tools/env: change stripping strategy to allow no-stripping 11 years ago
Masahiro Yamada 51148790f2 kconfig: switch to Kconfig 11 years ago
Marek Vasut cd834a053b tools: env: Add aes.c placeholder 11 years ago
Tom Rini 229695fee9 fw_env.c: Switch get_config to use '%ms' in sscanf 11 years ago
Marek Vasut a8a752c084 env: Implement support for AES encryption into fw_* tools 11 years ago
Masahiro Yamada 01286329b2 kbuild: rename SRCTREE to srctree 11 years ago
Dustin Byford 4b774ff114 fw_env: correct writes to devices with small erase blocks 11 years ago
Dustin Byford 23869bf80b fw_env: calculate default number of env sectors 11 years ago
Masahiro Yamada 79fc0c5f49 tools/env: cross-compile fw_printenv without setting HOSTCC 11 years ago
Masahiro Yamada fea1ca8e34 Makefile: refactor include path settings 11 years ago
Masahiro Yamada 940db16d2e tools: convert makefiles to kbuild style 11 years ago
Masahiro Yamada bb02c53660 Makefile: do not create a symbolic link to arch/${ARCH}/include/asm 12 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 12 years ago
Oliver Metz e387efbd65 fw_env: fix writing environment for mtd devices 12 years ago
Oliver Metz 23ef62d741 fw_env: add redundant env support for MTD_ABSENT 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Joe Hershberger 785881f775 env: Add redundant env support to UBI env 12 years ago
Joe Hershberger 2b74433f36 env: Add support for UBI environment 12 years ago
Lubomir Rintel f1932b7850 env: Allow accessing non-mtd devices 12 years ago
Robert P. J. Day 5501153917 Fix a couple typoes in tools/env/README 12 years ago
Robert P. J. Day 7789df9dc6 fw_env.config: Correct "fw_saveenv" to "fw_setenv". 12 years ago
Tom Rini e3c52f2b87 Revert "fw_env: fix building w/out a config.h" 12 years ago
Mike Frysinger 92ace272d0 fw_env: fix building w/out a config.h 12 years ago
Mike Frysinger 7a546db2ff fw_env: fix incorrect usage of open(O_CREAT) 12 years ago
Mike Frysinger 3779c8e319 fw_env: fix type of len 12 years ago
Joe Hershberger 1d6cd0a3f6 env: Handle write-once ethaddr and serial# generically 12 years ago
Joe Hershberger 267541f776 env: Add support for access control to .flags 12 years ago
Joe Hershberger 30fd4fadb3 tools/env: Add environment variable flags support 12 years ago
Joe Hershberger ddd8418f7f env: cosmetic: Consilidate the default env definition 13 years ago
Joe Hershberger 74620e1c94 tools/env: Improve debug prints 13 years ago
Joe Hershberger ce2f580017 tools/env: Fix variable delete operation 13 years ago
Joe Hershberger 06134211ee tools/env: Fix build failure from missing header include 13 years ago
Joe Hershberger 1c4ea78aa7 tools: Add a README note about fw_printenv lock file 13 years ago
Joe Hershberger 586197dfe4 env: Check for NULL pointer in envmatch() 13 years ago
Joe Hershberger e4a223f04d tools/env: Serialize calls to fw_*env 13 years ago