All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4] Marvell Kirkwood family SOC support
Date: Sun, 3 May 2009 10:32:23 +0200	[thread overview]
Message-ID: <20090503083223.GR25959@game.jcrosoft.org> (raw)
In-Reply-To: <73173D32E9439E4ABB5151606C3E19E201CB292378@SC-VEXCH1.marvell.com>

On 14:41 Sat 02 May     , Prafulla Wadaskar wrote:
> Thanks Jean for your review... 
> 
> > > diff --git a/cpu/arm926ejs/kirkwood/kwcore.c 
> > > b/cpu/arm926ejs/kirkwood/kwcore.c new file mode 100644 index 
> > > 0000000..9eaaab6
> > > --- /dev/null
> > > +++ b/cpu/arm926ejs/kirkwood/kwcore.c
> > please cpu.c
> Okay I will rename it
> 
> > >   */
> > > -#ifndef CONFIG_SKIP_LOWLEVEL_INIT
> > > +#if !defined (CONFIG_SKIP_LOWLEVEL_INIT) || defined 
> > > +(CONFIG_ARCH_LOWLEVEL_INIT)
> > NACK
> > 
> > if you skip the lowlevel init you also skip the arch lowlevel_init
> I got it already, I have encapsulated similar condition at caller function so that even though only ARCH_LOWLEVEL_INIT is define it will not skip it.
> 
> > 
> > if it's permannent arch init please use arch_cpu_init
> Is it really lowlevel init, needs to be called before stack/dram init, so please let it be arch_lowlevel_init.
> I am trying to keep minimal code under arch_lowlevel_init (only few assembly lines) rest I am moving to arch_cpu_init under lib_arm/board.c
the arch_cpu_init is the first init in c
and I want the current design clear
If you choice to skip the lowlevel_init you will skip all lowlevel_init
with no exception as I've in mind to regroup all start.S

Best Regards,
J.

  reply	other threads:[~2009-05-03  8:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-29 16:57 [U-Boot] [PATCH v4] Marvell Kirkwood family SOC support Prafulla Wadaskar
2009-05-02 11:40 ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-02 21:41   ` Prafulla Wadaskar
2009-05-03  8:32     ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-05-03 17:16       ` Prafulla Wadaskar
2009-05-03 20:48         ` Wolfgang Denk
2009-05-03 21:52         ` Jean-Christophe PLAGNIOL-VILLARD

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=20090503083223.GR25959@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 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.