-
- Downloads
cpu: mips: Add support for mips32r2
cpu/mips32r2_common adds base architecture support for mips32r2 cores it can be built in it own right as a 'CPU', but is dependant on a bootloader (like u-boot) to have bootstrapped the system, this has been tested on a 'malta' FPGA system (BOARD=mips-malta) with various mips32r2 compliant cores (interAptiv, P5600, etc).
Showing
- cpu/mips32r2_common/cpu.c 77 additions, 0 deletionscpu/mips32r2_common/cpu.c
- cpu/mips32r2_common/include/cpu.h 48 additions, 0 deletionscpu/mips32r2_common/include/cpu.h
- cpu/mips32r2_common/include/cpu_conf.h 70 additions, 0 deletionscpu/mips32r2_common/include/cpu_conf.h
- cpu/mips32r2_common/include/periph_cpu.h 25 additions, 0 deletionscpu/mips32r2_common/include/periph_cpu.h
- cpu/mips32r2_common/irq_arch.c 42 additions, 0 deletionscpu/mips32r2_common/irq_arch.c
- cpu/mips32r2_common/mips_dsp.S 151 additions, 0 deletionscpu/mips32r2_common/mips_dsp.S
- cpu/mips32r2_common/mips_excpt_entry.S 288 additions, 0 deletionscpu/mips32r2_common/mips_excpt_entry.S
- cpu/mips32r2_common/periph/pm.c 37 additions, 0 deletionscpu/mips32r2_common/periph/pm.c
- cpu/mips32r2_common/periph/timer.c 217 additions, 0 deletionscpu/mips32r2_common/periph/timer.c
- cpu/mips32r2_common/thread_arch.c 400 additions, 0 deletionscpu/mips32r2_common/thread_arch.c
Loading
Please register or sign in to comment