<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lbmk.git/.gitignore, branch 20230625</title>
<subtitle>libreboot build system (LibreBoot MaKe)
</subtitle>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/'/>
<entry>
<title>update .gitignore</title>
<updated>2023-06-25T13:17:29+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-06-25T13:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=68d4710785dec06de3538e10f27ee86ae258db72'/>
<id>68d4710785dec06de3538e10f27ee86ae258db72</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>Cache downloads based on checksum</title>
<updated>2023-06-17T15:15:55+00:00</updated>
<author>
<name>Riku Viitanen</name>
<email>riku.viitanen@protonmail.com</email>
</author>
<published>2023-06-17T15:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=0f4f32cfc2bd89831eb9fd7623b850d88881e596'/>
<id>0f4f32cfc2bd89831eb9fd7623b850d88881e596</id>
<content type='text'>
Since many boards use the same ME firmware, we could save
everyone's bandwidth and time by caching the update files.

Signed-off-by: Riku Viitanen &lt;riku.viitanen@protonmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since many boards use the same ME firmware, we could save
everyone's bandwidth and time by caching the update files.

Signed-off-by: Riku Viitanen &lt;riku.viitanen@protonmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>blobutil: support downloading E6400 VGA ROM</title>
<updated>2023-05-06T21:23:27+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-05-06T20:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=5a197b4ff160a348179a3350af266c6b87a3aa04'/>
<id>5a197b4ff160a348179a3350af266c6b87a3aa04</id>
<content type='text'>
For Nvidia GPU models of Dell Latitude E6400
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For Nvidia GPU models of Dell Latitude E6400
</pre>
</div>
</content>
</entry>
<entry>
<title>Import new util: bios_extract</title>
<updated>2023-05-06T16:15:14+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-05-06T16:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=6d0ff0286451dc43d32428a44a68d07bc13c058a'/>
<id>6d0ff0286451dc43d32428a44a68d07bc13c058a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add e6400_flash_unlock binary to .gitignore</title>
<updated>2023-05-06T06:23:45+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-05-06T06:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=f820e3049a7eb11be5d0ab5176c0c85bef52782a'/>
<id>f820e3049a7eb11be5d0ab5176c0c85bef52782a</id>
<content type='text'>
only src should be in git
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only src should be in git
</pre>
</div>
</content>
</entry>
<entry>
<title>blobutil: support fetching KBC1126 EC (HP laptops)</title>
<updated>2023-04-14T23:11:23+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-02T00:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=b9ee4e79c33365ede01fb7d2a0d5c8f3c1a1928c'/>
<id>b9ee4e79c33365ede01fb7d2a0d5c8f3c1a1928c</id>
<content type='text'>
This is useful for e.g. HP EliteBook 2560p.

In coreboot config, enable e.g. (for lbmk blobutil):

CONFIG_KBC1126_FW1="../../ec/hp2560p/ec.bin.fw1"
CONFIG_KBC1126_FW2="../../ec/hp2560p/ec.bin.fw2"

In resources/blobs/sources you would have these entries:

EC_url
EC_url_bkup
EC_hash
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful for e.g. HP EliteBook 2560p.

In coreboot config, enable e.g. (for lbmk blobutil):

CONFIG_KBC1126_FW1="../../ec/hp2560p/ec.bin.fw1"
CONFIG_KBC1126_FW2="../../ec/hp2560p/ec.bin.fw2"

In resources/blobs/sources you would have these entries:

EC_url
EC_url_bkup
EC_hash
</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>update .gitignore</title>
<updated>2023-04-01T16:14:07+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-01T16:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=424df36766b56f0af78c29ae6567deea77336602'/>
<id>424df36766b56f0af78c29ae6567deea77336602</id>
<content type='text'>
yeah and don't hardcode me.bin. just don't show any me.bin in git
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
yeah and don't hardcode me.bin. just don't show any me.bin in git
</pre>
</div>
</content>
</entry>
<entry>
<title>update gitignore</title>
<updated>2022-11-19T03:49:24+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2022-11-19T03:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=f5b4eb3f1e1e669c9b2c34a64dcabaa0e978831a'/>
<id>f5b4eb3f1e1e669c9b2c34a64dcabaa0e978831a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update .gitignore</title>
<updated>2022-11-17T12:08:06+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2022-11-17T12:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=a7b8d0cf0d63d231f88f46c927c304d68a3eb132'/>
<id>a7b8d0cf0d63d231f88f46c927c304d68a3eb132</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
