Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] nios2: Add new architecture
@ 2013-08-20 11:59 Ezequiel Garcia
  2013-08-20 11:59 ` [Buildroot] [PATCH 2/2] toolchain-external: Add Sourcery CodeBench for Nios-II Ezequiel Garcia
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Ezequiel Garcia @ 2013-08-20 11:59 UTC (permalink / raw)
  To: buildroot

From: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>

This commit adds very basic support to build for the Nios II
architecture. Toolchain support is still missing and instead
we need to use an external custom toolchain.

Notice that this architecture had been previously removed in
Buildroot 2010.05-rc1 release (as explained in the CHANGES file)
and this commit adds it back.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
---
 arch/Config.in       | 11 +++++++++++
 arch/Config.in.nios2 |  5 +++++
 2 files changed, 16 insertions(+)
 create mode 100644 arch/Config.in.nios2

diff --git a/arch/Config.in b/arch/Config.in
index 0b5b218..2495110 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -124,6 +124,13 @@ config BR2_mips64el
 	  http://www.mips.com/
 	  http://en.wikipedia.org/wiki/MIPS_Technologies
 
+config BR2_nios2
+	bool "Nios II"
+	help
+	  Nios II is a soft core processor from Altera Coporation.
+	  http://www.altera.com/
+	  http://en.wikipedia.org/wiki/Nios_II
+
 config BR2_powerpc
 	bool "PowerPC"
 	help
@@ -305,6 +312,10 @@ if BR2_mips || BR2_mips64 || BR2_mipsel || BR2_mips64el
 source "arch/Config.in.mips"
 endif
 
+if BR2_nios2
+source "arch/Config.in.nios2"
+endif
+
 if BR2_powerpc
 source "arch/Config.in.powerpc"
 endif
diff --git a/arch/Config.in.nios2 b/arch/Config.in.nios2
new file mode 100644
index 0000000..ed63898
--- /dev/null
+++ b/arch/Config.in.nios2
@@ -0,0 +1,5 @@
+config BR2_ARCH
+	default "nios2"
+
+config BR2_ENDIAN
+	default "LITTLE"
-- 
1.8.1.5

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

end of thread, other threads:[~2013-08-21 19:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 11:59 [Buildroot] [PATCH 1/2] nios2: Add new architecture Ezequiel Garcia
2013-08-20 11:59 ` [Buildroot] [PATCH 2/2] toolchain-external: Add Sourcery CodeBench for Nios-II Ezequiel Garcia
2013-08-21  6:15   ` Arnout Vandecappelle
2013-08-21 13:32     ` Ezequiel García
2013-08-21 16:57       ` Arnout Vandecappelle
2013-08-21 19:23         ` Ezequiel García
2013-08-21 19:27           ` Arnout Vandecappelle
2013-08-21 18:47       ` Thomas Petazzoni
2013-08-21 19:18         ` Ezequiel García
2013-08-20 21:13 ` [Buildroot] [PATCH 1/2] nios2: Add new architecture Thomas De Schampheleire
2013-08-20 23:59   ` Ezequiel García
2013-08-21  6:13 ` Arnout Vandecappelle
2013-08-21 13:30   ` Ezequiel García
2013-08-21 18:52     ` Thomas Petazzoni

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