All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule <v2>
Date: Wed, 22 Oct 2008 11:34:45 +0200	[thread overview]
Message-ID: <200810221134.45151.sr@denx.de> (raw)
In-Reply-To: <1224667538-25556-1-git-send-email-schardt@team-ctech.de>

On Wednesday 22 October 2008, Georg Schardt wrote:
> From: schardt <schardt@team-ctech.de>
>
> this patch adds support for the avnet fx12 minimodul
> it needs the "ppc4xx: Generic architecture for xilinx ppc405" patch from
> Ricardo
>
> <v2>
> rebased to ppc4xx/master

Thanks. Another comment below.

> Signed-off-by: schardt <schardt@team-ctech.de>
> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
> ---
>  MAINTAINERS                      |    4 +
>  MAKEALL                          |    1 +
>  Makefile                         |   18 +++++
>  board/avnet/fx12mm/.gitignore    |    1 +
>  board/avnet/fx12mm/Makefile      |   27 +++++++
>  board/avnet/fx12mm/config.mk     |   26 +++++++
>  board/avnet/fx12mm/fx12mm.c      |   52 +++++++++++++
>  board/avnet/fx12mm/init.S        |   32 ++++++++
>  board/avnet/fx12mm/u-boot.lds    |  149
> ++++++++++++++++++++++++++++++++++++++ board/avnet/fx12mm/xparameters.h |  
> 51 +++++++++++++
>  include/configs/fx12mm.h         |   72 ++++++++++++++++++
>  11 files changed, 433 insertions(+), 0 deletions(-)
>  create mode 100644 board/avnet/fx12mm/.gitignore
>  create mode 100644 board/avnet/fx12mm/Makefile
>  create mode 100644 board/avnet/fx12mm/config.mk
>  create mode 100644 board/avnet/fx12mm/fx12mm.c
>  create mode 100644 board/avnet/fx12mm/init.S
>  create mode 100644 board/avnet/fx12mm/u-boot.lds
>  create mode 100644 board/avnet/fx12mm/xparameters.h
>  create mode 100644 include/configs/fx12mm.h

<snip>

> diff --git a/board/avnet/fx12mm/init.S b/board/avnet/fx12mm/init.S
> new file mode 100644
> index 0000000..c05a211
> --- /dev/null
> +++ b/board/avnet/fx12mm/init.S
> @@ -0,0 +1,32 @@
> +/*
> + * (C) Copyright 2008
> + *
> + * Georg Schardt <schardt@team-ctech.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
> + * GNU General Public License for more details.
> + *
> + * You should have received a copy of the GNU General Public License
> + * along with this program; if not, write to the Free Software
> + * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
> + * MA 02111-1307 USA
> + *
> + */
> +
> +	.globl ext_bus_cntlr_init
> +ext_bus_cntlr_init:
> +	blr
> +
> +	.globl sdram_init
> +sdram_init:
> +	blr

This file is not needed anymore. Please remove it.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

  reply	other threads:[~2008-10-22  9:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-22  9:25 [U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule <v2> Georg Schardt
2008-10-22  9:34 ` Stefan Roese [this message]
2008-10-22 12:01 ` Jerry Van Baren
2008-10-22 12:36   ` Georg Schardt
2008-10-22 12:56     ` Jerry Van Baren
2008-10-24 11:01     ` Stefan Roese
2008-10-24 11:05       ` Georg Schardt
2008-10-24 11:18         ` Stefan Roese

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=200810221134.45151.sr@denx.de \
    --to=sr@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.