<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lbmk.git/util, branch 20230423</title>
<subtitle>libreboot build system (LibreBoot MaKe)
</subtitle>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/'/>
<entry>
<title>util/e6400-flash-unlock: restore README</title>
<updated>2023-04-19T17:40:04+00:00</updated>
<author>
<name>Nicholas Chin</name>
<email>nic.c3.14@gmail.com</email>
</author>
<published>2023-04-19T17:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=eb32e4932738cb2901a5118c9e511c0191382388'/>
<id>eb32e4932738cb2901a5118c9e511c0191382388</id>
<content type='text'>
when nicholas added this, he removed the README because it's
going on libreboot.org instead. however, i merged a WIP version
of his page for now because i want to get the e6400 going in
libreboot sooner. so, temp-readding this README. will just
link to this on codeberg or something, from the lb docs

NOTE: I didn't write this README, hence author field set
in the commit. Nicholas wrote it, but I (Leah Rowe) am just
adding it. so, git author set to nicholas, not me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when nicholas added this, he removed the README because it's
going on libreboot.org instead. however, i merged a WIP version
of his page for now because i want to get the e6400 going in
libreboot sooner. so, temp-readding this README. will just
link to this on codeberg or something, from the lb docs

NOTE: I didn't write this README, hence author field set
in the commit. Nicholas wrote it, but I (Leah Rowe) am just
adding it. so, git author set to nicholas, not me
</pre>
</div>
</content>
</entry>
<entry>
<title>Add E6400 flash unlock utility</title>
<updated>2023-04-19T06:31:33+00:00</updated>
<author>
<name>Nicholas Chin</name>
<email>nic.c3.14@gmail.com</email>
</author>
<published>2023-04-19T06:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=a11f2d2e5e41381e39b689fe57492bdd79def2e0'/>
<id>a11f2d2e5e41381e39b689fe57492bdd79def2e0</id>
<content type='text'>
Adding it to lbmk for now as it is not yet in coreboot. If it is merged
into coreboot we can just reference the one there. The original README
will be incorporated into a new page on lbwww, so README.md just points
to a placeholder URL that should match the new page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding it to lbmk for now as it is not yet in coreboot. If it is merged
into coreboot we can just reference the one there. The original README
will be incorporated into a new page on lbwww, so README.md just points
to a placeholder URL that should match the new page.
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: sort includes alphabetically</title>
<updated>2023-04-15T20:18:12+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-15T20:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=8fb54e801f64eb50ab2702930d412f80e0fd8f6b'/>
<id>8fb54e801f64eb50ab2702930d412f80e0fd8f6b</id>
<content type='text'>
small nitpick, but i try to use openbsd style
since i like that style. upon further reading
of their style guidelines today, it was revealed
to me that for includes, they:

* sort sys/ includes alphabetically, at the top
* after sys/ includes, have an empty line
* includes for networking-related headers below that
* empty space below networking headers if there
* after that, have the rest of the includes, sorted
  alphabetically

at least, that is my understanding. i have to admit,
it does look cleaner

not really that critical but why not do it?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
small nitpick, but i try to use openbsd style
since i like that style. upon further reading
of their style guidelines today, it was revealed
to me that for includes, they:

* sort sys/ includes alphabetically, at the top
* after sys/ includes, have an empty line
* includes for networking-related headers below that
* empty space below networking headers if there
* after that, have the rest of the includes, sorted
  alphabetically

at least, that is my understanding. i have to admit,
it does look cleaner

not really that critical but why not do it?
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: don't display errant whitespace</title>
<updated>2023-04-10T23:46:45+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-10T23:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=903fa5905679c0417015a48be77098d770707e5b'/>
<id>903fa5905679c0417015a48be77098d770707e5b</id>
<content type='text'>
At the end of each line is an errant space.

Fix that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the end of each line is an errant space.

Fix that.
</pre>
</div>
</content>
</entry>
<entry>
<title>add ich9utils back to utils</title>
<updated>2023-04-08T17:36:50+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-08T02:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=eb9d06304049ca03e4d00c81b43fb996d8424a1f'/>
<id>eb9d06304049ca03e4d00c81b43fb996d8424a1f</id>
<content type='text'>
don't download it. keep it in lbmk.

libreboot moved to codeberg for git hosting,
and i didn't want to keep lugging around an
extra git repo just for one tiny project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
don't download it. keep it in lbmk.

libreboot moved to codeberg for git hosting,
and i didn't want to keep lugging around an
extra git repo just for one tiny project.
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: even crazier code size reduction</title>
<updated>2023-04-07T13:55:04+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-07T13:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=58e12063c72b7b2a7f4bb2c0c9e71b467d41d2c1'/>
<id>58e12063c72b7b2a7f4bb2c0c9e71b467d41d2c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: yet more code size optimisation</title>
<updated>2023-04-07T13:11:19+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-07T13:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=2ae9ff54467911a1c7e5b65b52a3144aa7a123ed'/>
<id>2ae9ff54467911a1c7e5b65b52a3144aa7a123ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: more code size optimisations</title>
<updated>2023-04-07T12:43:37+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-07T12:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=bae37e30ea5e7cacb7d6e7a59cdcc1c26caba49b'/>
<id>bae37e30ea5e7cacb7d6e7a59cdcc1c26caba49b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: minor code size optimisation</title>
<updated>2023-04-07T02:35:47+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-07T01:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=7755f0e0c78ab0d8bb5f52efbce5137e1914abaa'/>
<id>7755f0e0c78ab0d8bb5f52efbce5137e1914abaa</id>
<content type='text'>
not just sloccount, but compiled binary size as
tested with tcc on an x86_64 host
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not just sloccount, but compiled binary size as
tested with tcc on an x86_64 host
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: fix possible regression</title>
<updated>2023-04-07T01:08:06+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-07T01:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=34eeca1f031f1b7ab559f5e6d840b4f4aca9eabe'/>
<id>34eeca1f031f1b7ab559f5e6d840b4f4aca9eabe</id>
<content type='text'>
i went too hard on the sloc reductions

a check inside a for loop could cause
incomplete reading of gbe images

revert that
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i went too hard on the sloc reductions

a check inside a for loop could cause
incomplete reading of gbe images

revert that
</pre>
</div>
</content>
</entry>
</feed>
