<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/doc/board/sipeed, branch v2022.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/doc/board/sipeed?h=v2022.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/doc/board/sipeed?h=v2022.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2021-02-26T14:30:55Z</updated>
<entry>
<title>doc: Rename k210 partitions anchor</title>
<updated>2021-02-26T14:30:55Z</updated>
<author>
<name>Sean Anderson</name>
<email>sean.anderson@seco.com</email>
</author>
<published>2021-02-05T14:39:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1500c79dc3b1c67c492abec14badbb8efc576478'/>
<id>urn:sha1:1500c79dc3b1c67c492abec14badbb8efc576478</id>
<content type='text'>
This anchor is only for the k210 partition layout, so rename it
appropriately. This keeps it from conflicting with the (to be added)
anchor for U-Boot partitions in general.

Signed-off-by: Sean Anderson &lt;sean.anderson@seco.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>riscv: Add support for SPI on Kendryte K210</title>
<updated>2021-01-18T03:06:26Z</updated>
<author>
<name>Sean Anderson</name>
<email>seanga2@gmail.com</email>
</author>
<published>2020-12-22T23:57:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8f78e527942b81a4e1e0d20c2ee0a76daeb4e1e0'/>
<id>urn:sha1:8f78e527942b81a4e1e0d20c2ee0a76daeb4e1e0</id>
<content type='text'>
This enables configs necessary for using SPI. The environment is saved to
the very end of SPI flash. This is unlikely to be overwritten unless the
entire flash is reprogrammed.

This also supplies a default bootcommand. It loads an image and device tree
from the first partition of the MMC. This is a minimal/least effort
bootcmd, so suggestions (especially in the form of patches) are welcome. I
didn't set up distro boot because I think it is unlikely that any
general-purpose linux distros will ever be ported to this board.

Signed-off-by: Sean Anderson &lt;seanga2@gmail.com&gt;
Tested-by: Chrstopher Obbard &lt;obbardc@gmail.com&gt;
Reviewed-by: Rick Chen &lt;rick@andestech.com&gt;
</content>
</entry>
<entry>
<title>riscv: Add FPIOA and GPIO support for Kendryte K210</title>
<updated>2020-10-08T15:42:36Z</updated>
<author>
<name>Sean Anderson</name>
<email>seanga2@gmail.com</email>
</author>
<published>2020-09-14T15:02:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0eabb2ff2316c5d95367b79debb8229e686de774'/>
<id>urn:sha1:0eabb2ff2316c5d95367b79debb8229e686de774</id>
<content type='text'>
This patch adds the necessary configs and docs for FPIOA and GPIO support
on the K210.

Signed-off-by: Sean Anderson &lt;seanga2@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc/sipeed/maix: describe RESET and BOOT button</title>
<updated>2020-09-30T00:54:31Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2020-09-05T10:46:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=08bff30d5d15ddeb1da82d112b8b98d1cac06889'/>
<id>urn:sha1:08bff30d5d15ddeb1da82d112b8b98d1cac06889</id>
<content type='text'>
In the boot flow description add the RESET and BOOT button as well as the
function of the DTR and RTS lines of the serial interface.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>doc: correct kflash settings for Maix One Dock</title>
<updated>2020-09-30T00:54:25Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2020-09-05T10:37:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d53a95ba5e4443a4c512b03ae955c0c0b4b710fa'/>
<id>urn:sha1:d53a95ba5e4443a4c512b03ae955c0c0b4b710fa</id>
<content type='text'>
The correct kflash parameter value for the Maix One Dock is "dan".

See:
https://github.com/sipeed/platform-kendryte210/blob/master/boards/sipeed-maix-one-dock.json#L22

Fixes: 137dc153fda9 ("doc: riscv: Update documentation for Sipeed MAIX boards")
Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>configs: defconfig for Sipeed Maix in S-mode</title>
<updated>2020-08-25T01:33:54Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2020-08-17T10:35:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=27cef4e4a3ba791078534fda1dbeb814bd530ad5'/>
<id>urn:sha1:27cef4e4a3ba791078534fda1dbeb814bd530ad5</id>
<content type='text'>
Provide a defconfig that can be used to build U-Boot for the Maix boards
running upon OpenSBI.

Update the documentation.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Bin Meng &lt;bin.meng@windriver.com&gt;
Reviewed-by: Sean Anderson &lt;seanga2@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: riscv: debug UART for MAIX</title>
<updated>2020-08-14T06:39:28Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2020-07-29T17:23:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3a85e03f83e979e431e86c2d6394a5e4770dad1f'/>
<id>urn:sha1:3a85e03f83e979e431e86c2d6394a5e4770dad1f</id>
<content type='text'>
Provide the required settings for the debug UART.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Sean Anderson &lt;seanga2@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: riscv: Update documentation for Sipeed MAIX boards</title>
<updated>2020-08-14T06:39:20Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2020-07-28T18:05:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=137dc153fda936d81b3372061987255056a528d3'/>
<id>urn:sha1:137dc153fda936d81b3372061987255056a528d3</id>
<content type='text'>
The MAIXDUINO runs fine with the sipeed_maix_bitm_defconfig but a different
board id parameter should be passed to kflash.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Sean Anderson &lt;seanga2@gmail.com&gt;
</content>
</entry>
<entry>
<title>doc: riscv: Add documentation for Sipeed Maix Bit</title>
<updated>2020-07-01T07:01:22Z</updated>
<author>
<name>Sean Anderson</name>
<email>seanga2@gmail.com</email>
</author>
<published>2020-06-24T10:41:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=de09f71108eef3f50481901abb910b5b6109c121'/>
<id>urn:sha1:de09f71108eef3f50481901abb910b5b6109c121</id>
<content type='text'>
This patch adds documentation for the Sipeed Maix bit, and more generally
for the Kendryte K210 processor.

Signed-off-by: Sean Anderson &lt;seanga2@gmail.com&gt;
</content>
</entry>
</feed>
