public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Marvell Kirkwood family SOC support
Date: Sat, 4 Apr 2009 18:24:37 +0200	[thread overview]
Message-ID: <20090404162437.GD32409@game.jcrosoft.org> (raw)
In-Reply-To: <1238798370-9245-2-git-send-email-prafulla@marvell.com>

Hi,

I'll provide you two seperate comment one for the file location
and global comment and an other for code review

On 04:09 Sat 04 Apr     , Prafulla Wadaskar wrote:
> From: prafulla_wadaskar <prafulla@marvell.com>
> 
> Kirkwood family controllers are highly integrated SOCs
> based on Feroceon-88FR131/Sheeva-88SV131 cpu core.
> 
> SOC versions supported:-
> 1) 88F6281-Z0       define CONFIG_KW88F6281_Z0
> 2) 88F6281-A0       define CONFIG_KW88F6281_A0
> 3) 88F6192-A0       define CONFIG_KW88F6192_A0
> 
> Other supported features:-
> 1) Doimage utility needed to create binaries with
>    bootROM header
> 2) get_random_hex() fucntion
> 3) SPI port controller driver
> 4) PCI Express port initialization
> 
> Contributors:
> Yotam Admon <yotam@marvell.com>
> Michael Blostein <michaelbl@marvell.com
> 
> Signed-off-by: prafulla_wadaskar <prafulla@marvell.com>
> Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
> ---
>  board/Marvell/common/kw_lowlevel_init.S        |   45 +
is this init are Marvell common or Kirkwood common?
>  board/Marvell/include/core.h                   |    4 +
>  cpu/arm926ejs/kirkwood/Makefile                |   52 +
>  cpu/arm926ejs/kirkwood/bin_dep.sh              |   50 +
what it this file?
>  cpu/arm926ejs/kirkwood/config.mk               |   25 +
>  cpu/arm926ejs/kirkwood/doimage/Makefile        |  112 ++
tools must go to tools/
>  cpu/arm926ejs/kirkwood/doimage/bootstrap_def.h |   88 ++
>  cpu/arm926ejs/kirkwood/doimage/doimage         |  Bin 0 -> 17712 bytes
please remove and a .gitignore entry for it
>  cpu/arm926ejs/kirkwood/doimage/doimage.c       | 1341 ++++++++++++++++++++++++
>  cpu/arm926ejs/kirkwood/dram.c                  |   49 +
>  cpu/arm926ejs/kirkwood/kw88f6192.h             |   34 +
please move define to include/asm-arm/arch-<somthing>
the same as linux
>  cpu/arm926ejs/kirkwood/kw88f6281.h             |   34 +
>  cpu/arm926ejs/kirkwood/kwcore.c                |  262 +++++
>  cpu/arm926ejs/kirkwood/kwcore.h                |  141 +++
>  cpu/arm926ejs/kirkwood/serial.c                |  187 ++++
please move to drivers/serial/
>  cpu/arm926ejs/kirkwood/soc_init.S              |  156 +++
please call it lowlevel_init.S
>  cpu/arm926ejs/kirkwood/spi.c                   |  213 ++++
please move to drivers/spi/
>  cpu/arm926ejs/kirkwood/timer.c                 |  165 +++
>  include/configs/kirkwood.h                     |   46 +
include/configs/ are only for boards config

Best Regards,
J.

  parent reply	other threads:[~2009-04-04 16:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-03 22:39 [U-Boot] [PATCH] Marvell Feroceon-FR131/Sheeva-88SV131 cpu core support Prafulla Wadaskar
2009-04-03 18:21 ` Wolfgang Denk
2009-04-03 22:39 ` [U-Boot] [PATCH] Marvell Kirkwood family SOC support Prafulla Wadaskar
2009-04-03 19:15   ` Wolfgang Denk
2009-04-03 22:39   ` [U-Boot] [PATCH] Gbe Controller driver support for kirkwood SOCs Prafulla Wadaskar
2009-04-03 18:02     ` Mike Frysinger
2009-04-03 19:14     ` Ben Warren
2009-04-06 11:44       ` Prafulla Wadaskar
2009-04-03 19:46     ` Wolfgang Denk
2009-04-03 22:39     ` [U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support Prafulla Wadaskar
2009-04-03 17:33       ` Ben Warren
2009-04-03 19:32       ` Wolfgang Denk
2009-04-03 22:39       ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE Board support Prafulla Wadaskar
2009-04-03 18:42         ` Wolfgang Denk
2009-05-20 22:50       ` [U-Boot] [PATCH] Marvell 88EXXXX Switch/PHY init support Sergey Nikulov
2009-05-21  6:15         ` Prafulla Wadaskar
2009-05-21  6:31           ` Sergey Nikulov
2009-05-21  6:37             ` Prafulla Wadaskar
2009-04-04 16:24   ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-04-07 11:01     ` [U-Boot] [PATCH] Marvell Kirkwood family SOC support Prafulla Wadaskar
2009-04-04 16:16 ` [U-Boot] [PATCH] Marvell Feroceon-FR131/Sheeva-88SV131 cpu core support Jean-Christophe PLAGNIOL-VILLARD
2009-04-07 10:05   ` Prafulla Wadaskar

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=20090404162437.GD32409@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox