Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/da8808df7a9cef5a3d2ee286ef9ebf9de1780660/lib_generic You should set ROOT_URL correctly, otherwise the web may not work correctly.
upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
 
 
 
 
 
 
u-boot/lib_generic
Bartlomiej Sieka 0ede0c3835 Add the MD5 algorithm 17 years ago
..
Makefile Add the MD5 algorithm 17 years ago
bzlib.c [new uImage] Move gunzip() common code to common/gunzip.c 17 years ago
bzlib_crctable.c
bzlib_decompress.c * Patch by Pantelis Antoniou, 14 Sep 2004: 21 years ago
bzlib_huffman.c
bzlib_private.h
bzlib_randtable.c
crc32.c disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. 18 years ago
ctype.c
display_options.c [PATCH 3_9] Move buffer print code from md command to common function 18 years ago
div64.c Move 64bit division from avr32 to generic lib 18 years ago
ldiv.c
lmb.c [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images 17 years ago
md5.c Add the MD5 algorithm 17 years ago
sha1.c Coding style cleanup; update CHANGELOG. 18 years ago
string.c Scheduled for removal: strnicmp() which is unused 19 years ago
vsprintf.c Fix 64-bit vsprintf. 18 years ago
zlib.c