<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board, branch v2023.07.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board?h=v2023.07.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board?h=v2023.07.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-07-10T18:29:14Z</updated>
<entry>
<title>Merge branch 'next'</title>
<updated>2023-07-10T18:29:14Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-07-10T18:29:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=146a82c017d51eb2c3b8be33854f200f1e52a1cb'/>
<id>urn:sha1:146a82c017d51eb2c3b8be33854f200f1e52a1cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>board: microchip: set mac address for ethernet1 on icicle</title>
<updated>2023-07-06T09:28:08Z</updated>
<author>
<name>Conor Dooley</name>
<email>conor.dooley@microchip.com</email>
</author>
<published>2023-06-15T10:12:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e530bb743be1ca956715989af92396175b8a8cd5'/>
<id>urn:sha1:e530bb743be1ca956715989af92396175b8a8cd5</id>
<content type='text'>
The dts sync from Linux leaves mac0/ethernet1 enabled on icicle, but
U-Boot does not currently set a mac address for it. Expand on the code
which currently sets the mac for mac1/ethernet0 to optionally set the
mac address for the second ethernet.

Reviewed-by: Padmarao Begari &lt;padmarao.begari@microchip.com&gt;
Tested-by: Padmarao Begari &lt;padmarao.begari@microchip.com&gt;
Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'v2023.07-rc6' into next</title>
<updated>2023-07-05T15:28:55Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2023-07-05T15:28:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e80f4079b3a3db0961b73fa7a96e6c90242d8d25'/>
<id>urn:sha1:e80f4079b3a3db0961b73fa7a96e6c90242d8d25</id>
<content type='text'>
Prepare v2023.07-rc6
</content>
</entry>
<entry>
<title>colibri-imx7: Call fdt_increase_size()</title>
<updated>2023-07-05T15:27:52Z</updated>
<author>
<name>Fabio Estevam</name>
<email>festevam@denx.de</email>
</author>
<published>2023-07-04T17:09:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=92be5e4f74130f704357b8f96d62ae92eb79a2f2'/>
<id>urn:sha1:92be5e4f74130f704357b8f96d62ae92eb79a2f2</id>
<content type='text'>
For changing the USB OTG node status from "okay" to "disabled" more
space is needed, so call fdt_increase_size() to avoid the following
error:

```
 U-Boot 2023.07-rc5-0.0.0-devel+git.580eb31199be (Jun 27 2023 - 13:39:58 +0000)
 CPU:   Freescale i.MX7S rev1.2 800 MHz (running at 792 MHz)
 CPU:   Extended Commercial temperature grade (-20C to 105C) at 30C
 Reset cause: POR
 DRAM:  initcall sequence 8786eafc failed at call 8781b351 (err=-3)
 ### ERROR ### Please RESET the board ###
```

Ideally, fdt_status_disabled() should call fdt_increase_size() internally,
so that there would be no need for manually calling it in board code.

Do it manually for now to fix the regression.

Based on the code from board/CZ.NIC/turris_omnia/turris_omnia.c.

Reported-by: Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt;
Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;
Reviewed-by: Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt;
Tested-by: Francesco Dolcini &lt;francesco.dolcini@toradex.com&gt; # Toradex Colibri iMX7S
</content>
</entry>
<entry>
<title>smegw01: Fix wrong symbol override</title>
<updated>2023-06-29T13:55:50Z</updated>
<author>
<name>Eduard Strehlau</name>
<email>eduard@lionizers.com</email>
</author>
<published>2023-06-27T16:57:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5fa30f2351ac3c0458069896bc868eae927df410'/>
<id>urn:sha1:5fa30f2351ac3c0458069896bc868eae927df410</id>
<content type='text'>
board_mmc_get_env_part() is not called as the default implementation
of mmc_get_env_part() is used.

Fix this problem by directly calling mmc_get_env_part() instead.

