<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freedom-e-sdk/scripts, branch useTimerIRQ</title>
<subtitle>my bad beginner RISC-V assembly LED blinking code.</subtitle>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/'/>
<entry>
<title>Merge pull request #284 from sifive/remove-pmp-fixup</title>
<updated>2019-06-21T16:36:43+00:00</updated>
<author>
<name>Nathaniel Graff</name>
<email>nathaniel.graff@sifive.com</email>
</author>
<published>2019-06-21T16:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/commit/?id=eecf71d7cf0ec12997dbceffde190b1086595908'/>
<id>eecf71d7cf0ec12997dbceffde190b1086595908</id>
<content type='text'>
Don't add riscv,pmpregions to DTS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't add riscv,pmpregions to DTS</pre>
</div>
</content>
</entry>
<entry>
<title>make "clean" work too.</title>
<updated>2019-06-20T18:20:07+00:00</updated>
<author>
<name>Kevin Mills</name>
<email>kevin.mills@sifive.com</email>
</author>
<published>2019-06-20T18:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/commit/?id=8c9a08bc9afbaf08f055e4fa3c7daaa7153af569'/>
<id>8c9a08bc9afbaf08f055e4fa3c7daaa7153af569</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder CFLAGS for benchmarks</title>
<updated>2019-06-17T21:44:41+00:00</updated>
<author>
<name>Nathaniel Graff</name>
<email>nathaniel.graff@sifive.com</email>
</author>
<published>2019-06-17T21:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/commit/?id=296af1ce268c943f6a2b884409efcb1d2571867d'/>
<id>296af1ce268c943f6a2b884409efcb1d2571867d</id>
<content type='text'>
Add benchmark flags after loading the flags for the configuration so
that the benchmarks can override the configuration's flags.

Signed-off-by: Nathaniel Graff &lt;nathaniel.graff@sifive.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add benchmark flags after loading the flags for the configuration so
that the benchmarks can override the configuration's flags.

Signed-off-by: Nathaniel Graff &lt;nathaniel.graff@sifive.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't add riscv,pmpregions to DTS</title>
<updated>2019-06-14T16:29:48+00:00</updated>
<author>
<name>Nathaniel Graff</name>
<email>nathaniel.graff@sifive.com</email>
</author>
<published>2019-06-14T16:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/commit/?id=a61e86f0b9e5c27ba0f6aa792ffee43a2283b61c'/>
<id>a61e86f0b9e5c27ba0f6aa792ffee43a2283b61c</id>
<content type='text'>
19.05-generated hardware no longer needs this, and adding the node to
targets which don't support PMPs causes the wrong failure when trying to
use the Metal PMP API.

Signed-off-by: Nathaniel Graff &lt;nathaniel.graff@sifive.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
19.05-generated hardware no longer needs this, and adding the node to
targets which don't support PMPs causes the wrong failure when trying to
use the Metal PMP API.

Signed-off-by: Nathaniel Graff &lt;nathaniel.graff@sifive.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't add a testram in fixup-dts</title>
<updated>2019-06-13T17:11:19+00:00</updated>
<author>
<name>Nathaniel Graff</name>
<email>nathaniel.graff@sifive.com</email>
</author>
<published>2019-06-13T17:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/commit/?id=edd87be561ea4ad239cc34c8a2ace427259d4106'/>
<id>edd87be561ea4ad239cc34c8a2ace427259d4106</id>
<content type='text'>
Signed-off-by: Nathaniel Graff &lt;nathaniel.graff@sifive.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nathaniel Graff &lt;nathaniel.graff@sifive.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #279 from sifive/use-bash</title>
<updated>2019-06-10T17:09:06+00:00</updated>
<author>
<name>Nathaniel Graff</name>
<email>nathaniel.graff@sifive.com</email>
</author>
<published>2019-06-10T17:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/commit/?id=60e6fe541e029b07e59e5c3f312218ebbe73fbdd'/>
<id>60e6fe541e029b07e59e5c3f312218ebbe73fbdd</id>
<content type='text'>
Standardize on bash for shell scripts</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Standardize on bash for shell scripts</pre>
</div>
</content>
</entry>
<entry>
<title>Quote strings properly in scripts/fixup-dts.</title>
<updated>2019-06-08T03:04:44+00:00</updated>
<author>
<name>Michael Maloney</name>
<email>michael.maloney@sifive.com</email>
</author>
<published>2019-06-08T03:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/commit/?id=2ca0d97e5bc3c7bfc2ddb6c603073d053438c56a'/>
<id>2ca0d97e5bc3c7bfc2ddb6c603073d053438c56a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize on bash for shell scripts</title>
<updated>2019-06-07T20:24:13+00:00</updated>
<author>
<name>Nathaniel Graff</name>
<email>nathaniel.graff@sifive.com</email>
</author>
<published>2019-06-07T20:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/commit/?id=e79812f58751a78ebfd21806aaa1de2e6fcadff6'/>
<id>e79812f58751a78ebfd21806aaa1de2e6fcadff6</id>
<content type='text'>
Use #!/bin/bash in all shell scripts

Signed-off-by: Nathaniel Graff &lt;nathaniel.graff@sifive.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use #!/bin/bash in all shell scripts

Signed-off-by: Nathaniel Graff &lt;nathaniel.graff@sifive.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #269 from sifive/fixup-bug-fixes</title>
<updated>2019-06-06T23:05:23+00:00</updated>
<author>
<name>Nathaniel Graff</name>
<email>nathaniel.graff@sifive.com</email>
</author>
<published>2019-06-06T23:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/commit/?id=55322c92d7028f98ff3be82009cb163a11c6b14f'/>
<id>55322c92d7028f98ff3be82009cb163a11c6b14f</id>
<content type='text'>
DTS Fixup bug fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DTS Fixup bug fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #265 from sifive/open-docs</title>
<updated>2019-06-05T19:52:53+00:00</updated>
<author>
<name>Nathaniel Graff</name>
<email>nathaniel.graff@sifive.com</email>
</author>
<published>2019-06-05T19:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://sillymon.ch/cgit/freedom-e-sdk/commit/?id=1870b34bd69142910688f7a96b36397dae1c670d'/>
<id>1870b34bd69142910688f7a96b36397dae1c670d</id>
<content type='text'>
Add make target to open local documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add make target to open local documentation</pre>
</div>
</content>
</entry>
</feed>
