public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] TI: DaVinci: Create configuration file for da850 EVM
Date: Fri, 7 May 2010 12:22:33 +0530	[thread overview]
Message-ID: <001101caedb1$ded70bf0$9c8523d0$@raj@ti.com> (raw)
In-Reply-To: <20100506220649.C34C1E8AAC9@gemini.denx.de>

Hi,

On Fri, May 07, 2010 at 03:36:49, Wolfgang Denk wrote:
> Dear Sudhakar Rajashekhara,
> 
> In message <1272445230-427-1-git-send-email-sudhakar.raj@ti.com> you wrote:
> > Provides initial support for TI OMAP-L138/DA850 SoC devices
> > on a Logic PD EVM board.
> > 
> > Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
> > ---
> >  MAINTAINERS                |    4 +
> >  MAKEALL                    |    1 +
> >  Makefile                   |    3 +
> >  include/configs/da850evm.h |  135 ++++++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 143 insertions(+), 0 deletions(-)
> >  create mode 100644 include/configs/da850evm.h
> 
> Patches 2 and 3 should be merged into one, please.
> 

Ok, I'll merge them.

> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index a5d5835..c52803d 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -758,6 +758,10 @@ Nick Thompson <nick.thompson@gefanuc.com>
> >  
> >  	da830evm	ARM926EJS (DA830/OMAP-L137)
> >  
> > +Sudhakar Rajashekhara <sudhakar.raj@ti.com>
> > +
> > +	da850evm	ARM926EJS (DA850/OMAP-L138)
> > +
> >  Albin Tonnerre <albin.tonnerre@free-electrons.com>
> 
> Please keep list sorted.
> 

Ok.

> > diff --git a/Makefile b/Makefile
> > index 393b180..0f21db6 100644
> > --- a/Makefile
> > +++ b/Makefile
> > @@ -2913,6 +2913,9 @@ cp922_XA10_config	\
> >  cp1026_config: unconfig
> >  	@board/armltd/integrator/split_by_variant.sh cp $@
> >  
> > +da850evm_config:	unconfig
> > +	@$(MKCONFIG) $(@:_config=) arm arm926ejs da8xxevm davinci davinci
> > +
> >  da830evm_config:	unconfig
> >  	@$(MKCONFIG) $(@:_config=) arm arm926ejs da8xxevm davinci davinci
> 
> Please keep list sorted, and use just a single entry, i. e.:
> 

Ok.

> 	da830evm_config	\
> 	da850evm_config:	unconfig
> 		@$(MKCONFIG) $(@:_config=) arm arm926ejs da8xxevm davinci davinci
> 
> > diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
> > new file mode 100644
> > index 0000000..2fcc76d
> > --- /dev/null
> > +++ b/include/configs/da850evm.h
> ...
> > +/*
> > + * Memory Info
> > + */
> > +#define CONFIG_SYS_MALLOC_LEN	(0x10000 + 1*1024*1024) /* malloc() len */
> > +#define CONFIG_SYS_GBL_DATA_SIZE	128 /* reserved for initial data */
> > +#define PHYS_SDRAM_1		DAVINCI_DDR_EMIF_DATA_BASE /* DDR Start */
> > +#define PHYS_SDRAM_1_SIZE	(64 << 20) /* SDRAM size 64MB */
> > +#define CONFIG_SYS_MEMTEST_START	PHYS_SDRAM_1 + 0x2000000 /* memtest start addr */
> > +#define CONFIG_SYS_MEMTEST_END 	(PHYS_SDRAM_1 + 0x2000000 + 16*1024*1024) /* 16MB test */
> 
> Line too long.
> 

I'll address the review comments and will submit the updated version.

Thanks,
Sudhakar

      reply	other threads:[~2010-05-07  6:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-28  9:00 [U-Boot] [PATCH 3/3] TI: DaVinci: Create configuration file for da850 EVM Sudhakar Rajashekhara
2010-05-06 22:06 ` Wolfgang Denk
2010-05-07  6:52   ` Sudhakar Rajashekhara [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='001101caedb1$ded70bf0$9c8523d0$@raj@ti.com' \
    --to=sudhakar.raj@ti.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