1
0
Fork 0
alistair23-linux/arch/v850
Dave Hansen 3f22ab276b [PATCH] make each arch use mm/Kconfig
For all architectures, this just means that you'll see a "Memory Model"
choice in your architecture menu.  For those that implement DISCONTIGMEM,
you may eventually want to make your ARCH_DISCONTIGMEM_ENABLE a "def_bool
y" and make your users select DISCONTIGMEM right out of the new choice
menu.  The only disadvantage might be if you have some specific things that
you need in your help option to explain something about DISCONTIGMEM.

Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-23 09:45:02 -07:00
..
kernel [PATCH] convert that currently tests _NSIG directly to use valid_signal() 2005-05-01 08:59:14 -07:00
lib Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig [PATCH] make each arch use mm/Kconfig 2005-06-23 09:45:02 -07:00
Kconfig.debug Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00

README

This port to the NEC V850E processor supports the following platforms:

   + The gdb v850e simulator (CONFIG_V850E_SIM).

   + The Midas labs RTE-V850E/MA1-CB and RTE-V850E/NB85E-CB evaluation boards
     (CONFIG_RTE_CB_MA1 and CONFIG_RTE_CB_NB85E).  This support has only been
     tested when running with the Multi-debugger monitor ROM (for the Green
     Hills Multi debugger).  The optional NEC Solution Gear RTE-MOTHER-A
     motherboard is also supported, which allows PCI boards to be used
     (CONFIG_RTE_MB_A_PCI).

   + The Midas labs RTE-V850E/ME2-CB evaluation board (CONFIG_RTE_CB_ME2).
     This has only been tested using a kernel downloaded via an ICE connection
     using the Multi debugger.  Support for the RTE-MOTHER-A is present, but
     hasn't been tested (unlike the other Midas labs cpu boards, the
     RTE-V850E/ME2-CB includes an ethernet adaptor).

   + The NEC AS85EP1 V850E evaluation chip/board (CONFIG_V850E_AS85EP1).

   + The NEC `Anna' (board/chip) implementation of the V850E2 processor
     (CONFIG_V850E2_ANNA).

   + The sim85e2c and sim85e2s simulators, which are verilog simulations of
     the V850E2 NA85E2C/NA85E2S cpu cores (CONFIG_V850E2_SIM85E2C and
     CONFIG_V850E2_SIM85E2S).

   + A FPGA implementation of the V850E2 NA85E2C cpu core
     (CONFIG_V850E2_FPGA85E2C).

Porting to anything with a V850E/MA1 or MA2 processor should be simple.
See the file <asm-v850/machdep.h> and the files it includes for an example of
how to add platform/chip-specific support.