<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video/simplefb.c, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video/simplefb.c?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video/simplefb.c?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2026-05-30T13:44:08Z</updated>
<entry>
<title>video: simplefb: Parse memory region from memory-region property</title>
<updated>2026-05-30T13:44:08Z</updated>
<author>
<name>Aelin Reidel</name>
<email>aelin@mainlining.org</email>
</author>
<published>2026-05-03T19:34:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=258310ab39ab740d302335237d0d7d782cbe9488'/>
<id>urn:sha1:258310ab39ab740d302335237d0d7d782cbe9488</id>
<content type='text'>
Linux' simplefb driver allows setting the memory-region property to a
phandle to a node that describes the memory to be used for the
framebuffer. If it is present, it will override the "reg" property.

This adds support for parsing the property and prefers it if present.

Signed-off-by: Aelin Reidel &lt;aelin@mainlining.org&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: simplefb: Map framebuffer region on probe on ARM64</title>
<updated>2026-05-30T13:44:08Z</updated>
<author>
<name>Luca Weiss</name>
<email>luca.weiss@fairphone.com</email>
</author>
<published>2026-04-08T12:04:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c8b592611fc7b6bacf10226cfada6620ca19011'/>
<id>urn:sha1:1c8b592611fc7b6bacf10226cfada6620ca19011</id>
<content type='text'>
The framebuffer buffer might not be mapped on some devices.

This is #ifdef'ed for ARM64 since mmu_map_region() is not defined for
any other architecture.

Signed-off-by: Luca Weiss &lt;luca.weiss@fairphone.com&gt;
Acked-by: Sumit Garg &lt;sumit.garg@oss.qualcomm.com&gt;
</content>
</entry>
<entry>
<title>video: simplefb: Add stride handling</title>
<updated>2025-12-30T17:23:00Z</updated>
<author>
<name>Igor Belwon</name>
<email>igor.belwon@mentallysanemainliners.org</email>
</author>
<published>2025-11-04T14:50:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac56c61332e6386881f750441e366d029b8dda4f'/>
<id>urn:sha1:ac56c61332e6386881f750441e366d029b8dda4f</id>
<content type='text'>
Some framebuffers (i.e MediaTek) do not have regular stride - its line
length is more than the display width by 8 pixels (on MT6878). As such,
introduce the optional stride property, which fixes these framebuffers.

Signed-off-by: Igor Belwon &lt;igor.belwon@mentallysanemainliners.org&gt;
</content>
</entry>
<entry>
<title>video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n</title>
<updated>2024-10-22T18:56:28Z</updated>
<author>
<name>Eva Kurchatova</name>
<email>lekkit@at.encryp.ch</email>
</author>
<published>2024-10-09T08:48:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=722073a0653dd18d0148dd435f067be4e82f9129'/>
<id>urn:sha1:722073a0653dd18d0148dd435f067be4e82f9129</id>
<content type='text'>
Fix compile warning with !CONFIG_FDT_64BIT by
casting the variable in the debug print.

Signed-off-by: Eva Kurchatova &lt;lekkit@at.encryp.ch&gt;
Reported-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
</content>
</entry>
<entry>
<title>Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"</title>
<updated>2024-05-20T19:35:03Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-05-20T19:35:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=03de305ec48b0bb28554372abb40ccd46dbe0bf9'/>
<id>urn:sha1:03de305ec48b0bb28554372abb40ccd46dbe0bf9</id>
<content type='text'>
As part of bringing the master branch back in to next, we need to allow
for all of these changes to exist here.

Reported-by: Jonas Karlman &lt;jonas@kwiboo.se&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""</title>
<updated>2024-05-19T14:16:36Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-05-19T02:20:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d678a59d2d719da9e807495b4b021501f2836ca5'/>
<id>urn:sha1:d678a59d2d719da9e807495b4b021501f2836ca5</id>
<content type='text'>
When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman &lt;jonas@kwiboo.se&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>video: Remove &lt;common.h&gt; and add needed includes</title>
<updated>2024-05-07T14:00:57Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2024-05-02T01:31:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a2955579e737acf24ad76da4f9d42066ac9d135b'/>
<id>urn:sha1:a2955579e737acf24ad76da4f9d42066ac9d135b</id>
<content type='text'>
Remove &lt;common.h&gt; from this driver directory and when needed
add missing include files directly.

Reviewed-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>video: simplefb: modernise DT parsing</title>
<updated>2024-04-21T07:07:02Z</updated>
<author>
<name>Caleb Connolly</name>
<email>caleb.connolly@linaro.org</email>
</author>
<published>2024-02-16T18:38:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=91e9687b49e7929effcc4464659c31d2ccb46e7b'/>
<id>urn:sha1:91e9687b49e7929effcc4464659c31d2ccb46e7b</id>
<content type='text'>
simplefb was using old style FDT parsing which doesn't behave well in
combination with livetree. Update it to use ofnode instead and add a
missing null check for the "format" property.

Standardise the error logging while we're here.

Fixes: 971d7e64245d ("video: simplefb")
Signed-off-by: Caleb Connolly &lt;caleb.connolly@linaro.org&gt;
</content>
</entry>
<entry>
<title>video: simplefb: add rotation support</title>
<updated>2022-10-30T07:28:40Z</updated>
<author>
<name>Takumi Sueda</name>
<email>puhitaku@gmail.com</email>
</author>
<published>2022-09-13T09:32:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=db2c8ed3a5850e64fcf612d099ce7b22c480a752'/>
<id>urn:sha1:db2c8ed3a5850e64fcf612d099ce7b22c480a752</id>
<content type='text'>
It introduces the way to rotate the screen for boards with rotated screen.

Signed-off-by: Takumi Sueda &lt;puhitaku@gmail.com&gt;
</content>
</entry>
<entry>
<title>video: simplefb: Add 30bpp support</title>
<updated>2021-10-09T16:48:25Z</updated>
<author>
<name>Mark Kettenis</name>
<email>kettenis@openbsd.org</email>
</author>
<published>2021-09-25T20:47:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2c2653d6f98eef645420f170869181710955a166'/>
<id>urn:sha1:2c2653d6f98eef645420f170869181710955a166</id>
<content type='text'>
Recognize the canonical format strings for framebuffers in
30bpp mode and 32/24bpp mode.

Signed-off-by: Mark Kettenis &lt;kettenis@openbsd.org&gt;
</content>
</entry>
</feed>
