]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
MIPS: qemu-malta: add support for emulated MIPS Malta board
authorGabor Juhos <juhosg@openwrt.org>
Wed, 22 May 2013 03:57:37 +0000 (03:57 +0000)
committerTom Rini <trini@ti.com>
Wed, 24 Jul 2013 13:51:03 +0000 (09:51 -0400)
commit5a4dcfac1e05f7c025a465d3372a1c1425004c2b
tree70e09c7663af2785fd2272b8f678cc14894dc13d
parent843a76b66be70a28a55f295fa72faa74dde9e02b
MIPS: qemu-malta: add support for emulated MIPS Malta board

Add minimal support for the MIPS Malta CoreLV board
emulated by Qemu. The only supported peripherial is
the UART.

This is enough to boot U-Boot to the command prompt
both in little and big endian mode.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
arch/mips/include/asm/malta.h [new file with mode: 0644]
board/qemu-malta/Makefile [new file with mode: 0644]
board/qemu-malta/lowlevel_init.S [new file with mode: 0644]
board/qemu-malta/qemu-malta.c [new file with mode: 0644]
boards.cfg
include/configs/qemu-malta.h [new file with mode: 0644]