<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lbmk.git/resources/u-boot/gru_bob/config, branch 20221214</title>
<subtitle>libreboot build system (LibreBoot MaKe)
</subtitle>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/'/>
<entry>
<title>u-boot: Add video damage tracking patch series</title>
<updated>2022-12-10T11:19:00+00:00</updated>
<author>
<name>Alper Nebi Yasak</name>
<email>alpernebiyasak@gmail.com</email>
</author>
<published>2022-12-07T10:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=6cabcec51d39a6d4c6176de4486a95cbb492fc24'/>
<id>6cabcec51d39a6d4c6176de4486a95cbb492fc24</id>
<content type='text'>
Add a series posted to upstream mailing lists that makes the GRUB
text-mode console faster by implementing video damage tracking [1].
Refresh the config files to include its new VIDEO_DAMAGE Kconfig.

Patch 7/7 upstream has a tiny conflict with "Improve UEFI experience"
series we already have, but it's only in the diff context. No changes
other than fixing that.

[1] https://lore.kernel.org/u-boot/20220609225921.62462-1-agraf@csgraf.de/

Signed-off-by: Alper Nebi Yasak &lt;alpernebiyasak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a series posted to upstream mailing lists that makes the GRUB
text-mode console faster by implementing video damage tracking [1].
Refresh the config files to include its new VIDEO_DAMAGE Kconfig.

Patch 7/7 upstream has a tiny conflict with "Improve UEFI experience"
series we already have, but it's only in the diff context. No changes
other than fixing that.

[1] https://lore.kernel.org/u-boot/20220609225921.62462-1-agraf@csgraf.de/

Signed-off-by: Alper Nebi Yasak &lt;alpernebiyasak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot: Set default revision to v2022.10</title>
<updated>2022-12-10T11:19:00+00:00</updated>
<author>
<name>Alper Nebi Yasak</name>
<email>alpernebiyasak@gmail.com</email>
</author>
<published>2022-12-07T11:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=38328b93946733ecaaf059352f8d3634f4f180c5'/>
<id>38328b93946733ecaaf059352f8d3634f4f180c5</id>
<content type='text'>
Set revision to the commit hash of the v2022.10 release, and run "make
olddefconfig" for all boards to refresh the configs.

Signed-off-by: Alper Nebi Yasak &lt;alpernebiyasak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set revision to the commit hash of the v2022.10 release, and run "make
olddefconfig" for all boards to refresh the configs.

Signed-off-by: Alper Nebi Yasak &lt;alpernebiyasak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>u-boot: Add bob chromebook configs</title>
<updated>2022-08-29T09:09:39+00:00</updated>
<author>
<name>Alper Nebi Yasak</name>
<email>alpernebiyasak@gmail.com</email>
</author>
<published>2022-08-28T10:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=ff39bba2fa262e09690fb5a05e139931cea4af35'/>
<id>ff39bba2fa262e09690fb5a05e139931cea4af35</id>
<content type='text'>
This adds U-Boot configuration for the ASUS Chromebook Flip C101,
also known as "chromebook_bob" in the U-Boot upstream defconfigs. It
uses the shared tree for the "gru" baseboard.

The config has the following diffconfig from kevin:

    # chromebook_bob instead of chromebook_kevin
     DEFAULT_DEVICE_TREE "rk3399-gru-kevin" -&gt; "rk3399-gru-bob"
     DEFAULT_FDT_FILE "rockchip/rk3399-gru-kevin.dtb" -&gt; "rockchip/rk3399-gru-bob.dtb"
     OF_LIST "rk3399-gru-kevin" -&gt; "rk3399-gru-bob"
     SPL_OF_LIST "rk3399-gru-kevin" -&gt; "rk3399-gru-bob"
     TARGET_CHROMEBOOK_BOB n -&gt; y
     TARGET_CHROMEBOOK_KEVIN y -&gt; n

    # Display resolution is 1280x800, and no need for the big font
     VIDEO_FONT_8X16 n -&gt; y
     VIDEO_FONT_TER16X32 y -&gt; n
     VIDEO_ROCKCHIP_MAX_XRES 2400 -&gt; 1280
     VIDEO_ROCKCHIP_MAX_YRES 1600 -&gt; 800

Untested since I don't have the bob chromebook.

Signed-off-by: Alper Nebi Yasak &lt;alpernebiyasak@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds U-Boot configuration for the ASUS Chromebook Flip C101,
also known as "chromebook_bob" in the U-Boot upstream defconfigs. It
uses the shared tree for the "gru" baseboard.

The config has the following diffconfig from kevin:

    # chromebook_bob instead of chromebook_kevin
     DEFAULT_DEVICE_TREE "rk3399-gru-kevin" -&gt; "rk3399-gru-bob"
     DEFAULT_FDT_FILE "rockchip/rk3399-gru-kevin.dtb" -&gt; "rockchip/rk3399-gru-bob.dtb"
     OF_LIST "rk3399-gru-kevin" -&gt; "rk3399-gru-bob"
     SPL_OF_LIST "rk3399-gru-kevin" -&gt; "rk3399-gru-bob"
     TARGET_CHROMEBOOK_BOB n -&gt; y
     TARGET_CHROMEBOOK_KEVIN y -&gt; n

    # Display resolution is 1280x800, and no need for the big font
     VIDEO_FONT_8X16 n -&gt; y
     VIDEO_FONT_TER16X32 y -&gt; n
     VIDEO_ROCKCHIP_MAX_XRES 2400 -&gt; 1280
     VIDEO_ROCKCHIP_MAX_YRES 1600 -&gt; 800

Untested since I don't have the bob chromebook.

Signed-off-by: Alper Nebi Yasak &lt;alpernebiyasak@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
