Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/f10834e166467ce153ec985421b9deb8d292410d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
19 additions and
0 deletions
arch/powerpc/cpu/mpc5xxx/start.S
include/configs/a3m071.h
include/configs/a4m072.h
@ -76,6 +76,21 @@ _start:
* been d o n e i n t h e S P L u - b o o t v e r s i o n .
* /
GET_ G O T / * i n i t i a l i z e G O T a c c e s s * /
/ *
* The G D ( g l o b a l d a t a ) s t r u c t n e e d s t o g e t c l e a r e d . L e t s d o
* this b y c a l l i n g m e m s e t ( ) .
* This f u n c t i o n i s c a l l e d w h e n t h e p l a t f o r m i s b u i l d w i t h S P L
* support f r o m t h e m a i n ( f u l l - b l o w n ) U - B o o t . A n d t h e G D n e e d s
* to g e t c l e a r e d ( a g a i n ) s o t h a t t h e f o l l o w i n g g e n e r i c
* board s u p p o r t c o d e , d e f i n e d v i a C O N F I G _ S Y S _ G E N E R I C _ B O A R D ,
* initializes a l l v a r i a b l e s c o r r e c t l y .
* /
mr r3 , r2 / * p a r a m e t e r 1 : G D p o i n t e r * /
li r4 ,0 / * p a r a m e t e r 2 : v a l u e t o f i l l * /
li r5 ,G D _ S I Z E / * p a r a m e t e r 3 : c o u n t * /
bl m e m s e t
bl b o a r d _ i n i t _ f / * r u n 1 s t p a r t o f b o a r d i n i t c o d e ( i n F l a s h ) * /
/* NOTREACHED - board_init_f() does not return */
# else
@ -14,6 +14,8 @@
# define CONFIG_MPC5200
# define CONFIG_A3M071 /* A3M071 board */
# define CONFIG_DISPLAY_BOARDINFO
# define CONFIG_SYS_GENERIC_BOARD
# define CONFIG_SYS_TEXT_BASE 0x01000000 /* boot low for 32 MiB boards */
@ -19,6 +19,8 @@
# define CONFIG_MPC5200 1 /* This is a MPC5200 CPU */
# define CONFIG_A4M072 1 /* ... on A4M072 board */
# define CONFIG_MPC5200_DDR 1 /* ... use DDR RAM */
# define CONFIG_DISPLAY_BOARDINFO
# define CONFIG_SYS_GENERIC_BOARD
# define CONFIG_SYS_TEXT_BASE 0xFE000000