<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lbmk.git, branch x220normal</title>
<subtitle>libreboot build system (LibreBoot MaKe)
</subtitle>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/'/>
<entry>
<title>for runxiyu: x220normal_8mb</title>
<updated>2026-09-22T11:32:52+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-09-22T11:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=32b625afd555655c1c00d16e6fba3d2eb14756dc'/>
<id>32b625afd555655c1c00d16e6fba3d2eb14756dc</id>
<content type='text'>
no vga rom. you must insert the vga rom manually after building
this.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no vga rom. you must insert the vga rom manually after building
this.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rom.sh: only use edk2 on libgfx/cbfb or fspgop</title>
<updated>2026-09-22T10:50:09+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-09-22T10:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=31ae615a38d700faee56d8e65d0edf881208b765'/>
<id>31ae615a38d700faee56d8e65d0edf881208b765</id>
<content type='text'>
don't use it on vgarom or textmode

it's assumed that on vgarom mode, which we have
only ever used once anyway, it'll boot in text mode.

"normal" is allowed, because that's on systems with
only a graphics card, where presumably a gop rom
would be present.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
don't use it on vgarom or textmode

it's assumed that on vgarom mode, which we have
only ever used once anyway, it'll boot in text mode.

"normal" is allowed, because that's on systems with
only a graphics card, where presumably a gop rom
would be present.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rom.sh: fix bad variable (payload_edk2)</title>
<updated>2026-09-22T10:42:42+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-09-22T10:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=b1aad228e8feef8e9854f976f6a2d3bf0203d299'/>
<id>b1aad228e8feef8e9854f976f6a2d3bf0203d299</id>
<content type='text'>
whoops

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

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dell5050sff: enable edk2 payload for testing</title>
<updated>2026-09-22T10:06:25+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-09-22T10:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=3a03cca7b3851b1ddf59fab96a77e210eebbebe5'/>
<id>3a03cca7b3851b1ddf59fab96a77e210eebbebe5</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>edk2: don't use a defconfig</title>
<updated>2026-09-22T09:22:28+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-09-22T09:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=0fbae18487a56daa5a2f6c27b689a7a583b8eb5c'/>
<id>0fbae18487a56daa5a2f6c27b689a7a583b8eb5c</id>
<content type='text'>
defconfigs suck

yes, CONFIG_ARCH unknown, says coreboot

i could manually tweak it, or... i can use
the automation in coreboot's build system,
and libreboot's enlightened policy not to
use hacky defconfigs.

this fixes the build.

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

yes, CONFIG_ARCH unknown, says coreboot

i could manually tweak it, or... i can use
the automation in coreboot's build system,
and libreboot's enlightened policy not to
use hacky defconfigs.

this fixes the build.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>experimental edk2 support</title>
<updated>2026-09-22T08:45:24+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-09-22T07:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=8f6b42dfbaada38618deb888a20bb42689704ea2'/>
<id>8f6b42dfbaada38618deb888a20bb42689704ea2</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>fix up bad patch in coreboot/default</title>
<updated>2026-09-22T08:43:13+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-09-22T08:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=8fab3275190e9dbd8e66528ce1ec8c92becdc3c7'/>
<id>8fab3275190e9dbd8e66528ce1ec8c92becdc3c7</id>
<content type='text'>
accidentally added a bunch of useless crap

i manually edited this diff by hand, because i can

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
accidentally added a bunch of useless crap

i manually edited this diff by hand, because i can

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>coreboot: add dell optiplex 5050 sff mainboard</title>
<updated>2026-09-21T19:22:37+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-09-21T18:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=365d8b2d6facaec049c0b809dab1f1dcf0e07204'/>
<id>365d8b2d6facaec049c0b809dab1f1dcf0e07204</id>
<content type='text'>
thank you Ron Nazarov for adding this board to coreboot.
thank you Nicholas Chin for assisting Ron with this port.

NOTE:
pcie hotplug disabled on pcie x4 and m2 slot. i added this
patch myself because ron neglected to. it's necessary for
stability in linux when using nvme ssds, otherwise devices
will rename. i don't need to actually confirm whether it
also happens on this board, because turn off hotplug doesn't
really affect the user anyway, so there's no harm turning
this off.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thank you Ron Nazarov for adding this board to coreboot.
thank you Nicholas Chin for assisting Ron with this port.

NOTE:
pcie hotplug disabled on pcie x4 and m2 slot. i added this
patch myself because ron neglected to. it's necessary for
stability in linux when using nvme ssds, otherwise devices
will rename. i don't need to actually confirm whether it
also happens on this board, because turn off hotplug doesn't
really affect the user anyway, so there's no harm turning
this off.

Signed-off-by: Leah Rowe &lt;leah@libreboot.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cb/default: use std=gnu2x</title>
<updated>2026-09-21T12:02:07+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-09-21T12:02:07+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=5fcf132432a13900094659c05b4fac7fd860dbb8'/>
<id>5fcf132432a13900094659c05b4fac7fd860dbb8</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>disable werror on libarchive</title>
<updated>2026-09-21T11:44:00+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2026-09-21T11:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=36b09480dba3ddfb07c1bc5e879db81f17966a43'/>
<id>36b09480dba3ddfb07c1bc5e879db81f17966a43</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>
</feed>
