From: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH v2] MIPS:Target support for qemu -M mips
Date: Thu, 17 Jan 2008 08:37:04 +0900 [thread overview]
Message-ID: <478E9520.7030709@ruby.dti.ne.jp> (raw)
In-Reply-To: <478E3E97.7040408@comsys.ro>
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@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
next prev parent reply other threads:[~2008-01-16 23:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-16 17:27 [U-Boot-Users] [PATCH v2] MIPS:Target support for qemu -M mips Vlad Lungu
2008-01-16 23:37 ` Shinya Kuribayashi [this message]
2008-01-28 19:55 ` Ladislav Michl
2008-01-29 2:05 ` Shinya Kuribayashi
2008-01-29 10:52 ` Vlad Lungu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=478E9520.7030709@ruby.dti.ne.jp \
--to=skuribay@ruby.dti.ne.jp \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.