<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opensbi.git/docs/platform/sifive_fu540.md, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/opensbi.git/atom/docs/platform/sifive_fu540.md?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/opensbi.git/atom/docs/platform/sifive_fu540.md?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/'/>
<updated>2022-11-14T16:51:31Z</updated>
<entry>
<title>docs: fix some typos</title>
<updated>2022-11-14T16:51:31Z</updated>
<author>
<name>zhangdongdong</name>
<email>zhangdongdong@eswincomputing.com</email>
</author>
<published>2022-10-25T00:57:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=8e9966c1a722b4b630bb1f5f3cf6a1f8a4726102'/>
<id>urn:sha1:8e9966c1a722b4b630bb1f5f3cf6a1f8a4726102</id>
<content type='text'>
Corrected the typos of some documents in the 'docs' folder.

Signed-off-by: zhangdongdong &lt;zhangdongdong@eswincomputing.com&gt;
Reviewed-by: Anup Patel &lt;anup@brainfault.org&gt;
</content>
</entry>
<entry>
<title>docs: platform: Describe sifive_fu540 as supported generic platform</title>
<updated>2021-05-06T08:53:38Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2021-04-29T10:16:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=d4177e72179e7898b79b7316deeea7af3866871f'/>
<id>urn:sha1:d4177e72179e7898b79b7316deeea7af3866871f</id>
<content type='text'>
The upstream U-Boot/QEMU have been using generic platform for SiFive
HiFive Unleashed board for some time. Let's document sifive_fu540 as
one of the supported targets for "generic" platform.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
<entry>
<title>docs/platform: sifive_fu540: Update U-Boot defconfig name</title>
<updated>2021-04-29T09:41:24Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2021-04-21T04:20:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=632e27bb91b824974b88dd46f8419729d7f9825d'/>
<id>urn:sha1:632e27bb91b824974b88dd46f8419729d7f9825d</id>
<content type='text'>
With latest U-Boot upstream (v2021.07 in development), the defconfig
name has been changed to sifive_unleashed_defconfig. Update the doc.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
<entry>
<title>docs: fix a typo error</title>
<updated>2020-11-27T08:06:50Z</updated>
<author>
<name>Yuan Li</name>
<email>dskwelmcy@163.com</email>
</author>
<published>2020-11-25T15:13:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=781cafdbee0fc9c8b0296149da35e7929abb6224'/>
<id>urn:sha1:781cafdbee0fc9c8b0296149da35e7929abb6224</id>
<content type='text'>
fix a typo error in docs/platform/sifive_fu540.md

Signed-off-by: Yuan Li &lt;dskwelmcy@163.com&gt;
Reviewed-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
<entry>
<title>firmware: Remove FW_PAYLOAD_FDT_PATH compile-time option</title>
<updated>2020-10-18T04:59:59Z</updated>
<author>
<name>Anup Patel</name>
<email>anup.patel@wdc.com</email>
</author>
<published>2020-10-14T11:13:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=9c07c513aa9b2df64a971432e8dae3338a8e22ab'/>
<id>urn:sha1:9c07c513aa9b2df64a971432e8dae3338a8e22ab</id>
<content type='text'>
The FW_PAYLOAD_FDT_PATH compile-time option is replaced by
FW_FDT_PATH compile-time option which is more flexible and
common across all OpenSBI firmwares.

This patch removes FW_PAYLOAD_FDT_PATH and updates related
documentation to use FW_FDT_PATH.

Signed-off-by: Anup Patel &lt;anup.patel@wdc.com&gt;
Reviewed-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
<entry>
<title>docs/platform: sifive_fu540: Update U-Boot instructions</title>
<updated>2020-06-29T03:47:58Z</updated>
<author>
<name>Bin Meng</name>
<email>bin.meng@windriver.com</email>
</author>
<published>2020-06-26T01:26:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=ec3e5b14d52a26531f1a315e5cced326a8323ca9'/>
<id>urn:sha1:ec3e5b14d52a26531f1a315e5cced326a8323ca9</id>
<content type='text'>
U-Boot v2020.07 release adds SPL support to SiFive HiFive Unleashed.
Update the doc to mention that detailed build instructions are in the
U-Boot doc.

This also adds detailed command line description to show how to boot
U-Boot v2020.07 S-mode payload in the QEMU chapter.

Signed-off-by: Bin Meng &lt;bin.meng@windriver.com&gt;
Reviewed-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
<entry>
<title>docs: Remove redundant documentation about combined payload use case</title>
<updated>2020-06-08T11:34:12Z</updated>
<author>
<name>Atish Patra</name>
<email>atish.patra@wdc.com</email>
</author>
<published>2020-06-05T06:31:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=106b888e201bea80eb6c31ce2ed851884a5e0ec7'/>
<id>urn:sha1:106b888e201bea80eb6c31ce2ed851884a5e0ec7</id>
<content type='text'>
U-Boot now supports loading Linux kernel image via network and storage
media. Thus, we don't need to use a combined payload containing both
U-Boot &amp; Linux kernel image to boot Linux from U-Boot prompt.

Remove the old documentation.

Signed-off-by: Atish Patra &lt;atish.patra@wdc.com&gt;
Reviewed-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
<entry>
<title>platform: sifive/fu540: Remove FU540_ENABLED_HART_MASK option</title>
<updated>2020-03-19T04:02:45Z</updated>
<author>
<name>Anup Patel</name>
<email>anup.patel@wdc.com</email>
</author>
<published>2020-03-16T04:59:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=315a87710fd16009ad709445d5cf55cc6cca2e69'/>
<id>urn:sha1:315a87710fd16009ad709445d5cf55cc6cca2e69</id>
<content type='text'>
The FU540_ENABLED_HART_MASK compile time option was added for initial
bring-up on SiFive Unleashed. This option is redundant now because
disabled_hart_mask is already removed. Based on this rationale, we
remove FU540_ENABLED_HART_MASK compile time option.

Signed-off-by: Anup Patel &lt;anup.patel@wdc.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Atish Patra &lt;atish.patra@wdc.com&gt;
</content>
</entry>
<entry>
<title>platform: sifive: fu540: Add 32-bit specific fdt/payload addresses</title>
<updated>2020-02-19T11:22:07Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2020-02-18T10:15:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=66fb729a1e46a9a46e809f3b7867fef91477e494'/>
<id>urn:sha1:66fb729a1e46a9a46e809f3b7867fef91477e494</id>
<content type='text'>
For testing 32-bit SiFive specific drivers with QEMU riscv32, add
32-bit specific FW_JUMP_FDT_ADDR and FW_PAYLOAD_OFFSET.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
<entry>
<title>doc: sifive_fu540: Fix doc styles</title>
<updated>2020-02-18T03:39:49Z</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2020-02-16T15:19:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/opensbi.git/commit/?id=f8ce996d9042b4344f0d5b40c60f262e1dcd1123'/>
<id>urn:sha1:f8ce996d9042b4344f0d5b40c60f262e1dcd1123</id>
<content type='text'>
- make title underline the same length as the title itself
- put all URLs at the end of the doc

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Anup Patel &lt;anup.patel@wdc.com&gt;
</content>
</entry>
</feed>
