Initial mor1kx (OpenRISC) support
authorSebastien Bourdeauducq <sb@m-labs.hk>
Wed, 14 May 2014 08:24:56 +0000 (10:24 +0200)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Wed, 14 May 2014 08:24:56 +0000 (10:24 +0200)
commit1c08aeb21cab38fd70cf11efc6e125701ca3bf63
tree6eb3ec021eb4d5a88bc024cd827c53507492c8d6
parent11be0a27fce70d305d2c3e179923a4e27b00ae9d
Initial mor1kx (OpenRISC) support
Based on milkymist-ng-mor1kx by Stefan Kristiansson
32 files changed:
.gitignore
.gitmodules
make.py
misoclib/gensoc/__init__.py
misoclib/gensoc/cpuif.py
misoclib/mor1kx/__init__.py [new file with mode: 0644]
software/bios/Makefile
software/bios/boot-helper-lm32.S [new file with mode: 0644]
software/bios/boot-helper-or1k.S [new file with mode: 0644]
software/bios/boot-helper.S [deleted file]
software/bios/isr.c
software/bios/linker.ld
software/bios/main.c
software/bios/sdram.c
software/common.mak
software/include/base/irq.h
software/include/base/spr-defs.h [new file with mode: 0644]
software/include/base/system.h
software/libbase/Makefile
software/libbase/crt0-lm32.S [new file with mode: 0644]
software/libbase/crt0-or1k.S [new file with mode: 0644]
software/libbase/crt0.S [deleted file]
software/libbase/linker-sdram.ld
software/libbase/setjmp-lm32.S [new file with mode: 0644]
software/libbase/setjmp-or1k.S [new file with mode: 0644]
software/libbase/setjmp.S [deleted file]
software/libbase/system.c
software/memtest/Makefile
software/videomixer/Makefile
targets/mlabs_video.py
targets/simple.py
verilog/mor1kx/submodule [new submodule]