Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/ed2cf548cac80cd3cf8154dcfe7b2685bef45938/board/qemu-mips 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/board/qemu-mips
Vlad Lungu 0764c164fe MIPS:Target support for qemu -M mips 17 years ago
..
Makefile MIPS:Target support for qemu -M mips 17 years ago
README MIPS:Target support for qemu -M mips 17 years ago
config.mk MIPS:Target support for qemu -M mips 17 years ago
flash.c MIPS:Target support for qemu -M mips 17 years ago
lowlevel_init.S MIPS:Target support for qemu -M mips 17 years ago
qemu-mips.c MIPS:Target support for qemu -M mips 17 years ago
u-boot.lds MIPS:Target support for qemu -M mips 17 years ago

README

By Vlad Lungu vlad@comsys.ro 2007-Oct-01
----------------------------------------
Qemu is a full system emulator. See

http://fabrice.bellard.free.fr/qemu

Limitations & comments
----------------------
Supports the "-m mips" configuration of qemu: serial,NE2000,IDE.
Support is big endian only for now (or at least this is what I tested).
Derived from au1x00 with a lot of things cut out.