]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: add board qemu-mips64 support
authorZhi-zhou Zhang <etou.zh@gmail.com>
Tue, 16 Oct 2012 13:02:08 +0000 (15:02 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 16 Oct 2012 13:02:08 +0000 (15:02 +0200)
commit32afad783eb5a372c276fcb9fb30dfb838615909
tree814d29b73e53e414ad1b80f752d2566de4715aeb
parentff9b0cb8b4804ed372c09b8aad2a984b396596b2
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>
arch/mips/cpu/mips64/Makefile [new file with mode: 0644]
arch/mips/cpu/mips64/cache.S [new file with mode: 0644]
arch/mips/cpu/mips64/config.mk [new file with mode: 0644]
arch/mips/cpu/mips64/cpu.c [new file with mode: 0644]
arch/mips/cpu/mips64/interrupts.c [new file with mode: 0644]
arch/mips/cpu/mips64/start.S [new file with mode: 0644]
arch/mips/cpu/mips64/time.c [new file with mode: 0644]
board/qemu-mips/u-boot.lds
boards.cfg
examples/standalone/mips64.lds [new file with mode: 0644]
include/configs/qemu-mips64.h [new file with mode: 0644]