From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAvln-0005J3-34 for qemu-devel@nongnu.org; Sat, 08 May 2010 21:57:27 -0400 Received: from [140.186.70.92] (port=54651 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAvll-0005Hz-76 for qemu-devel@nongnu.org; Sat, 08 May 2010 21:57:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAvlj-0001Mi-LJ for qemu-devel@nongnu.org; Sat, 08 May 2010 21:57:25 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:58290) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAvlj-0001Me-IH for qemu-devel@nongnu.org; Sat, 08 May 2010 21:57:23 -0400 Received: by vws8 with SMTP id 8so241799vws.4 for ; Sat, 08 May 2010 18:57:22 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 9 May 2010 09:57:22 +0800 Message-ID: From: chen huacai Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] [RFC][MIPS][PATCH 0/6] Initial support for fulong (Loongson-2E based) mini pc List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aurelien@aurel32.net Cc: qemu-devel@nongnu.org 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 -- Huacai Chen