<p dir="ltr"><br>
On Sep 7, 2014 3:18 AM, "Joel Sherrill" <<a href="mailto:joel.sherrill@oarcorp.com">joel.sherrill@oarcorp.com</a>> wrote:<br>
><br>
> Shouldn't your name be on it? :)<br>
><br>
I did almost nothing but copying another file and changing few lines to fit with or1k :-) <br>
> Post the list of failures on devel@ and maybe they will be ones we recognize as common.<br>
><br>
Unfortunately I am running RTEMS Tester again now (after a few modifications and new build of rtems), so the log file is overwritten. It's 4:24 AM here, so I will leave it running and post results tomorrow.</p>
<p dir="ltr">Ah, please do not miss the latest patches I submitted to the mailing list, these results depends on it.<br>
> On September 6, 2014 8:16:58 PM CDT, Hesham ALMatary <<a href="mailto:heshamelmatary@gmail.com">heshamelmatary@gmail.com</a>> wrote:<br>
> >---<br>
> >tester/rtems/testing/bsps/<a href="http://or1ksim.mc">or1ksim.mc</a> | 53<br>
> >++++++++++++++++++++++++++++++++++++<br>
> > 1 file changed, 53 insertions(+)<br>
> > create mode 100644 tester/rtems/testing/bsps/<a href="http://or1ksim.mc">or1ksim.mc</a><br>
> ><br>
> >diff --git a/tester/rtems/testing/bsps/<a href="http://or1ksim.mc">or1ksim.mc</a><br>
> >b/tester/rtems/testing/bsps/<a href="http://or1ksim.mc">or1ksim.mc</a><br>
> >new file mode 100644<br>
> >index 0000000..7222a7f<br>
> >--- /dev/null<br>
> >+++ b/tester/rtems/testing/bsps/<a href="http://or1ksim.mc">or1ksim.mc</a><br>
> >@@ -0,0 +1,53 @@<br>
> >+#<br>
> >+# RTEMS Tools Project (<a href="http://www.rtems.org/">http://www.rtems.org/</a>)<br>
> >+# Copyright 2010-2014 Chris Johns (<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>)<br>
> >+# All rights reserved.<br>
> >+#<br>
> >+# This file is part of the RTEMS Tools package in 'rtems-tools'.<br>
> >+#<br>
> >+# Redistribution and use in source and binary forms, with or without<br>
> >+# modification, are permitted provided that the following conditions<br>
> >are met:<br>
> >+#<br>
> >+# 1. Redistributions of source code must retain the above copyright<br>
> >notice,<br>
> >+# this list of conditions and the following disclaimer.<br>
> >+#<br>
> >+# 2. Redistributions in binary form must reproduce the above copyright<br>
> >notice,<br>
> >+# this list of conditions and the following disclaimer in the<br>
> >documentation<br>
> >+# and/or other materials provided with the distribution.<br>
> >+#<br>
> >+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS<br>
> >"AS IS"<br>
> >+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED<br>
> >TO, THE<br>
> >+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR<br>
> >PURPOSE<br>
> >+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR<br>
> >CONTRIBUTORS BE<br>
> >+# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR<br>
> >+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF<br>
> >+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR<br>
> >BUSINESS<br>
> >+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER<br>
> >IN<br>
> >+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR<br>
> >OTHERWISE)<br>
> >+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED<br>
> >OF THE<br>
> >+# POSSIBILITY OF SUCH DAMAGE.<br>
> >+#<br>
> >+<br>
> >+#<br>
> >+# All paths in defaults must be Unix format. Do not store any Windows<br>
> >format<br>
> >+# paths in the defaults.<br>
> >+#<br>
> >+# Every entry must describe the type of checking a host must pass.<br>
> >+#<br>
> >+# Records:<br>
> >+#  key: type, attribute, value<br>
> >+#   type     : none, dir, exe, triplet<br>
> >+#   attribute: none, required, optional<br>
> >+#   value    : 'single line', '''multi line'''<br>
> >+#<br>
> >+<br>
> >+#<br>
> >+# The or1ksim BSP<br>
> >+#<br>
> >+[global]<br>
> >+bsp:                      none,    none,     'or1ksim'<br>
> >+<br>
> >+[or1ksim]<br>
> >+or1ksim:      none,    none,  '%{_rtscripts}/qemu.cfg'<br>
> >+or1ksim_arch: none,    none,  'or32'<br>
> >+or1ksim_opts: none,    none,  '%{qemu_opts_base} %{qemu_opts_no_net}<br>
> >-m 32M'<br>
><br>
</p>