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

1028 Commits (4d25507f3df9b7c06e04b40b6d42f895493c5435)

Author SHA1 Message Date
Robert P. J. Day 62a3b7dd08 Various, unrelated tree-wide typo fixes. 9 years ago
Simon Glass 9fa2819009 dm: core: Expand platdata for of-platdata devices 9 years ago
Simon Glass efefe1221b dtoc: Ignore the u-boot, dm-pre-reloc property 9 years ago
Simon Glass 162a7a4217 Only build the libfdt python module if 'swig' is available 9 years ago
Simon Glass 76bce10d21 dm: Add a more efficient libfdt library 9 years ago
Simon Glass 69f2ed7746 dm: Add a tool to generate C code from a device tree 9 years ago
Simon Glass ec564b47da dm: Add a library to provide simple device-tree access 9 years ago
Teddy Reed b6fefa76d0 mkimage: fix missing break for -p switch 9 years ago
Simon Glass 1152a05ee6 tools: Correct error handling in fit_image_process_hash() 9 years ago
Simon Glass 655cc69655 tools: Add an error code when fit_handle_file() fails 9 years ago
Simon Glass 51f03e6a75 mkimage: Show item lists for all categories 9 years ago
Simon Glass f24e10500f mkimage: Use generic code for showing an 'image type' error 9 years ago
Simon Glass 3066422512 mkimage: Allow display of a list of any image header category 9 years ago
Simon Glass 3a45f38d41 image: Correct auto-fit architecture property name 9 years ago
Simon Glass 58b2247542 mkimage: Drop blank line before main() 9 years ago
Simon Glass 63ef31b9ef mkimage: Drop premature setting of params.fit_image_type 9 years ago
Simon Glass e324a92531 mkimage: Require a data file when auto-fit is used 9 years ago
Simon Glass 3c23c0feac mkimage: Explain the auto-fit imagefile special case 9 years ago
Simon Glass 20deaddd46 mkimage: Honour the default image type with auto-fit 9 years ago
Bin Meng 94fbd3e37d tools: patman: Handle missing 'END' in non-last commit of a series 9 years ago
Bin Meng 57b6b190a8 tools: patman: Handle missing blank line for 'Series-changes' 9 years ago
Bin Meng 0d57718775 tools: patman: Generate cover letter correctly when 'END' is missing 9 years ago
Bin Meng 13b98d95ba tools: patman: Handle tag sections without an 'END' 9 years ago
Bin Meng e7df218c3b tools: patman: Use cover_match for 'Cover-letter' 9 years ago
Stefano Babic 969cd1fa6d mkimage -l is broken for images after gpimage 9 years ago
Vagrant Cascadian 5847084f6b Respect SOURCE_DATE_EPOCH when building FIT images. 9 years ago
Teddy Reed f8f9107d97 mkimage: fit: spl: Add an optional static offset for external data 9 years ago
Masahiro Yamada fc2661eebe tools: moveconfig: show suspicious boards with possible misconversion 9 years ago
Masahiro Yamada 96dccd9767 tools: moveconfig: simplify show_failed_boards() and show more info 9 years ago
Masahiro Yamada f432c33f27 tools: moveconfig: simplify source tree switching 9 years ago
Masahiro Yamada 5cc42a5184 tools: moveconfig: change class WorkDir to class ReferenceSource 9 years ago
Masahiro Yamada 5030159e27 tools: moveconfig: fix needless move for config with default 1 9 years ago
Masahiro Yamada cd51878e34 tools: fix define2mk.sed to not add quotes around negative integers 9 years ago
Joe Hershberger 6b96c1a1ca tools: moveconfig: Add a new --git-ref option 9 years ago
Joe Hershberger 06cc1d36d0 tools: moveconfig: New color used for changed defconfig 9 years ago
Joe Hershberger f2dae751fb tools: moveconfig: Fix another typo 9 years ago
Masahiro Yamada e307fa9d89 tools: moveconfig: make Slot.poll() more readable with helper methods 9 years ago
Masahiro Yamada 6a9f79f712 tools: moveconfig: allow to run without any CONFIG specified 9 years ago
Masahiro Yamada 8513dc0485 tools: moveconfig: add --force-sync option 9 years ago
Masahiro Yamada c8e1b10d07 tools: moveconfig: report when defconfig is updated 9 years ago
Masahiro Yamada 5da4f857be tools: moveconfig: report when CONFIGs are removed by savedefconfig 9 years ago
Masahiro Yamada c1c4d0f056 tools: moveconfig: display log when savedefconfig occurs 9 years ago
Masahiro Yamada 7fb0bacd38 tools: moveconfig: skip savedefconfig if .config was not updated 9 years ago
Masahiro Yamada 4efef998cd tools: moveconfig: refactor code to go back to idle state 9 years ago
Masahiro Yamada 1d085568b3 tools: moveconfig: display log atomically in more readable format 9 years ago
Masahiro Yamada 522e8dcb4c tools: moveconfig: move log output code out of Kconfig Parser class 9 years ago
Masahiro Yamada 1f16992ee9 tools: moveconfig: compute file paths just once 9 years ago
Masahiro Yamada b6ef393ad7 tools: moveconfig: allow to give CONFIG names as argument directly 9 years ago
Masahiro Yamada b134bc1354 tools: moveconfig: drop code for handling type and default value 9 years ago
Masahiro Yamada cc008299f8 tools: moveconfig: do not rely on type and default value given by users 9 years ago