All of lore.kernel.org
 help / color / mirror / Atom feed
From: DENX Support System <support@denx.de>
To: u-boot@lists.denx.de
Subject: [DNX#2006040142001007] [U-Boot-Users] [PATCH] wrsbc8560 support
Date: Sat, 1 Apr 2006 00:50:09 +0200	[thread overview]
Message-ID: <1143845409.635726.519233724@castor.denx.de> (raw)

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@windriver.com>
> 
> -------------BEGIN PATCH--------------------------
> Separate Motorolla sbc8540 and sbc8560 from wrsbc8560
> 
> ---
> commit fe3c13d77c1d36fddcf751d8c4b183bc2373b9da
> tree 9aab5c704d53170090d7152d56daa739d06cbfc3
> parent 77f6580cc078fea22c2b1348f5b177edcd63885f
> author <jwessel@jwessel3-lx.(none)> Sat, 01 Oct 2005 11:10:05 -0500
> committer <jwessel@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

                 reply	other threads:[~2006-03-31 22:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1143845409.635726.519233724@castor.denx.de \
    --to=support@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.