Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/efb47346d4be024d995fe907dbd358a21651a67e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
19 changed files with
33 additions and
17 deletions
board/freescale/m5329evb/nand.c
board/freescale/m5373evb/nand.c
cpu/mcf5227x/config.mk
cpu/mcf523x/config.mk
cpu/mcf52x2/config.mk
cpu/mcf532x/config.mk
cpu/mcf5445x/config.mk
cpu/mcf5445x/start.S
cpu/mcf547x_8x/config.mk
cpu/mcf547x_8x/cpu_init.c
include/asm-m68k/m5301x.h
include/configs/M52277EVB.h
include/configs/M5235EVB.h
include/configs/M5253DEMO.h
include/configs/M5253EVBE.h
include/configs/M5275EVB.h
include/configs/M53017EVB.h
include/configs/M5329EVB.h
include/configs/M5373EVB.h
@ -47,10 +47,12 @@ static void nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, unsigned int ctrl)
ulong IO_ADDR_W = ( ulong ) this - > IO_ADDR_W ;
IO_ADDR_W & = ~ ( SET_ALE | SET_CLE ) ;
* nCE & = 0xFFFB ;
if ( ctrl & NAND_NCE )
* nCE & = 0xFFFB ;
else
* nCE | = 0x0004 ;
if ( ctrl & NAND_CLE )
IO_ADDR_W | = SET_CLE ;
if ( ctrl & NAND_ALE )
@ -78,7 +80,7 @@ int board_nand_init(struct nand_chip *nand)
gpio - > pclrr_timer = 0 ;
gpio - > podr_timer = 0 ;
nand - > chip_delay = 5 0;
nand - > chip_delay = 6 0;
nand - > ecc . mode = NAND_ECC_SOFT ;
nand - > cmd_ctrl = nand_hwcontrol ;
@ -47,10 +47,12 @@ static void nand_hwcontrol(struct mtd_info *mtdinfo, int cmd, unsigned int ctrl)
ulong IO_ADDR_W = ( ulong ) this - > IO_ADDR_W ;
IO_ADDR_W & = ~ ( SET_ALE | SET_CLE ) ;
* nCE & = 0xFFFB ;
if ( ctrl & NAND_NCE )
* nCE & = 0xFFFB ;
else
* nCE | = 0x0004 ;
if ( ctrl & NAND_CLE )
IO_ADDR_W | = SET_CLE ;
if ( ctrl & NAND_ALE )
@ -82,7 +84,7 @@ int board_nand_init(struct nand_chip *nand)
gpio - > pclrr_timer = 0 ;
gpio - > podr_timer = 0 ;
nand - > chip_delay = 5 0;
nand - > chip_delay = 6 0;
nand - > ecc . mode = NAND_ECC_SOFT ;
nand - > cmd_ctrl = nand_hwcontrol ;
@ -24,8 +24,8 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f e q ( $( findstring 4.2 ,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
PLATFORM_CPPFLAGS += -mcpu= 5208 -fPIC
i f n e q ( $( findstring 4.1 ,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
PLATFORM_CPPFLAGS += -mcpu= 52277 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5307 -fPIC
e n d i f
@ -24,7 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f e q ( $( findstring 4.2 ,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
i f n e q ( $( findstring 4.1 ,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
PLATFORM_CPPFLAGS += -mcpu= 5235 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5307 -fPIC
@ -34,7 +34,7 @@ is5275:=$(shell grep CONFIG_M5275 $(TOPDIR)/include/$(cfg))
is5282 := $( shell grep CONFIG_M5282 $( TOPDIR) /include/$( cfg) )
i f e q ( $( findstring 4.2 ,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
i f n e q ( $( findstring 4.1 ,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
i f n e q ( , $( findstring CONFIG_M 5249,$ ( is 5249) ) )
PLATFORM_CPPFLAGS += -mcpu= 5249
@ -24,7 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f e q ( $( findstring 4.2 ,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
i f n e q ( $( findstring 4.1 ,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
PLATFORM_CPPFLAGS += -mcpu= 5329 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5307 -fPIC
@ -24,7 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f e q ( $( findstring 4.2 ,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
i f n e q ( $( findstring 4.1 ,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
PLATFORM_CPPFLAGS += -mcpu= 54455 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5407 -fPIC
@ -243,9 +243,9 @@ wait1000:
nop
# elif d e f i n e d ( C O N F I G _ M 5 4 4 5 1 E V B )
/* Issue LEMR */
move. l #( C O N F I G _ S Y S _ S D R A M _ M O D E ) , ( % a 2 )
move. l #( C O N F I G _ S Y S _ S D R A M _ M O D E ) , ( % a 1 )
nop
move. l #( C O N F I G _ S Y S _ S D R A M _ E M O D ) , ( % a 2 )
move. l #( C O N F I G _ S Y S _ S D R A M _ E M O D ) , ( % a 1 )
nop
# endif
@ -24,7 +24,7 @@
#
PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
i f e q ( $( findstring 4.2 ,$ ( shell $ ( CC ) --version ) ) , 4 . 2 )
i f n e q ( $( findstring 4.1 ,$ ( shell $ ( CC ) --version ) ) , 4 . 1 )
PLATFORM_CPPFLAGS += -mcpu= 5485 -fPIC
e l s e
PLATFORM_CPPFLAGS += -m5407 -fPIC
@ -49,14 +49,14 @@ void cpu_init_f(void)
volatile xlbarb_t * xlbarb = ( volatile xlbarb_t * ) MMAP_XARB ;
xlbarb - > adrto = 0x2000 ;
xlbarb - > datto = 0x20 00 ;
xlbarb - > datto = 0x25 00 ;
xlbarb - > busto = 0x3000 ;
xlbarb - > cfg = XARB_SR_AT | XARB_SR _DT ;
xlbarb - > cfg = XARB_CFG_AT | XARB_CFG _DT ;
/* Master Priority Enable */
xlbarb - > pri = 0 ;
xlbarb - > prien = 0xff ;
xlbarb - > pri = 0 ;
# if (defined(CONFIG_SYS_CS0_BASE) && defined(CONFIG_SYS_CS0_MASK) && defined(CONFIG_SYS_CS0_CTRL))
fbcs - > csar0 = CONFIG_SYS_CS0_BASE ;
@ -601,4 +601,8 @@
# define RTC_OCEN_OSCBYP (0x00000010)
# define RTC_OCEN_CLKEN (0x00000008)
/* SDRAM */
# define SDRAMC_SDCR_CKE (0x40000000)
# define SDRAMC_SDCR_REF (0x10000000)
# endif /* m5301x_h */
@ -246,6 +246,7 @@
/* Initial Memory map for Linux */
# define CONFIG_SYS_BOOTMAPSZ (CONFIG_SYS_SDRAM_BASE + (CONFIG_SYS_SDRAM_SIZE << 20))
# define CONFIG_SYS_BOOTM_LEN (CONFIG_SYS_SDRAM_SIZE << 20)
/*
* Configuration for environment
@ -197,6 +197,7 @@
*/
/* Initial Memory map for Linux */
# define CONFIG_SYS_BOOTMAPSZ (CONFIG_SYS_SDRAM_BASE + (CONFIG_SYS_SDRAM_SIZE << 20))
# define CONFIG_SYS_BOOTM_LEN (CONFIG_SYS_SDRAM_SIZE << 20)
/*-----------------------------------------------------------------------
* FLASH organization
@ -200,6 +200,7 @@
* the maximum mapped by the Linux kernel during initialization ? ?
*/
# define CONFIG_SYS_BOOTMAPSZ (CONFIG_SYS_SDRAM_BASE + (CONFIG_SYS_SDRAM_SIZE << 20))
# define CONFIG_SYS_BOOTM_LEN (CONFIG_SYS_SDRAM_SIZE << 20)
/* FLASH organization */
# define CONFIG_SYS_FLASH_BASE (CONFIG_SYS_CS0_BASE)
@ -164,6 +164,7 @@
* the maximum mapped by the Linux kernel during initialization ? ?
*/
# define CONFIG_SYS_BOOTMAPSZ (CONFIG_SYS_SDRAM_BASE + (CONFIG_SYS_SDRAM_SIZE << 20))
# define CONFIG_SYS_BOOTM_LEN (CONFIG_SYS_SDRAM_SIZE << 20)
/* FLASH organization */
# define CONFIG_SYS_FLASH_BASE CONFIG_SYS_CS0_BASE
@ -190,7 +190,8 @@
* have to be in the first 8 MB of memory , since this is
* the maximum mapped by the Linux kernel during initialization ? ?
*/
# define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial mmap for Linux */
# define CONFIG_SYS_BOOTMAPSZ (CONFIG_SYS_SDRAM_BASE + (CONFIG_SYS_SDRAM_SIZE << 20))
# define CONFIG_SYS_BOOTM_LEN (CONFIG_SYS_SDRAM_SIZE << 20)
/*-----------------------------------------------------------------------
* FLASH organization
@ -196,6 +196,7 @@
* the maximum mapped by the Linux kernel during initialization ? ?
*/
# define CONFIG_SYS_BOOTMAPSZ (CONFIG_SYS_SDRAM_BASE + (CONFIG_SYS_SDRAM_SIZE << 20))
# define CONFIG_SYS_BOOTM_LEN (CONFIG_SYS_SDRAM_SIZE << 20)
/*-----------------------------------------------------------------------
* FLASH organization
@ -196,6 +196,7 @@
* the maximum mapped by the Linux kernel during initialization ? ?
*/
# define CONFIG_SYS_BOOTMAPSZ (CONFIG_SYS_SDRAM_BASE + (CONFIG_SYS_SDRAM_SIZE << 20))
# define CONFIG_SYS_BOOTM_LEN (CONFIG_SYS_SDRAM_SIZE << 20)
/*-----------------------------------------------------------------------
* FLASH organization
@ -196,6 +196,7 @@
* the maximum mapped by the Linux kernel during initialization ? ?
*/
# define CONFIG_SYS_BOOTMAPSZ (CONFIG_SYS_SDRAM_BASE + (CONFIG_SYS_SDRAM_SIZE << 20))
# define CONFIG_SYS_BOOTM_LEN (CONFIG_SYS_SDRAM_SIZE << 20)
/*-----------------------------------------------------------------------
* FLASH organization