From: DENX Support System <support@denx.de>
To: u-boot@lists.denx.de
Subject: [DNX#2006040142000955] [U-Boot-Users] Add support for r5200 board
Date: Sat, 1 Apr 2006 00:50:07 +0200 [thread overview]
Message-ID: <1143845407.376299.170485665@castor.denx.de> (raw)
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006040142000955] was created:
<snip>
>
> This patch can also be pulled from
> http://labxtechnologies.com/u-boot.git. This is a proprietary board.
>
> CHANGELOG
> * Add support for r5200 board
> Patch by Zachary Landau, 26 Jan 2006
>
> Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
>
>
> ---
>
> CHANGELOG | 3 +
> MAINTAINERS | 4 +
> Makefile | 3 +
> board/r5200/Makefile | 40 ++++++++++
> board/r5200/config.mk | 25 ++++++
> board/r5200/r5200.c | 125 +++++++++++++++++++++++++++++++
> board/r5200/u-boot.lds | 144
> +++++++++++++++++++++++++++++++++++
> examples/Makefile | 2
> include/asm-m68k/immap_5271.h | 98 ++++++++++++++++++++++++
> include/asm-m68k/m5271.h | 93 +++++++++++++++++++++++
> include/configs/r5200.h | 168
> +++++++++++++++++++++++++++++++++++++++++
> 11 files changed, 704 insertions(+), 1 deletions(-)
> create mode 100644 board/r5200/Makefile
> create mode 100644 board/r5200/config.mk
> create mode 100644 board/r5200/r5200.c
> create mode 100644 board/r5200/u-boot.lds
> create mode 100644 include/asm-m68k/immap_5271.h
> create mode 100644 include/asm-m68k/m5271.h
> create mode 100644 include/configs/r5200.h
>
> 3a108ed8682e8dab8bf301e91db1999d4cf88c55
> diff --git a/CHANGELOG b/CHANGELOG
> index 607cde1..fb6278a 100644
> --- a/CHANGELOG
> +++ b/CHANGELOG
> @@ -2,6 +2,9 @@
> Changes since U-Boot 1.1.4:
> ======================================================================
>
> +* Add support for r5200 board
> + Patch by Zachary Landau, 26 Jan 2006
> +
> * Add support for Freescale M5271 processor
> Patch by Zachary Landau, 26 Jan 2006
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0ef9e03..9380220 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -534,6 +534,10 @@ Matthias Fuchs <matthias.fuchs@esd-elect
>
> TASREG MCF5249
>
> +Zachary P. Landau <zachary.landau@labxtechnologies.com>
> +
> + r5200 mcf52x2
> +
> #########################################################################
> # End of MAINTAINERS list #
> #########################################################################
> diff --git a/Makefile b/Makefile
> index 9305cab..2ac35a6 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1243,6 +1243,9 @@ M5282EVB_config : unconfig
> TASREG_config : unconfig
> @./mkconfig $(@:_config=) m68k mcf52x2 tasreg esd
>
> +r5200_config : unconfig
> + @./mkconfig $(@:_config=) m68k mcf52x2 r5200
> +
> #########################################################################
> ## MPC83xx Systems
> #########################################################################
> diff --git a/board/r5200/Makefile b/board/r5200/Makefile
> new file mode 100644
> index 0000000..d0364ed
> --- /dev/null
> +++ b/board/r5200/Makefile
> @@ -0,0 +1,40 @@
> +#
> +# (C) Copyright 2000-2003
> +# Wolfgang Denk, DENX Software Engineering, wd at denx.de.
> +#
> +# See file CREDITS for list of people who contributed to this
> +# project.
> +#
> +# This program is free software; you can redistribute it and/or
> +# modify it under the terms of the GNU General Public License as
> +# published by the Free Software Foundation; either version 2 of
> +# the License, or (at your option) any later version.
> +#
> +# This program is distributed in the hope that it will be useful,
> +# but WITHOUT ANY WARRANTY; without even the implied warranty of
> +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
</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=1143845407.376299.170485665@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.