/arch/v850/README

https://bitbucket.org/evzijst/gittest · #! · 32 lines · 24 code · 8 blank · 0 comment · 0 complexity · b01564735de284d0d8a029803e12f28f MD5 · raw file

  1. This port to the NEC V850E processor supports the following platforms:
  2. + The gdb v850e simulator (CONFIG_V850E_SIM).
  3. + The Midas labs RTE-V850E/MA1-CB and RTE-V850E/NB85E-CB evaluation boards
  4. (CONFIG_RTE_CB_MA1 and CONFIG_RTE_CB_NB85E). This support has only been
  5. tested when running with the Multi-debugger monitor ROM (for the Green
  6. Hills Multi debugger). The optional NEC Solution Gear RTE-MOTHER-A
  7. motherboard is also supported, which allows PCI boards to be used
  8. (CONFIG_RTE_MB_A_PCI).
  9. + The Midas labs RTE-V850E/ME2-CB evaluation board (CONFIG_RTE_CB_ME2).
  10. This has only been tested using a kernel downloaded via an ICE connection
  11. using the Multi debugger. Support for the RTE-MOTHER-A is present, but
  12. hasn't been tested (unlike the other Midas labs cpu boards, the
  13. RTE-V850E/ME2-CB includes an ethernet adaptor).
  14. + The NEC AS85EP1 V850E evaluation chip/board (CONFIG_V850E_AS85EP1).
  15. + The NEC `Anna' (board/chip) implementation of the V850E2 processor
  16. (CONFIG_V850E2_ANNA).
  17. + The sim85e2c and sim85e2s simulators, which are verilog simulations of
  18. the V850E2 NA85E2C/NA85E2S cpu cores (CONFIG_V850E2_SIM85E2C and
  19. CONFIG_V850E2_SIM85E2S).
  20. + A FPGA implementation of the V850E2 NA85E2C cpu core
  21. (CONFIG_V850E2_FPGA85E2C).
  22. Porting to anything with a V850E/MA1 or MA2 processor should be simple.
  23. See the file <asm-v850/machdep.h> and the files it includes for an example of
  24. how to add platform/chip-specific support.