<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/video, branch v2023.10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2023.10</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/video?h=v2023.10'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-08-14T13:11:09Z</updated>
<entry>
<title>Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodians/u-boot-rockchip</title>
<updated>2023-08-14T13:11:09Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-08-14T13:11:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=832148f675e427060be074c276956962fa9b5cb6'/>
<id>urn:sha1:832148f675e427060be074c276956962fa9b5cb6</id>
<content type='text'>
- Add board: rk3568 EmbedFire Lubancat 2
- Fixes for rk3568 clock and pinctrl;
- Fixes for rk3308 clock and uart;
- rk3328 rock64 updates;
- Video fix on veyron board;
</content>
</entry>
<entry>
<title>bcm2835: Add simiple-framebuffer for use with fkms</title>
<updated>2023-08-13T21:55:57Z</updated>
<author>
<name>Jason Wessel</name>
<email>jason.wessel@windriver.com</email>
</author>
<published>2023-07-26T02:42:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=28cd244e847c9a3becc954b5d911a7e67f34b14a'/>
<id>urn:sha1:28cd244e847c9a3becc954b5d911a7e67f34b14a</id>
<content type='text'>
When the fkms dtb overlay is used only the simple-framebuffer is
presented as a usable video display. So, add "simple-framebuffer"
compatible to enable video driver bcm2835.

Signed-off-by: Jason Wessel &lt;jason.wessel@windriver.com&gt;
Signed-off-by: Meng Li &lt;Meng.Li@windriver.com&gt;
</content>
</entry>
<entry>
<title>video: kconfig: Fix a typo in SPL_VIDEO_REMOVE</title>
<updated>2023-08-13T21:09:23Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng@tinylab.org</email>
</author>
<published>2023-08-03T10:40:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=aba6776a71d3ccbbaf9452271c440364a5640ce3'/>
<id>urn:sha1:aba6776a71d3ccbbaf9452271c440364a5640ce3</id>
<content type='text'>
Add one space between 'before' and 'loading'.

Signed-off-by: Bin Meng &lt;bmeng@tinylab.org&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: vidconsole: Fix null dereference of ops-&gt;measure</title>
<updated>2023-08-13T21:08:15Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng@tinylab.org</email>
</author>
<published>2023-08-03T09:32:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=01c76f1a64ba8cb3da9b26be481e289ee16960f0'/>
<id>urn:sha1:01c76f1a64ba8cb3da9b26be481e289ee16960f0</id>
<content type='text'>
At present vidconsole_measure() tests ops-&gt;select_font before calling
ops-&gt;measure, which would result in a null dereference when the console
driver provides no ops for measure.

Fixes: b828ed7d7929 ("console: Allow measuring the bounding box of text")
Signed-off-by: Bin Meng &lt;bmeng@tinylab.org&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>video: avoid build failure on veyron board</title>
<updated>2023-08-12T02:18:12Z</updated>
<author>
<name>Alvaro Fernando García</name>
<email>alvarofernandogarcia@gmail.com</email>
</author>
<published>2023-08-04T00:35:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8300cebcd60476443d8a630b56f715eae5af911b'/>
<id>urn:sha1:8300cebcd60476443d8a630b56f715eae5af911b</id>
<content type='text'>
533ad9dc avoided an overflow but causes compilation
failure on 32bit boards (eg. veyron speedy)

this commit uses div_u64 which has a fallback codepath
for 32bit platforms

Signed-off-by: Alvaro Fernando García &lt;alvarofernandogarcia@gmail.com&gt;
Tested-by: Simon Glass &lt;sjg@chromium.org&gt;  # chromebook_jerry
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>video: Add a Kconfig option for SPL video handoff</title>
<updated>2023-08-09T15:31:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-30T17:16:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b7080bfceb35cba3a460decb04a9fc3d6dbba511'/>
<id>urn:sha1:b7080bfceb35cba3a460decb04a9fc3d6dbba511</id>
<content type='text'>
At present this feature is enabled in SPL if a bloblist is available.
Some platforms may not want to use this, so add an option to allow the
feature to be disabled.

Note that the feature unfortunately only fills in part of the
video-handoff information, so causes failures on x86 platforms. For now,
disable it there.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Tested-by: Bin Meng &lt;bmeng.cn@gmail.com&gt; # qemu-x86_64
</content>
</entry>
<entry>
<title>Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-boot-x86</title>
<updated>2023-08-01T15:57:55Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-08-01T15:57:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7755b2200777f72dca87dd169138e95f011bbcb9'/>
<id>urn:sha1:7755b2200777f72dca87dd169138e95f011bbcb9</id>
<content type='text'>
- MTRR fixes for x86 boards
- Add a little more info to 'cbsysinfo' command
</content>
</entry>
<entry>
<title>drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove video</title>
<updated>2023-08-01T11:41:02Z</updated>
<author>
<name>Nikhil M Jain</name>
<email>n-jain1@ti.com</email>
</author>
<published>2023-07-27T06:31:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b8d3a6c7d12fc6101f99cde0acedb4a799fdb5f3'/>
<id>urn:sha1:b8d3a6c7d12fc6101f99cde0acedb4a799fdb5f3</id>
<content type='text'>
Perform removal of DSS if kconfigs VIDEO_REMOVE or SPL_VIDEO_REMOVE is
set by user. Otherwise if above Kconfigs are not selected, it is assumed
that user wants splash screen to be displayed until linux kernel boots
up. In such scenario, leave the power domain of DSS as "on" so that
splash screen stays intact until kernel boots up.

Signed-off-by: Nikhil M Jain &lt;n-jain1@ti.com&gt;
Reviewed-by: Devarsh Thakkar &lt;devarsht@ti.com&gt;
</content>
</entry>
<entry>
<title>drivers: video: tidss: tidss_drv: Change remove method</title>
<updated>2023-08-01T11:40:07Z</updated>
<author>
<name>Nikhil M Jain</name>
<email>n-jain1@ti.com</email>
</author>
<published>2023-07-27T06:31:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3f9b5a7ffa75871b238f931af37f8f595e998838'/>
<id>urn:sha1:3f9b5a7ffa75871b238f931af37f8f595e998838</id>
<content type='text'>
Change remove method of DSS video driver to disable video port instead
of performing a soft reset, as soft reset takes longer duration. Video
port is disabled by setting enable bit of video port to 0.

Signed-off-by: Nikhil M Jain &lt;n-jain1@ti.com&gt;
Reviewed-by: Devarsh Thakkar &lt;devarsht@ti.com&gt;
</content>
</entry>
<entry>
<title>video: bochs: Set the frame buffer size per configuration</title>
<updated>2023-08-01T11:35:39Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng@tinylab.org</email>
</author>
<published>2023-07-23T04:40:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e1a0cafcfb85a681c7ac77c71fed0c392a75fe06'/>
<id>urn:sha1:e1a0cafcfb85a681c7ac77c71fed0c392a75fe06</id>
<content type='text'>
At present the uclass stored frame buffer size is set to a hard
coded value, but we can calculate the correct value based on what
is configured.

Signed-off-by: Bin Meng &lt;bmeng@tinylab.org&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Tested-by: Simon Glass &lt;sjg@chromium.org&gt;  # qemu-x86_64
</content>
</entry>
</feed>
