diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-05-22 03:57:37 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-24 09:51:03 -0400 |
commit | 5a4dcfac1e05f7c025a465d3372a1c1425004c2b (patch) | |
tree | 70e09c7663af2785fd2272b8f678cc14894dc13d /boards.cfg | |
parent | 843a76b66be70a28a55f295fa72faa74dde9e02b (diff) | |
download | u-boot-5a4dcfac1e05f7c025a465d3372a1c1425004c2b.zip u-boot-5a4dcfac1e05f7c025a465d3372a1c1425004c2b.tar.gz u-boot-5a4dcfac1e05f7c025a465d3372a1c1425004c2b.tar.bz2 |
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>
Diffstat (limited to 'boards.cfg')
-rw-r--r-- | boards.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -470,6 +470,8 @@ qemu_mips mips mips32 qemu-mips - qemu_mipsel mips mips32 qemu-mips - - qemu-mips:SYS_LITTLE_ENDIAN qemu_mips64 mips mips64 qemu-mips - - qemu-mips64:SYS_BIG_ENDIAN qemu_mips64el mips mips64 qemu-mips - - qemu-mips64:SYS_LITTLE_ENDIAN +qemu_malta mips mips32 qemu-malta - - qemu-malta:MIPS32,SYS_BIG_ENDIAN +qemu_maltael mips mips32 qemu-malta - - qemu-malta:MIPS32,SYS_LITTLE_ENDIAN vct_platinum mips mips32 vct micronas - vct:VCT_PLATINUM vct_platinumavc mips mips32 vct micronas - vct:VCT_PLATINUMAVC vct_platinumavc_onenand mips mips32 vct micronas - vct:VCT_PLATINUMAVC,VCT_ONENAND |