Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/c67e12e705b204cfe914e3e3e693d69a445dcabf
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
3 deletions
cpu/mcf532x/start.S
include/configs/M5329EVB.h
@ -131,7 +131,7 @@ _start:
movec % d0 , % V B R
move. l #( C F G _ I N I T _ R A M _ A D D R + C F G _ I N I T _ R A M _ C T R L ) , % d 0
movec % d0 , % R A M B A R 0
movec % d0 , % R A M B A R 1
/* invalidate and disable cache */
move. l #0x01000000 , % d0 / * I n v a l i d a t e c a c h e c m d * /
@ -268,7 +268,7 @@ _int_handler:
icache_enable :
move. l #0x01000000 , % d0 / * I n v a l i d a t e c a c h e c m d * /
movec % d0 , % C A C R / * I n v a l i d a t e c a c h e * /
move. l #( C F G _ S D R A M _ B A S E + 0xc000 + ( ( C F G _ S D R A M _ S I Z E & 0 x1 f e 0 ) < < 1 1 ) ) , % d0
move. l #( C F G _ S D R A M _ B A S E + 0x1 c000 ) , % d0
movec % d0 , % A C R 0 / * E n a b l e c a c h e * /
move. l #0x80000200 , % d0 / * S e t u p c a c h e m a s k * /
@ -175,7 +175,7 @@
* Please note that CFG_SDRAM_BASE _must_ start at 0
*/
# define CFG_SDRAM_BASE 0x40000000
# define CFG_SDRAM_SIZE 16 /* SDRAM size in MB */
# define CFG_SDRAM_SIZE 32 /* SDRAM size in MB */
# define CFG_SDRAM_CFG1 0x53722730
# define CFG_SDRAM_CFG2 0x56670000
# define CFG_SDRAM_CTRL 0xE1092000