summaryrefslogtreecommitdiffstats
path: root/bare
diff options
context:
space:
mode:
authorHesham ALMatary <heshamelmatary@gmail.com>2014-08-28 19:14:34 +0200
committerChris Johns <chrisj@rtems.org>2014-08-29 11:51:39 +1000
commit183626a1d4c88bd5e2a829154b1db72642240729 (patch)
tree5d7c5961017e59bc603b7eaf9b475c77430866c7 /bare
parentFix bug of uncompressing zip files. (diff)
downloadrtems-source-builder-183626a1d4c88bd5e2a829154b1db72642240729.tar.bz2
Add support for building bare-metal or1ksim.
This patch adds support to enable RSB to build or1ksim emulator (the main OpenRISC 1000 simulator) from latest or1ksim github repo.
Diffstat (limited to 'bare')
-rw-r--r--bare/config/devel/or1ksim-1.1.0.cfg16
-rw-r--r--bare/config/devel/or1ksim.bset7
2 files changed, 23 insertions, 0 deletions
diff --git a/bare/config/devel/or1ksim-1.1.0.cfg b/bare/config/devel/or1ksim-1.1.0.cfg
new file mode 100644
index 0000000..bfd1a44
--- /dev/null
+++ b/bare/config/devel/or1ksim-1.1.0.cfg
@@ -0,0 +1,16 @@
+#
+# or1ksim emulator 1.1.0
+#
+
+%if %{release} == %{nil}
+%define release 1
+%endif
+
+%include %{_configdir}/base.cfg
+
+%define or1ksim_version 1.1.0
+
+#
+# The or1ksim build instructions. We use 1.x.x Release 1.
+#
+%include %{_configdir}/or1ksim-1-1.cfg
diff --git a/bare/config/devel/or1ksim.bset b/bare/config/devel/or1ksim.bset
new file mode 100644
index 0000000..2941553
--- /dev/null
+++ b/bare/config/devel/or1ksim.bset
@@ -0,0 +1,7 @@
+#
+# Build set for or1ksim emulator
+#
+
+%define release 1
+
+devel/or1ksim-1.1.0