All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Initial support for Orion5x SoC and EDMini board
Date: Fri, 13 Nov 2009 20:21:58 -0600	[thread overview]
Message-ID: <4AFE1446.3000608@windriver.com> (raw)
In-Reply-To: <1258160515-31166-1-git-send-email-albert.aribaud@free.fr>

Albert Aribaud wrote:
> This patch adds initial u-boot support for the Marvell orion5x
> SoC and the LAcie ED Mini V2 board--support is limited to serial,
> flash and environment. Further support will be added as devices
> common with kirkwood are made useable across SoCs.
> 
> Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
> ---
>  Makefile                               |    3 +
>  board/Marvell/edminiv2/Makefile        |   51 +++++
>  board/Marvell/edminiv2/config.mk       |   25 +++
>  board/Marvell/edminiv2/edminiv2.c      |  165 ++++++++++++++++
>  board/Marvell/edminiv2/edminiv2.h      |   39 ++++
>  cpu/arm926ejs/orion5x/Makefile         |   52 +++++
>  cpu/arm926ejs/orion5x/cpu.c            |  339 ++++++++++++++++++++++++++++++++
>  cpu/arm926ejs/orion5x/dram.c           |   61 ++++++
>  cpu/arm926ejs/orion5x/mpp.c            |   88 ++++++++
>  cpu/arm926ejs/orion5x/timer.c          |  171 ++++++++++++++++
>  drivers/serial/serial.c                |    3 +
>  include/asm-arm/arch-orion5x/88f5182.h |   40 ++++
>  include/asm-arm/arch-orion5x/cpu.h     |  213 ++++++++++++++++++++
>  include/asm-arm/arch-orion5x/gpio.h    |   53 +++++
>  include/asm-arm/arch-orion5x/mpp.h     |  122 ++++++++++++
>  include/asm-arm/arch-orion5x/orion5x.h |   67 +++++++
>  include/configs/edminiv2.h             |  158 +++++++++++++++
>  17 files changed, 1650 insertions(+), 0 deletions(-)
>  create mode 100644 board/Marvell/edminiv2/Makefile
>  create mode 100644 board/Marvell/edminiv2/config.mk
>  create mode 100644 board/Marvell/edminiv2/edminiv2.c
>  create mode 100644 board/Marvell/edminiv2/edminiv2.h
>  create mode 100644 cpu/arm926ejs/orion5x/Makefile
>  create mode 100644 cpu/arm926ejs/orion5x/cpu.c
>  create mode 100644 cpu/arm926ejs/orion5x/dram.c
>  create mode 100644 cpu/arm926ejs/orion5x/mpp.c
>  create mode 100644 cpu/arm926ejs/orion5x/timer.c
>  create mode 100644 include/asm-arm/arch-orion5x/88f5182.h
>  create mode 100644 include/asm-arm/arch-orion5x/cpu.h
>  create mode 100644 include/asm-arm/arch-orion5x/gpio.h
>  create mode 100644 include/asm-arm/arch-orion5x/mpp.h
>  create mode 100644 include/asm-arm/arch-orion5x/orion5x.h
>  create mode 100644 include/configs/edminiv2.h

For this pass, I ran the linux kernel checkpatch.pl against
your patch. I get

total: 180 errors, 26 warnings, 1662 lines checked

In general, the patch should have no errors or warnings.
Please fix the checkpatch issues.

Tom

  reply	other threads:[~2009-11-14  2:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-14  1:01 [U-Boot] [PATCH] Initial support for Orion5x SoC and EDMini board Albert Aribaud
2009-11-14  2:21 ` Tom [this message]
2009-11-14  6:29 ` Prafulla Wadaskar
2009-11-14  9:22   ` Albert ARIBAUD
2009-11-14 11:59     ` Prafulla Wadaskar
2009-11-14 13:03       ` Albert ARIBAUD

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=4AFE1446.3000608@windriver.com \
    --to=tom.rix@windriver.com \
    --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.