2009-05-20 08:43:18 +00:00
|
|
|
/** @page targetnotarm OpenOCD Non-ARM Targets
|
2008-07-28 21:01:24 +00:00
|
|
|
|
2009-05-20 08:43:18 +00:00
|
|
|
This page describes outstanding issues w.r.t. non-ARM targets.
|
2008-07-28 21:01:24 +00:00
|
|
|
|
2009-05-20 08:43:18 +00:00
|
|
|
@section targetnotarmflash Flash drivers
|
2008-07-28 21:01:24 +00:00
|
|
|
|
|
|
|
The flash drivers contain ARM32 code that is used
|
|
|
|
to execute code on the target.
|
|
|
|
|
|
|
|
This needs to be handled in some CPU independent
|
|
|
|
manner.
|
|
|
|
|
|
|
|
The ocl and ecos flash drivers compile the flash
|
|
|
|
driver code to run on the target on the developer
|
|
|
|
machine.
|
|
|
|
|
|
|
|
The ocl and ecos flash drivers should be unified
|
|
|
|
and instructions should be written on how to
|
|
|
|
compile the target flash drivers. Perhaps
|
|
|
|
using automake?
|
|
|
|
|
|
|
|
|
|
|
|
eCos has CFI driver that could probably be compiled
|
|
|
|
for all targets. The trick is to figure out a
|
|
|
|
way to make the compiled flash drivers work
|
|
|
|
on all target memory maps + sort out all the
|
|
|
|
little details
|
|
|
|
|
2009-05-20 08:43:18 +00:00
|
|
|
@section targetnotarm32v64 32 vs. 64 bit
|
|
|
|
|
2008-07-28 21:01:24 +00:00
|
|
|
Currently OpenOCD only supports 32 bit targets.
|
|
|
|
|
|
|
|
Adding 64 bit support would be nice but there
|
|
|
|
hasn't been any call for it in the openocd development
|
|
|
|
mailing list
|
|
|
|
|
2009-05-20 08:43:18 +00:00
|
|
|
@section targetnotarmsupport Target Support
|
|
|
|
|
2008-07-28 21:01:24 +00:00
|
|
|
target.h is relatively CPU agnostic and
|
2009-09-21 18:52:45 +00:00
|
|
|
the intention is to move in the direction of less
|
2008-07-28 21:01:24 +00:00
|
|
|
instruction set specific.
|
|
|
|
|
|
|
|
Non-CPU targets are also supported, but there isn't
|
|
|
|
a lot of activity on it in the mailing list currently.
|
|
|
|
An example is FPGA programming support via JTAG,
|
|
|
|
but also flash chips can be programmed directly
|
|
|
|
using JTAG.
|
|
|
|
|
2009-05-20 08:43:18 +00:00
|
|
|
@section targetnotarmphy non-JTAG physical layer
|
|
|
|
|
2008-07-28 21:01:24 +00:00
|
|
|
JTAG is not the only physical protocol used to talk to
|
|
|
|
CPUs.
|
|
|
|
|
|
|
|
OpenOCD does not today have targets that use non-JTAG.
|
|
|
|
|
|
|
|
The actual physical layer is a relatively modest part
|
|
|
|
of the total OpenOCD system.
|
|
|
|
|
2009-09-21 18:52:45 +00:00
|
|
|
|
2009-05-20 08:43:18 +00:00
|
|
|
@section targetnotarmppc PowerPC
|
|
|
|
|
2008-07-28 21:01:24 +00:00
|
|
|
there exists open source implementations of powerpc
|
|
|
|
target manipulation, but there hasn't been a lot
|
|
|
|
of activity in the mailing list.
|
|
|
|
|
2009-05-20 08:43:18 +00:00
|
|
|
@section targetnotarmmips MIPS
|
|
|
|
|
2008-07-28 21:01:24 +00:00
|
|
|
Currently OpenOCD has a MIPS target defined. This is the
|
2009-05-20 08:43:18 +00:00
|
|
|
first non-ARM example of a CPU target
|
|
|
|
|
|
|
|
*/
|