Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/182e10691f378987b53c64ee0347d542e4924ef6
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
7 additions and
4 deletions
CHANGELOG
include/asm-ppc/processor.h
@ -2,6 +2,9 @@
Changes for U-Boot 1.1.4:
======================================================================
* Correct PPC Timebase register definitions (SPRN_TBRL...)
Patch by Stefan Roese, 07 Nov 2005
* Adjust bd->bi_flashstart on Yellowstone & Yosemite to correct size
Patch by Stefan Roese, 05 Nov 2005
@ -310,10 +310,10 @@
# define SPRN_TBHU 0x3CC /* Time Base High User-mode */
# define SPRN_TBLO 0x3DD /* Time Base Low */
# define SPRN_TBLU 0x3CD /* Time Base Low User-mode */
# define SPRN_TBRL 0x10D /* Time Base Read Lower Register */
# define SPRN_TBRU 0x10C /* Time Base Read Upper Register */
# define SPRN_TBWL 0x11D /* Time Base Write Lower Register */
# define SPRN_TBWU 0x11C /* Time Base Write Upper Register */
# define SPRN_TBRL 0x10C /* Time Base Read Lower Register */
# define SPRN_TBRU 0x10D /* Time Base Read Upper Register */
# define SPRN_TBWL 0x11C /* Time Base Write Lower Register */
# define SPRN_TBWU 0x11D /* Time Base Write Upper Register */
# ifndef CONFIG_BOOKE
# define SPRN_TCR 0x3DA /* Timer Control Register */
# else