Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] sh: Fix displayed name of CodeSourcery toolchain
@ 2011-03-09 11:40 Phil Edworthy
  2011-03-09 11:40 ` [Buildroot] [PATCH] Add Renesas ttySC* devices Phil Edworthy
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Phil Edworthy @ 2011-03-09 11:40 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
 toolchain/toolchain-external/Config.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 2ed65bf..d9a0034 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -87,7 +87,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_POWERPC201009
             - 970 glibc hard-float, 64 bits
 
 config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
-	bool "CodeSoucery PowerPC 2010.09"
+	bool "CodeSoucery SH 2010.09"
 	depends on BR2_sh
 	select BR2_TOOLCHAIN_EXTERNAL_GLIBC
 	select BR2_INSTALL_LIBSTDCPP
@@ -98,7 +98,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201009
 	  the following variants:
             - SH4A, glibc, little endian
             - SH4A, glibc, big endian
-	    - SH4A, uClibc, little endian
+            - SH4A, uClibc, little endian
             - SH4A, uClibc, big endian
 
 config BR2_TOOLCHAIN_EXTERNAL_CUSTOM
-- 
1.7.1

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

* [Buildroot] [PATCH] Add Renesas ttySC* devices
  2011-03-09 11:40 [Buildroot] [PATCH] sh: Fix displayed name of CodeSourcery toolchain Phil Edworthy
@ 2011-03-09 11:40 ` Phil Edworthy
  2011-04-26 14:41   ` Peter Korsgaard
  2011-03-10  7:28 ` [Buildroot] [PATCH] sh: Fix displayed name of CodeSourcery toolchain Thomas Petazzoni
  2011-04-26 14:37 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Phil Edworthy @ 2011-03-09 11:40 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
---
 target/generic/device_table.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/target/generic/device_table.txt b/target/generic/device_table.txt
index 15132f9..38fe1e8 100644
--- a/target/generic/device_table.txt
+++ b/target/generic/device_table.txt
@@ -76,6 +76,7 @@
 /dev/ttyCPM	c	666	0	0	204	46	0	1	4
 /dev/ttyAMA	c	666	0	0	204	64	0	1	4
 /dev/ttySAC	c	666	0	0	204	64	0	1	4
+/dev/ttySC	c	666	0	0	204	8	0	1	6
 /dev/ttyPSC	c	666	0	0	204	148	0	1	4
 /dev/ttyUL	c	666	0	0	204	187	0	1	4
 /dev/ttymxc	c	666	0	0	207	16	0	1	3
-- 
1.7.1

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

* [Buildroot] [PATCH] sh: Fix displayed name of CodeSourcery toolchain
  2011-03-09 11:40 [Buildroot] [PATCH] sh: Fix displayed name of CodeSourcery toolchain Phil Edworthy
  2011-03-09 11:40 ` [Buildroot] [PATCH] Add Renesas ttySC* devices Phil Edworthy
@ 2011-03-10  7:28 ` Thomas Petazzoni
  2011-04-26 14:37 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2011-03-10  7:28 UTC (permalink / raw)
  To: buildroot

On Wed, 09 Mar 2011 11:40:03 +0000
Phil Edworthy <PHIL.EDWORTHY@renesas.com> wrote:

> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Thanks,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH] sh: Fix displayed name of CodeSourcery toolchain
  2011-03-09 11:40 [Buildroot] [PATCH] sh: Fix displayed name of CodeSourcery toolchain Phil Edworthy
  2011-03-09 11:40 ` [Buildroot] [PATCH] Add Renesas ttySC* devices Phil Edworthy
  2011-03-10  7:28 ` [Buildroot] [PATCH] sh: Fix displayed name of CodeSourcery toolchain Thomas Petazzoni
@ 2011-04-26 14:37 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2011-04-26 14:37 UTC (permalink / raw)
  To: buildroot

>>>>> "Phil" == Phil Edworthy <PHIL.EDWORTHY@renesas.com> writes:

 Phil> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
 Phil> ---
 Phil>  toolchain/toolchain-external/Config.in |    4 ++--
 Phil>  1 files changed, 2 insertions(+), 2 deletions(-)

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] Add Renesas ttySC* devices
  2011-03-09 11:40 ` [Buildroot] [PATCH] Add Renesas ttySC* devices Phil Edworthy
@ 2011-04-26 14:41   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2011-04-26 14:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Phil" == Phil Edworthy <PHIL.EDWORTHY@renesas.com> writes:

 Phil> Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
 Phil> ---
 Phil>  target/generic/device_table.txt |    1 +
 Phil>  1 files changed, 1 insertions(+), 0 deletions(-)

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-04-26 14:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 11:40 [Buildroot] [PATCH] sh: Fix displayed name of CodeSourcery toolchain Phil Edworthy
2011-03-09 11:40 ` [Buildroot] [PATCH] Add Renesas ttySC* devices Phil Edworthy
2011-04-26 14:41   ` Peter Korsgaard
2011-03-10  7:28 ` [Buildroot] [PATCH] sh: Fix displayed name of CodeSourcery toolchain Thomas Petazzoni
2011-04-26 14:37 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox