<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/starfive/visionfive2, branch v2025.04</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/starfive/visionfive2?h=v2025.04</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/starfive/visionfive2?h=v2025.04'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2025-03-28T15:55:43Z</updated>
<entry>
<title>board: starfive: Remove compatible boards Milk-V Mars CM and Mars CM Lite</title>
<updated>2025-03-28T15:55:43Z</updated>
<author>
<name>E Shattow</name>
<email>e@freeshell.de</email>
</author>
<published>2025-03-27T17:55:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=870c4d105a634c140328a405b6ffd1c7b1630978'/>
<id>urn:sha1:870c4d105a634c140328a405b6ffd1c7b1630978</id>
<content type='text'>
Remove leftover code from Milk-V Mars CM and Mars CM Lite boards that do
not exist in upstream Linux Kernel devicetree-rebasing. These will be re-
introduced when submitted upstream for a future U-Boot release. Users of
these boards should use the previous stable release of U-Boot until then.

Signed-off-by: E Shattow &lt;e@freeshell.de&gt;
</content>
</entry>
<entry>
<title>board: starfive: Update the maintainer file for VisionFive 2 board</title>
<updated>2025-02-20T04:18:41Z</updated>
<author>
<name>Hal Feng</name>
<email>hal.feng@starfivetech.com</email>
</author>
<published>2025-02-10T02:57:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c6337c91e5dddad038886ad97435539dbf702130'/>
<id>urn:sha1:c6337c91e5dddad038886ad97435539dbf702130</id>
<content type='text'>
Update the maintainer file and mark jh7110 / visionfive2 related files
with N: patterns.

Signed-off-by: Hal Feng &lt;hal.feng@starfivetech.com&gt;
Reviewed-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
</content>
</entry>
<entry>
<title>fdt: Swap the signature for board_fdt_blob_setup()</title>
<updated>2024-12-18T21:18:59Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2024-11-02T17:49:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fc37a73e667916e15e01e0f9d189da792df2b351'/>
<id>urn:sha1:fc37a73e667916e15e01e0f9d189da792df2b351</id>
<content type='text'>
This returns a devicetree and updates a parameter with an error code.
Swap it, since this fits better with the way U-Boot normally works. It
also (more easily) allows leaving the existing pointer unchanged.

No yaks were harmed in this change, but there is a very small code-size
reduction.

For sifive, the OF_BOARD option must be set for the function to be
called, so there is no point in checking it again. Also OF_SEPARATE is
defined always.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Matthias Brugger &lt;mbrugger@suse.com&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;
[trini: Update total_compute]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>board: starfive: spl: Support multiple DTBs for JH7110 based boards</title>
<updated>2024-12-18T05:19:16Z</updated>
<author>
<name>Hal Feng</name>
<email>hal.feng@starfivetech.com</email>
</author>
<published>2024-12-08T09:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8ace850059468ca0d8c2aaeaf5a0d3500008f9df'/>
<id>urn:sha1:8ace850059468ca0d8c2aaeaf5a0d3500008f9df</id>
<content type='text'>
Get product ID and the other information from EEPROM, use them to select
the correct DTB.

Tested-by: Anand Moon &lt;linux.amoon@gmail.com&gt;
Tested-by: E Shattow &lt;lucent@gmail.com&gt;
Reviewed-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Signed-off-by: Hal Feng &lt;hal.feng@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>board: starfive: spl: Fix the wrong use of CONFIG_IS_ENABLED()</title>
<updated>2024-12-18T05:19:16Z</updated>
<author>
<name>Hal Feng</name>
<email>hal.feng@starfivetech.com</email>
</author>
<published>2024-12-08T09:19:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c129fb9efccc189b6a4feda053d0d78a0a6efcf6'/>
<id>urn:sha1:c129fb9efccc189b6a4feda053d0d78a0a6efcf6</id>
<content type='text'>
The prefix "SPL_" is not needed when using CONFIG_IS_ENABLED().

