Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/ca3ed07dafd6152cb9957bd7bf48dc25f045dfe0/test/dm 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/test/dm
Przemyslaw Marczak c48cb7ebfb sandbox: add ADC unit tests 10 years ago
..
Kconfig
Makefile sandbox: add ADC unit tests 10 years ago
adc.c sandbox: add ADC unit tests 10 years ago
bus.c dm: Rename dev_get_parentdata() to dev_get_parent_priv() 10 years ago
clk.c dm: test: Add tests for the clk uclass 10 years ago
cmd_dm.c devres: add debug command to dump device resources 10 years ago
core.c dm: test: Show the amount of leaked memory on error 10 years ago
eth.c dm: test: Add a new test case against dm eth codes for NULL pointer access 10 years ago
gpio.c
i2c.c
led.c dm: test: Add a test for the LED uclass 10 years ago
mmc.c dm: test: Add a test for the mmc uclass 10 years ago
pci.c dm: pci: Allow PCI bus numbering aliases 10 years ago
pmic.c
ram.c dm: test: Add a test for the ram uclass 10 years ago
regmap.c test: Add a test for regmap 10 years ago
regulator.c dm: pmic: Split output from function 10 years ago
remoteproc.c test: Add basic tests for remoteproc 10 years ago
reset.c dm: test: Add a test for the reset uclass 10 years ago
rtc.c
sf.c
spi.c
syscon.c dm: test: Add a test for the system controller uclass 10 years ago
test-dm.sh
test-driver.c
test-fdt.c
test-main.c dm: test: Allow test names to leave out the dm_test_ prefix 10 years ago
test-uclass.c
usb.c