[U-Boot-Users] [GIT PULL] MIPS updates
Shinya Kuribayashi
skuribay at ruby.dti.ne.jp
Thu Jan 17 00:42:16 CET 2008
Dear Wolfgang,
please pull MIPS updates. It's a interesting QEMU target.
The following changes since commit 4c9e98ace78e7de972adf7da7135a46ec0a4ee7e:
Wolfgang Denk (1):
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx
are available in the git repository at:
git://www.denx.de/git/u-boot-mips.git master
Jean-Christophe PLAGNIOL-VILLARD (1):
qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
Vlad Lungu (1):
MIPS:Target support for qemu -M mips
MAINTAINERS | 3 +
MAKEALL | 1 +
Makefile | 6 ++
board/qemu-mips/Makefile | 45 ++++++++++
board/qemu-mips/README | 11 +++
board/qemu-mips/config.mk | 10 +++
board/qemu-mips/flash.c | 40 +++++++++
board/qemu-mips/lowlevel_init.S | 41 ++++++++++
board/qemu-mips/qemu-mips.c | 89 ++++++++++++++++++++
board/qemu-mips/u-boot.lds | 72 +++++++++++++++++
include/configs/qemu-mips.h | 169 +++++++++++++++++++++++++++++++++++++++
11 files changed, 487 insertions(+), 0 deletions(-)
create mode 100644 board/qemu-mips/Makefile
create mode 100644 board/qemu-mips/README
create mode 100644 board/qemu-mips/config.mk
create mode 100644 board/qemu-mips/flash.c
create mode 100644 board/qemu-mips/lowlevel_init.S
create mode 100644 board/qemu-mips/qemu-mips.c
create mode 100644 board/qemu-mips/u-boot.lds
create mode 100644 include/configs/qemu-mips.h
More information about the U-Boot
mailing list