[U-Boot-Users] [PATCH v2] MIPS:Target support for qemu -M mips

Shinya Kuribayashi skuribay at ruby.dti.ne.jp
Thu Jan 17 00:37:04 CET 2008


Vlad Lungu wrote:
> With serial, NE2000, IDE support. Tested in big-endian mode.
> Memory size hard-coded to 128M for now, so don't play with
> the -m option.
> 
> Signed-off-by: Vlad Lungu <vlad at comsys.ro>
> ---
> 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     |  164 
> +++++++++++++++++++++++++++++++++++++++
> 11 files changed, 482 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

Thanks, applied.

I fixed checkboard() wrong indentations and removed trailing whitespaces
from u-boot.lds.

Thanks,

  Shinya




More information about the U-Boot mailing list