<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lbmk.git, branch master</title>
<subtitle>libreboot build system (LibreBoot MaKe)
</subtitle>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/'/>
<entry>
<title>nvmutil: macro safety</title>
<updated>2026-05-26T20:46:07+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-05-26T20:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=049ee793dbbe5c528077402f8ba9cd01b90b6669'/>
<id>049ee793dbbe5c528077402f8ba9cd01b90b6669</id>
<content type='text'>
maximum safety.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
maximum safety.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nvmutil: fix error exits</title>
<updated>2026-05-26T17:48:27+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-05-26T17:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=bc4bc4b67eb8601e48e43b36ad4d57393d2cc382'/>
<id>bc4bc4b67eb8601e48e43b36ad4d57393d2cc382</id>
<content type='text'>
ii used to rely on errno for exit status, but this was flawed.

when removing it, i neglected to adjust the actual error exits,
setting errno accordingly. this patch should fix it. this is
important for scripts that use nvmutil, which may rely on its
error status upon exit.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ii used to rely on errno for exit status, but this was flawed.

when removing it, i neglected to adjust the actual error exits,
setting errno accordingly. this patch should fix it. this is
important for scripts that use nvmutil, which may rely on its
error status upon exit.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply "coreboot/x2e_n150: fix mismatching fsp header"</title>
<updated>2026-05-19T11:07:03+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-05-19T11:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=0e1e0fd0e8a72f10f47adecbe3f2eec1280cd9fc'/>
<id>0e1e0fd0e8a72f10f47adecbe3f2eec1280cd9fc</id>
<content type='text'>
This reverts commit 154c5ff319a5fdc3f55520f483c014f8aeabee16.

this one is still needed, for x2e n150
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 154c5ff319a5fdc3f55520f483c014f8aeabee16.

this one is still needed, for x2e n150
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "cb/default: use rev 62c8197dd25376cb7b18d272af167cb176d28bcf"</title>
<updated>2026-05-19T10:54:05+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-05-19T10:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=ad2d082bc23451d94e53539c304ddbf1b489d41c'/>
<id>ad2d082bc23451d94e53539c304ddbf1b489d41c</id>
<content type='text'>
This reverts commit fedeb6ecd8b5f3ed79dad754e452aecf88cbdde2.

this, along with several other updates, have been reverted.
dell 3050 micro had boot issues, on the update. i therefore
revert the recent revision update, pending further investigation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit fedeb6ecd8b5f3ed79dad754e452aecf88cbdde2.

this, along with several other updates, have been reverted.
dell 3050 micro had boot issues, on the update. i therefore
revert the recent revision update, pending further investigation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "coreboot: never, ever use Werror"</title>
<updated>2026-05-19T10:53:54+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-05-19T10:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=9a132f96a200678d3c66d0abf9e09aa4150a592a'/>
<id>9a132f96a200678d3c66d0abf9e09aa4150a592a</id>
<content type='text'>
This reverts commit 2ecfe63b5f96331d4d7b8afbee07ba9dbd69ef5d.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2ecfe63b5f96331d4d7b8afbee07ba9dbd69ef5d.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "consolidate haswell iommu patches"</title>
<updated>2026-05-19T10:53:46+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-05-19T10:53:46+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=e90e1df74dce25a5bb660e72d8d862671d04300e'/>
<id>e90e1df74dce25a5bb660e72d8d862671d04300e</id>
<content type='text'>
This reverts commit f60350344a56fa2b9db2b0653f69a7b036da8aab.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f60350344a56fa2b9db2b0653f69a7b036da8aab.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "coreboot/x2e_n150: fix mismatching fsp header"</title>
<updated>2026-05-19T10:53:36+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-05-19T10:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=154c5ff319a5fdc3f55520f483c014f8aeabee16'/>
<id>154c5ff319a5fdc3f55520f483c014f8aeabee16</id>
<content type='text'>
This reverts commit 0aa019d323d822f6a1e5c7a8f9a4e463e3d7105f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0aa019d323d822f6a1e5c7a8f9a4e463e3d7105f.
</pre>
</div>
</content>
</entry>
<entry>
<title>coreboot/x2e_n150: fix mismatching fsp header</title>
<updated>2026-05-05T22:21:30+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-05-05T22:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=0aa019d323d822f6a1e5c7a8f9a4e463e3d7105f'/>
<id>0aa019d323d822f6a1e5c7a8f9a4e463e3d7105f</id>
<content type='text'>
thanks to sirlami on irc for pointing this out.

due to lbmk blob policy, we must not distribute
fsp except as the full, concatenated binary, thus
complying with intel's license. it is removed from
builds before release, re-inserted via vendor
inject scripts in the usual way.

a while ago, coreboot updated fsp but i had to keep
it on the earlier version for this board, lest old
releases no longer match vendor insertion; the new
fsp version also wasnet well tested, and didn't seem
to contain any changes reported that pertained to
our use of it.

the fsp headers do not match the fsp binary in use,
causing boot issues for users on topton x2e n150.
this patch should fix the issue, as reported by
sirlami who is the one who found and first tested
this fix; i'm simply changing the configuration,
as per sirlami's guidance.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thanks to sirlami on irc for pointing this out.

due to lbmk blob policy, we must not distribute
fsp except as the full, concatenated binary, thus
complying with intel's license. it is removed from
builds before release, re-inserted via vendor
inject scripts in the usual way.

a while ago, coreboot updated fsp but i had to keep
it on the earlier version for this board, lest old
releases no longer match vendor insertion; the new
fsp version also wasnet well tested, and didn't seem
to contain any changes reported that pertained to
our use of it.

the fsp headers do not match the fsp binary in use,
causing boot issues for users on topton x2e n150.
this patch should fix the issue, as reported by
sirlami who is the one who found and first tested
this fix; i'm simply changing the configuration,
as per sirlami's guidance.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>consolidate haswell iommu patches</title>
<updated>2026-04-23T22:14:25+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-04-23T22:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=f60350344a56fa2b9db2b0653f69a7b036da8aab'/>
<id>f60350344a56fa2b9db2b0653f69a7b036da8aab</id>
<content type='text'>
Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>coreboot: never, ever use Werror</title>
<updated>2026-04-23T20:55:11+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-04-23T19:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=2ecfe63b5f96331d4d7b8afbee07ba9dbd69ef5d'/>
<id>2ecfe63b5f96331d4d7b8afbee07ba9dbd69ef5d</id>
<content type='text'>
not even once

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not even once

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