Signed-off-by: Eduard Strehlau &lt;eduard@lionizers.com&gt;
Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;
</content>
</entry>
<entry>
<title>pinephone-pro: Fix I/O port voltage (GPIO3D4A is 1.8V)</title>
<updated>2023-06-29T10:32:17Z</updated>
<author>
<name>Ondrej Jirman</name>
<email>megi@xff.cz</email>
</author>
<published>2023-05-25T13:27:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3856a3d6449484d29b32e09350888832cf5a0c10'/>
<id>urn:sha1:3856a3d6449484d29b32e09350888832cf5a0c10</id>
<content type='text'>
This fixes access to camera sensor over I2C during probe time in
the kernel. (Kernel will fix I/0 port voltage by itself, but the
timing depends on probe order of the drivers, so the fix can
come after the camera sensor driver already failed to probe.)

Signed-off-by: Ondrej Jirman &lt;megi@xff.cz&gt;
Cc: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
Reviewed-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Tested-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: boards: amlogic: add documentation for KII Pro</title>
<updated>2023-06-28T08:05:34Z</updated>
<author>
<name>Ferass El Hafidi</name>
<email>vitali64pmemail@protonmail.com</email>
</author>
<published>2023-05-07T12:42:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1444acbd030edc515e4b521d0eb517de7562baa7'/>
<id>urn:sha1:1444acbd030edc515e4b521d0eb517de7562baa7</id>
<content type='text'>
Add build instructions for the KII Pro set-top box.

Signed-off-by: Ferass El Hafidi &lt;vitali64pmemail@protonmail.com&gt;
Link: https://lore.kernel.org/r/20230507124109.31778-4-vitali64pmemail@protonmail.com
Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;
</content>
</entry>
<entry>
<title>boards: amlogic: add KII Pro defconfig</title>
<updated>2023-06-28T08:05:34Z</updated>
<author>
<name>Ferass El Hafidi</name>
<email>vitali64pmemail@protonmail.com</email>
</author>
<published>2023-05-07T12:42:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=48132951c9eaa1aeb204dbfc9f9b7aface4b6d45'/>
<id>urn:sha1:48132951c9eaa1aeb204dbfc9f9b7aface4b6d45</id>
<content type='text'>
Add configurations for the Videostrong KII Pro set-top box.
This defconfig is cloned from the WeTek Play2's.

Signed-off-by: Ferass El Hafidi &lt;vitali64pmemail@protonmail.com&gt;
Link: https://lore.kernel.org/r/20230507124109.31778-3-vitali64pmemail@protonmail.com
Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;
</content>
</entry>
<entry>
<title>board: amlogic: add support for AD401 board</title>
<updated>2023-06-28T08:05:34Z</updated>
<author>
<name>Igor Prusov</name>
<email>ivprusov@sberdevices.ru</email>
</author>
<published>2023-05-05T12:56:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1f0d2e870dd36d42d5da4fea8dd347c60c0bd8d4'/>
<id>urn:sha1:1f0d2e870dd36d42d5da4fea8dd347c60c0bd8d4</id>
<content type='text'>
The AD401 board is the Amlogic A1 SoC reference board

Signed-off-by: Igor Prusov &lt;ivprusov@sberdevices.ru&gt;
Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;
Link: https://lore.kernel.org/r/20230505125639.3605-6-ivprusov@sberdevices.ru
Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;
</content>
</entry>
<entry>
<title>MAINTAINERS: update SiFive HiFive Unmatched maintainers</title>
<updated>2023-06-27T02:09:46Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>heinrich.schuchardt@canonical.com</email>
</author>
<published>2023-05-01T12:57:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=217b6373b57ce815b79f05dddd3203984994ad96'/>
<id>urn:sha1:217b6373b57ce815b79f05dddd3203984994ad96</id>
<content type='text'>
Email account pragnesh.patel@sifive.com does not exist anymore.

Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
</content>
</entry>
</feed>
