From: chen huacai <zltjiangshi@gmail.com>
To: aurelien@aurel32.net
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [RFC][MIPS][PATCH 0/6] Initial support for fulong (Loongson-2E based) mini pc
Date: Sun, 9 May 2010 09:57:22 +0800 [thread overview]
Message-ID: <x2q69475c4c1005081857v942dd15chc9a6e7051790721c@mail.gmail.com> (raw)
This series of patches are for qemu master branch. They make qemu
initially support fulong (Loongson-2E based) mini pc, a new type of
MIPS machine.
Usage:
1, Load PMON as bios, and then load OS in PMON shell
qemu-system-mips64el -M fulong2e -bios pmon_fulong2e.bin -hda /root/hda.img
2, Load OS directly with -kernel parameter
qemu-system-mips64el -M fulong2e -kernel vmlinux -append
"root=/dev/hda1 console=ttyS0" -hda /root/hda.img
Patches include:
1, Initial support of bonito north bridge used by fulong mini pc
2, Initial support of vt82686b south bridge used by fulong mini pc
3, Initial support of VIA IDE controller used by fulong mini pc
4, Initial support of VIA USB controller used by fulong mini pc
5, Initial support of fulong mini pc (CPU definition, machine
construction, etc.)
6, PMON(binary file) used by fulong mini pc
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
--
Huacai Chen
reply other threads:[~2010-05-09 1:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=x2q69475c4c1005081857v942dd15chc9a6e7051790721c@mail.gmail.com \
--to=zltjiangshi@gmail.com \
--cc=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).