All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Grandegger <wg@grandegger.com>
To: Manuel Lauss <manuel.lauss@googlemail.com>
Cc: linux-mips@linux-mips.org, Wolfgang Grandegger <wg@denx.de>
Subject: Re: [PATCH] mips/alchemy: add basic support for the GPR board
Date: Wed, 14 Jul 2010 15:49:33 +0200	[thread overview]
Message-ID: <4C3DC06D.10107@grandegger.com> (raw)
In-Reply-To: <AANLkTilE6ss4qBk43Dml6SLwUrzawAVtcMw69RrMT4RF@mail.gmail.com>

On 07/14/2010 12:12 PM, Manuel Lauss wrote:
> On Wed, Jul 14, 2010 at 11:59 AM, Wolfgang Grandegger <wg@grandegger.com> wrote:
>> From: Wolfgang Grandegger <wg@denx.de>
>>
>> This patch adds basic support for the General Purpose Router (GPR)
>> board from Trapeze ITS.
>>
>> Signed-off-by: Wolfgang Grandegger <wg@denx.de>
>> ---
>>  arch/mips/Makefile                         |    6 +
>>  arch/mips/alchemy/Kconfig                  |    9 +
>>  arch/mips/alchemy/gpr/Makefile             |   11 +
>>  arch/mips/alchemy/gpr/board_setup.c        |   97 ++
>>  arch/mips/alchemy/gpr/init.c               |   63 +
>>  arch/mips/alchemy/gpr/platform.c           |  185 +++
>>  arch/mips/configs/gpr_defconfig            | 2062 ++++++++++++++++++++++++++++
>>  arch/mips/include/asm/mach-au1x00/au1000.h |    2 +
>>  8 files changed, 2435 insertions(+), 0 deletions(-)
>>  create mode 100644 arch/mips/alchemy/gpr/Makefile
>>  create mode 100644 arch/mips/alchemy/gpr/board_setup.c
>>  create mode 100644 arch/mips/alchemy/gpr/init.c
>>  create mode 100644 arch/mips/alchemy/gpr/platform.c
>>  create mode 100644 arch/mips/configs/gpr_defconfig
>>
>> diff --git a/arch/mips/Makefile b/arch/mips/Makefile
>> index 0b9c01a..6b81b9f 100644
>> --- a/arch/mips/Makefile
>> +++ b/arch/mips/Makefile
>> @@ -325,6 +325,12 @@ load-$(CONFIG_MIPS_MTX1)   += 0xffffffff80100000
>>  libs-$(CONFIG_MIPS_XXS1500)    += arch/mips/alchemy/xxs1500/
>>  load-$(CONFIG_MIPS_XXS1500)    += 0xffffffff80100000
>>
>> +#
>> +# Trapeze ITS GRP board
>> +#
>> +libs-$(CONFIG_MIPS_GPR)                += arch/mips/alchemy/gpr/
>> +load-$(CONFIG_MIPS_GPR)                += 0xffffffff80100000
>> +
> 
> Have a look at the current mips-queue tree: theres a new way to hook up
> boards with Platform files.
> 
> 
>> --- a/arch/mips/include/asm/mach-au1x00/au1000.h
>> +++ b/arch/mips/include/asm/mach-au1x00/au1000.h
>> @@ -994,6 +994,8 @@ enum soc_au1200_ints {
>>
>>  #ifdef CONFIG_SOC_AU1550
>>  #define UART0_ADDR             0xB1100000
>> +#define UART1_ADDR             0xB1200000
>> +#define UART3_ADDR             0xB1400000
> 
> Please don't add those back, I'm trying to get rid of them.  Use something
> like "KSEG1ADDR(UART1_PHYS_ADDR)" in the init code where you enable
> uarts 1 and 3.

I just re-sent v2 which is now based on the linux-queue git tree.

Thanks,

Wolfgang.

      reply	other threads:[~2010-07-14 13:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-14  9:59 [PATCH] mips/alchemy: add basic support for the GPR board Wolfgang Grandegger
2010-07-14 10:12 ` Manuel Lauss
2010-07-14 13:49   ` Wolfgang Grandegger [this message]

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=4C3DC06D.10107@grandegger.com \
    --to=wg@grandegger.com \
    --cc=linux-mips@linux-mips.org \
    --cc=manuel.lauss@googlemail.com \
    --cc=wg@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.