summaryrefslogtreecommitdiff
path: root/arch/Config.in.or1k
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-25 07:35:07 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-01-25 22:53:53 +0100
commita818e29e76d9a083877094ed7bb3e9cfd31f3a46 (patch)
tree3e745971e8de38616133236b75aea78c431b4ee4 /arch/Config.in.or1k
parentf923eed010061f1d3c26332cb681f6d54c44225e (diff)
arch: add OpenRISC architecture support
Add support for OpenRISC. See here for more details about OpenRISC http://openrisc.io. All buildroot included upstream binutils versions are supported. Gcc support is not upstream, to be able to enable musl C library support later, we use the branch with musl support. At the moment it is possible to build a musl based toolchain, but bootup in Qemu fails. Gdb is only working to debug bare-metal code, there is no support for gdbserver/gdb on Linux, yet. [Peter: drop ?= for GCC_SOURCE] Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Tested-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'arch/Config.in.or1k')
-rw-r--r--arch/Config.in.or1k5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/Config.in.or1k b/arch/Config.in.or1k
new file mode 100644
index 000000000..dba64a6ac
--- /dev/null
+++ b/arch/Config.in.or1k
@@ -0,0 +1,5 @@
+config BR2_ARCH
+ default "or1k"
+
+config BR2_ENDIAN
+ default "BIG"