Tested-by: Anand Moon &lt;linux.amoon@gmail.com&gt;
Tested-by: E Shattow &lt;lucent@gmail.com&gt;
Reviewed-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Fixes: 5ecf9b0b8a75 ("board: starfive: add StarFive VisionFive v2 board support")
Signed-off-by: Hal Feng &lt;hal.feng@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>board: starfive: spl: Drop the unneeded DT modification code</title>
<updated>2024-12-18T05:19:15Z</updated>
<author>
<name>Hal Feng</name>
<email>hal.feng@starfivetech.com</email>
</author>
<published>2024-12-08T09:19:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d8479f51f948dec4b61312cab5efcd4ca6c30054'/>
<id>urn:sha1:d8479f51f948dec4b61312cab5efcd4ca6c30054</id>
<content type='text'>
As OF_UPSTREAM is implemented, these code are redundant.

Tested-by: Anand Moon &lt;linux.amoon@gmail.com&gt;
Tested-by: E Shattow &lt;lucent@gmail.com&gt;
Signed-off-by: Hal Feng &lt;hal.feng@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>riscv64: dts: starfive: Mars ethernet0 phy delay values sync with upstream Linux</title>
<updated>2024-10-28T08:44:56Z</updated>
<author>
<name>E Shattow</name>
<email>e@freeshell.de</email>
</author>
<published>2024-10-26T12:40:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b8db88ab58abe4816584d72490df8c77ee360f77'/>
<id>urn:sha1:b8db88ab58abe4816584d72490df8c77ee360f77</id>
<content type='text'>
Milk-V Mars vendor board support package has value 0xa (multiplier=150) for both
rx and tx delay. Upstream Linux has this as 1500 for both rx and tx delay. There
is no documentation for why this should remain 1900 so correct it now. Mars CM
and Mars CM Lite follow the same network phy delay values as Mars in the vendor
board support package.

Fixes: 92db23f7660de5897c8e3b91489b5b5780ffcd16
Signed-off-by: E Shattow &lt;e@freeshell.de&gt;
Reviewed-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
</content>
</entry>
<entry>
<title>riscv64: dts: starfive: Star64 ethernet0 phy delay values sync with upstream Linux</title>
<updated>2024-10-28T08:44:56Z</updated>
<author>
<name>E Shattow</name>
<email>e@freeshell.de</email>
</author>
<published>2024-10-26T11:35:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8d2a6d46d1138c43feead22097c088ad334fe93d'/>
<id>urn:sha1:8d2a6d46d1138c43feead22097c088ad334fe93d</id>
<content type='text'>
Fix bad delay values copied from vendor board support package of Star64, improves
performance and reliability of bottom network port.

Fixes: 7ebf7e77c0616ef0d2f58cc1684c230f656bd3d6
Signed-off-by: E Shattow &lt;e@freeshell.de&gt;
Reviewed-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
</content>
</entry>
<entry>
<title>board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD</title>
<updated>2024-10-11T17:44:48Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2024-09-30T01:49:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dac3ce976a9b06be5aadbd857c4b64a8c521c6d4'/>
<id>urn:sha1:dac3ce976a9b06be5aadbd857c4b64a8c521c6d4</id>
<content type='text'>
Use the new symbol to refer to any 'SPL' build, including TPL and VPL

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>board: fix compatible property Milk-V Mars CM</title>
<updated>2024-09-10T02:10:43Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>heinrich.schuchardt@canonical.com</email>
</author>
<published>2024-07-19T23:11:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e0495c9186a429220eb342e415b9db57f097ef3d'/>
<id>urn:sha1:e0495c9186a429220eb342e415b9db57f097ef3d</id>
<content type='text'>
For the Milk-V Mars CM (lite) we have only been copying sizeof(void *)
bytes to the compatible property instead of the whole string list.

Fixes: de3229599d4f ("board: add support for Milk-V Mars CM")
Reported-by: E Shattow &lt;lucent@gmail.com&gt;
Signed-off-by: Heinrich Schuchardt &lt;heinrich.schuchardt@canonical.com&gt;
Reviewed-by: Leo Yu-Chi Liang &lt;ycliang@andestech.com&gt;
</content>
</entry>
</feed>
