All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 4/4] add TI DA8xx support: Integrate DA830 EVM support into U-Boot
@ 2009-10-26 17:44 Nick Thompson
  2009-10-26 18:23 ` Paulraj, Sandeep
  2009-10-27 20:15 ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: Nick Thompson @ 2009-10-26 17:44 UTC (permalink / raw)
  To: u-boot

Integrate DA830 EVM support into U-Boot.

Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
Digital EVM board. See http://www.spectrumdigital.com/

Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
---
Applies to u-boot-ti

diff --git a/MAINTAINERS b/MAINTAINERS
index 528b963..88b4abd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -712,6 +712,10 @@ Andrea Scian <andrea.scian@dave-tech.it>
 
 	B2		ARM7TDMI (S3C44B0X)
 
+Nick Thompson <nick.thompson@gefanuc.com>
+
+	da830evm	ARM926EJS (DA830/OMAP-L137)
+
 Albin Tonnerre <albin.tonnerre@free-electrons.com>
 
 	sbc35_a9g20	ARM926EJS (AT91SAM9G20 SoC)
diff --git a/MAKEALL b/MAKEALL
index 0a34a58..4d4350b 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -569,6 +569,7 @@ LIST_ARM9="			\
 	davinci_dm355evm	\
 	davinci_dm355leopard	\
 	davinci_dm6467evm	\
+	da830evm		\
 "
 
 #########################################################################
diff --git a/Makefile b/Makefile
index 449099a..e2e62b2 100644
--- a/Makefile
+++ b/Makefile
@@ -2936,6 +2936,9 @@ davinci_dm365evm_config :	unconfig
 davinci_dm6467evm_config :	unconfig
 	@$(MKCONFIG) $(@:_config=) arm arm926ejs dm6467evm davinci davinci
 
+da830evm_config:	unconfig
+	@$(MKCONFIG) $(@:_config=) arm arm926ejs da830evm davinci davinci
+
 imx27lite_config:	unconfig
 	@$(MKCONFIG) $(@:_config=) arm arm926ejs imx27lite logicpd mx27
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v3 4/4] add TI DA8xx support: Integrate DA830 EVM support into U-Boot
  2009-10-26 17:44 [U-Boot] [PATCH v3 4/4] add TI DA8xx support: Integrate DA830 EVM support into U-Boot Nick Thompson
@ 2009-10-26 18:23 ` Paulraj, Sandeep
  2009-10-27 20:15 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Paulraj, Sandeep @ 2009-10-26 18:23 UTC (permalink / raw)
  To: u-boot



> Integrate DA830 EVM support into U-Boot.
> 
> Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
> Digital EVM board. See http://www.spectrumdigital.com/
> 
> Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
> ---
> Applies to u-boot-ti
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 528b963..88b4abd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -712,6 +712,10 @@ Andrea Scian <andrea.scian@dave-tech.it>
> 
>  	B2		ARM7TDMI (S3C44B0X)
> 
> +Nick Thompson <nick.thompson@gefanuc.com>
> +
> +	da830evm	ARM926EJS (DA830/OMAP-L137)
> +
>  Albin Tonnerre <albin.tonnerre@free-electrons.com>
> 
>  	sbc35_a9g20	ARM926EJS (AT91SAM9G20 SoC)
> diff --git a/MAKEALL b/MAKEALL
> index 0a34a58..4d4350b 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -569,6 +569,7 @@ LIST_ARM9="			\
>  	davinci_dm355evm	\
>  	davinci_dm355leopard	\
>  	davinci_dm6467evm	\
> +	da830evm		\
>  "
> 
>  #########################################################################
> diff --git a/Makefile b/Makefile
> index 449099a..e2e62b2 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2936,6 +2936,9 @@ davinci_dm365evm_config :	unconfig
>  davinci_dm6467evm_config :	unconfig
>  	@$(MKCONFIG) $(@:_config=) arm arm926ejs dm6467evm davinci davinci
> 
> +da830evm_config:	unconfig
> +	@$(MKCONFIG) $(@:_config=) arm arm926ejs da830evm davinci davinci
> +
>  imx27lite_config:	unconfig
>  	@$(MKCONFIG) $(@:_config=) arm arm926ejs imx27lite logicpd mx27
> 
This is fine. 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v3 4/4] add TI DA8xx support: Integrate DA830 EVM support into U-Boot
  2009-10-26 17:44 [U-Boot] [PATCH v3 4/4] add TI DA8xx support: Integrate DA830 EVM support into U-Boot Nick Thompson
  2009-10-26 18:23 ` Paulraj, Sandeep
@ 2009-10-27 20:15 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2009-10-27 20:15 UTC (permalink / raw)
  To: u-boot

Dear Nick Thompson,

In message <4AE5E004.6030908@gefanuc.com> you wrote:
> Integrate DA830 EVM support into U-Boot.
> 
> Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
> Digital EVM board. See http://www.spectrumdigital.com/
> 
> Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
...
> diff --git a/MAKEALL b/MAKEALL
> index 0a34a58..4d4350b 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -569,6 +569,7 @@ LIST_ARM9="			\
>  	davinci_dm355evm	\
>  	davinci_dm355leopard	\
>  	davinci_dm6467evm	\
> +	da830evm		\

Please keep list sorted.

>  #########################################################################
> diff --git a/Makefile b/Makefile
> index 449099a..e2e62b2 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2936,6 +2936,9 @@ davinci_dm365evm_config :	unconfig
>  davinci_dm6467evm_config :	unconfig
>  	@$(MKCONFIG) $(@:_config=) arm arm926ejs dm6467evm davinci davinci
>  
> +da830evm_config:	unconfig
> +	@$(MKCONFIG) $(@:_config=) arm arm926ejs da830evm davinci davinci
> +

Ditto.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
What we anticipate seldom occurs;  what  we  least  expect  generally
happens.                                          - Bengamin Disraeli

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-27 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 17:44 [U-Boot] [PATCH v3 4/4] add TI DA8xx support: Integrate DA830 EVM support into U-Boot Nick Thompson
2009-10-26 18:23 ` Paulraj, Sandeep
2009-10-27 20:15 ` Wolfgang Denk

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.