- Added support for ARM926EJ-S based cores
[fw/openocd] / README
diff --git a/README b/README
index a725a94dc0d4a371ce7e3c2dd8c098ff40b4c58b..3dc5865c705705f0ebe615b62089ef5a514e7a8c 100644 (file)
--- a/README
+++ b/README
@@ -38,11 +38,19 @@ interface for use with the OpenOCD. Schematics are available at the USBJTAG
 website, and a homebrew device can easily be built using the FTDI evaluation
 module DLP2232M.
 
+* OOCD-Link: http://www.joernonline.de/dw/doku.php?id=en:projects:oocdlink
+Similar to the USBJTAG, this design comes with free schematics, too.
+
 * Amontec JTAGkey: www.amontec.com
 The Amontec JTAGkey offers support for a wide variety of target voltages from
 1.4V to 5V. It also allows the JTAG lines and reset signals to be tri-stated,
 allowing easy interfacing with a wide variety of targets.
 
+* Amontec JTAGkey-Tiny: www.amontec.com
+The Amontec JTAGkey offers support for a wide variety of target voltages from
+2.8V to 5V. It also allows the reset signals to be tri-stated, allowing easy
+interfacing with a wide variety of targets.
+
 * Olimex ARM-USB-OCD: www.olimex.com
 The Olimex ARM-USB-OCD offers support for a wide vriety of target voltages from
 2.0V to 5V. It also allows targets to be powered from the ARM-USB-OCD and
@@ -70,11 +78,6 @@ This version of openocd supports the following cores:
 Support for Intel XScale CPUs (PXA25x, PXA27x and IXP4xx) is currently being
 developed.
 
-The OpenOCD is only tested with little-endian targets, but support for
-big-endian is planned. If you're interested in helping with this (and you
-happen to have a big-endian ARM7/ARM9 system, feel free to contact
-Dominic.Rath <at> gmx.de.
-
 3. Host platforms
 
 OpenOCD was originally developed on x86-Linux, but has since then been ported