[DNX#2006040142001007] [U-Boot-Users] [PATCH] wrsbc8560 support

DENX Support System support at denx.de
Sat Apr 1 00:50:09 CEST 2006


Hello list,

inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006040142001007] was created:

<snip>
> 
> This patch add the Wind River wrsbc8560 support back into u-boot.  At
> one time it worked until some code conflicting code was removed to
> support the Motorolla 85xx evaluation platforms.
> 
> The PHY code for the wrsbc8560 has been added in again.
> 
> 
> Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
> 
> -------------BEGIN PATCH--------------------------
> Separate Motorolla sbc8540 and sbc8560 from wrsbc8560
> 
> ---
> commit fe3c13d77c1d36fddcf751d8c4b183bc2373b9da
> tree 9aab5c704d53170090d7152d56daa739d06cbfc3
> parent 77f6580cc078fea22c2b1348f5b177edcd63885f
> author <jwessel at jwessel3-lx.(none)> Sat, 01 Oct 2005 11:10:05 -0500
> committer <jwessel at jwessel3-lx.(none)> Sat, 01 Oct 2005 11:10:05 -0500
> 
>  CHANGELOG                   |    3 
>  Makefile                    |   13 +
>  doc/README.wrsbc8560        |   57 ++++++
>  drivers/tsec.c              |   32 +++
>  include/configs/wrsbc8560.h |  410
> +++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 515 insertions(+), 0 deletions(-)
> 
> diff --git a/CHANGELOG b/CHANGELOG
> --- a/CHANGELOG
> +++ b/CHANGELOG
> @@ -2,6 +2,9 @@
>  Changes for U-Boot 1.1.4:
>  ======================================================================
>  
> +* Fix Wind River wrsb8560 support
> +  Patch by Jason Wessel, 01 Sep 2005
> +
>  * Fix problems with ld version 2.16 (dot outside sections problem)
>    Pointed out by Gerhard Jaeger, 31 Aug 2005;
>    cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
> diff --git a/Makefile b/Makefile
> --- a/Makefile
> +++ b/Makefile
> @@ -1301,6 +1301,19 @@ sbc8560_66_config:      unconfig
>  	fi
>  	@./mkconfig -a sbc8560 ppc mpc85xx sbc8560
>  
> +
> +wrsbc8560_config \
> +wrsbc8560_33_config \
> +wrsbc8560_66_config:      unconfig
> +	@if [ "$(findstring _66_,$@)" ] ; then \
> +		echo "#define CONFIG_PCI_66"	>>include/config.h ; \
> +		echo "... 66 MHz PCI" ; \
> +	else \
> +		>include/config.h ; \
> +		echo "... 33 MHz PCI" ; \
> +	fi
> +	@./mkconfig -a wrsbc8560 ppc mpc85xx sbc8560
> +
>  stxgp3_config:		unconfig
>  	@./mkconfig $(@:_config=) ppc mpc85xx stxgp3
>  
> diff --git a/doc/README.wrsbc8560 b/doc/README.wrsbc8560
> new file mode 100644
> --- /dev/null
> +++ b/doc/README.wrsbc8560
> @@ -0,0 +1,57 @@
> +The port was tested on Wind River System wrsbc8560 board
> +<www.windriver.com>. U-Boot was installed on the flash memory of the
> +CPU card (not the SODIMM).
> +
> +NOTE: Please configure uboot compile to the proper PCI frequency and
> +setup the appropriate DIP switch settings.
> +
> +wrsb8560 board:
> +
> +Make sure boards switches are set to their appropriate conditions.
> +Refer to the Engineering Reference Guide ERG-00300-002. Of particular
> +importance are: 1) the settings for JP4 (JP4 1-3 and 2-4), which
> +select the on-board FLASH device (Intel 28F128Jx); 2) The settings
> +for the Clock SW9 (33 MHz or 66 MHz).
> +
> +	Note:	SW9 Settings: 66 MHz
> +		4:1 ratio CCB clocks:SYSCLK
> +		3:1 ration e500 Core:CCB
> +		pos1 - on, pos2 - on, pos3 - off, pos4 - on, pos5 - off,
> pos6 - on
> +	Note:	SW9 Settings: 33 MHz
> +		8:1 ratio CCB clocks:SYSCLK
> +		3:1 ration e500 Core:CCB
> +		pos1 - on, pos2 - on, pos3 - on, pos4 - off, pos5 - off,
> pos6 - on
> +
> +
> +Flashing the FLASH device with the "Wind River ICE":
> +
> +1) Properly connect and configure the Wind River ICE to the target
> +   JTAG port. This includes running the wrsbc8560 register script. Make
</snip>

Your U-Boot support team




More information about the U-Boot mailing list