Fix IP22 timer calibration.
[linux-2.6/linux-mips.git] / arch / v850 / README
blob4c9d1a9d2fc5a22f4a1b37108494071310a6a145
1 This port to the NEC V850E processor supports the following platforms:
3    + The gdb v850e simulator (CONFIG_V850E_SIM).
5    + The Midas labs RTE-V850E/MA1-CB evaluation board (CONFIG_RTE_CB_MA1),
6      with untested support for the RTE-V850E/NB85E-CB board
7      (CONFIG_RTE_CB_NB85E).  This support has only been tested when running
8      with the Multi-debugger monitor ROM (for the Green Hills Multi debugger).
9      The optional NEC Solution Gear RTE-MOTHER-A motherboard is also
10      supported, which allows PCI boards to be used (CONFIG_RTE_MB_A_PCI).
12    + The sim85e2c simulator, which is a verilog simulation of the V850E2
13      NA85E2C cpu core (CONFIG_V850E2_SIM85E2C).
15    + A FPGA implementation of the V850E2 NA85E2C cpu core
16      (CONFIG_V850E2_FPGA85E2C).
18    + The `Anna' (board/chip) implementation of the V850E2 processor.
20 Porting to anything with a V850E/MA1 or MA2 processor should be simple.
21 See the file <asm-v850/machdep.h> and the files it includes for an example of
22 how to add platform/chip-specific support.