MIPS: add board qemu-mips64 support
Both big-endian and little-endian are tested with below commands: Rom version: (Default, Now we config it as rom version) qemu-system-mips64el -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic qemu-system-mips64 -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic Ram version: qemu-system-mips64el -M mips -cpu MIPS64R2-generic -kernel u-boot -nographic qemu-system-mips64 -M mips -cpu MIPS64R2-generic -kernel u-boot -nographic Signed-off-by:Zhizhou Zhang <etou.zh@gmail.com> Signed-off-by:
Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Showing
- arch/mips/cpu/mips64/Makefile 45 additions, 0 deletionsarch/mips/cpu/mips64/Makefile
- arch/mips/cpu/mips64/cache.S 229 additions, 0 deletionsarch/mips/cpu/mips64/cache.S
- arch/mips/cpu/mips64/config.mk 40 additions, 0 deletionsarch/mips/cpu/mips64/config.mk
- arch/mips/cpu/mips64/cpu.c 111 additions, 0 deletionsarch/mips/cpu/mips64/cpu.c
- arch/mips/cpu/mips64/interrupts.c 34 additions, 0 deletionsarch/mips/cpu/mips64/interrupts.c
- arch/mips/cpu/mips64/start.S 256 additions, 0 deletionsarch/mips/cpu/mips64/start.S
- arch/mips/cpu/mips64/time.c 87 additions, 0 deletionsarch/mips/cpu/mips64/time.c
- board/qemu-mips/u-boot.lds 8 additions, 0 deletionsboard/qemu-mips/u-boot.lds
- boards.cfg 2 additions, 0 deletionsboards.cfg
- examples/standalone/mips64.lds 59 additions, 0 deletionsexamples/standalone/mips64.lds
- include/configs/qemu-mips64.h 175 additions, 0 deletionsinclude/configs/qemu-mips64.h
Loading
Please register or sign in to comment