Added RISC-V info
diff --git a/_index.html b/_index.html
index 280be70..15d86fd 100755
--- a/_index.html
+++ b/_index.html
@@ -23,8 +23,8 @@
 TCF is a lightweight, extensible network protocol for driving embedded systems (targets).
 </p><p>
 On top of the protocol, TCF provides a complete modern debugger for C/C++ and Ada, as well as the "Target Explorer"
-for system management. TCF works out of the box for Intel, PPC and ARM Linux targets
-including the Raspberry Pi. It supports Proxying and Tunneling for IoT devices, and is particularly strong
+for system management. TCF works out of the box for Intel, PPC, ARM and RISC-V Linux targets.
+It supports Proxying and Tunneling for IoT devices, and is particularly strong
 for multi-process debugging even with slow communication links.
 </p><p>
 <img class="displayed" src="/tcf/images/te_on_pi.png" alt="TCF Target Explorer on Raspberry Pi" border="0" width="609px" height="413px" />
@@ -57,34 +57,45 @@
 </div>
 
 <div id="rightcolumn">
+    <div class="sideitem">
+        <h3>News</h3>
+        <p>Jun 27, 2018: <a href="/tcf/downloads.php">TCF 1.6 is released</a> with Eclipse Photon</p>
+        <p>Jun 28, 2017: <a href="/tcf/downloads.php">TCF 1.5 is released</a> with Eclipse Oxygen</p>
+        <p>Jun 22, 2016: <a href="/tcf/downloads.php">TCF 1.4 is released</a> with Eclipse Neon</p>
+        <p>Jun 24, 2015: <a href="/tcf/downloads.php">TCF 1.3 is released</a> with Eclipse Mars</p>
+    </div>
 
-<div class="sideitem">
-    <h3>News</h3>
-    <p>Jun 27, 2018: <a href="/tcf/downloads.php">TCF 1.6 is released</a> with Eclipse Photon</p>
-    <p>Jun 28, 2017: <a href="/tcf/downloads.php">TCF 1.5 is released</a> with Eclipse Oxygen</p>
-    <p>Jun 22, 2016: <a href="/tcf/downloads.php">TCF 1.4 is released</a> with Eclipse Neon</p>
-    <p>Jun 24, 2015: <a href="/tcf/downloads.php">TCF 1.3 is released</a> with Eclipse Mars</p>
-</div>
+    <div class="sideitem">
+        <h3>TCF Debug supports RISC-V</h3>
+        <p>
+            <i>March 27, 2020</i> - <a href="http://wiki.eclipse.org/TCF/RISC-V">RISC-V debugging support</a>
+            has been added to TCF.
+    </div>
 
-<div class="sideitem">
-<h3>TCF Terminals</h3>
-<p><i>April 25, 2014 -</i>TCF Terminals has been restructured and is now on the <a href="http://marketplace.eclipse.org/content/tm-terminal">Marketplace</a>.
-</div>
+    <div class="sideitem">
+        <h3>TCF Terminals</h3>
+        <p><i>April 25, 2014 - </i>TCF Terminals has been restructured and is now on the
+            <a href="http://marketplace.eclipse.org/content/tm-terminal">Marketplace</a>.
+    </div>
 
-<div class="sideitem">
-<h3>TCF Debug supports ARM</h3>
-<p><i>March 25, 2013 -</i>Initial <a href="http://tmober.blogspot.com/2013/03/eclipsecon-2013-tcf-arm-debugging-and.html">
-ARM debugging support</a> has been added to TCF. Look at the <a href="http://wiki.eclipse.org/TCF/Raspberry_Pi">Raspberry Pi HOWTO</a>.
-</div>
+    <div class="sideitem">
+        <h3>TCF Debug supports ARM</h3>
+        <p>
+            <i>March 25, 2013</i> - Initial <a href="http://tmober.blogspot.com/2013/03/eclipsecon-2013-tcf-arm-debugging-and.html">
+                ARM debugging support
+            </a> has been added to TCF. Look at the <a href="http://wiki.eclipse.org/TCF/Raspberry_Pi">Raspberry Pi HOWTO</a>.
+    </div>
 
-<div class="sideitem">
-<h3>TCF Testimonials</h3>
-<p><i>
-By replacing a gdb based debugger with TCF, Xilinx has increased the performance
-of basic debugger commands up to 50 times, while providing a much more stable product.<br/>
-The modular and asynchronous approach of TCF is so compelling that we are moving
-over our JTAG tools to use the same framework.</i><br/><br/>
-&mdash; Tomas Evensen, Chief Scientist Embedded Software, Xilinx</p>
-</div>
-
+    <div class="sideitem">
+        <h3>TCF Testimonials</h3>
+        <p>
+            <i>
+                By replacing a gdb based debugger with TCF, Xilinx has increased the performance
+                of basic debugger commands up to 50 times, while providing a much more stable product.<br />
+                The modular and asynchronous approach of TCF is so compelling that we are moving
+                over our JTAG tools to use the same framework.
+            </i><br /><br />
+            &mdash; Tomas Evensen, Chief Scientist Embedded Software, Xilinx
+        </p>
+    </div>
 </div>