From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OBBnt-0002hs-2n for qemu-devel@nongnu.org; Sun, 09 May 2010 15:04:41 -0400 Received: from [140.186.70.92] (port=44362 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBBnr-0002fN-5A for qemu-devel@nongnu.org; Sun, 09 May 2010 15:04:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBBno-0002Q8-GF for qemu-devel@nongnu.org; Sun, 09 May 2010 15:04:37 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:59322) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBBno-0002Pn-4N for qemu-devel@nongnu.org; Sun, 09 May 2010 15:04:36 -0400 Message-ID: <4BE70731.40302@mail.berlios.de> Date: Sun, 09 May 2010 21:04:17 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC][MIPS][PATCH 1/6] Initial support of bonito north bridge used by fulong mini pc References: <4BE68342.2020202@mail.berlios.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: chen huacai Cc: qemu-devel@nongnu.org, aurelien@aurel32.net Am 09.05.2010 13:25, schrieb chen huacai: >>> obj-mips-y += mips_addr.o mips_timer.o mips_int.o >>> obj-mips-y += dma.o vga.o i8259.o >>> obj-mips-y += g364fb.o jazz_led.o >>> -obj-mips-y += gt64xxx.o pckbd.o mc146818rtc.o >>> +obj-mips-y += gt64xxx.o bonito.o pckbd.o mc146818rtc.o >>> >> >> Is fulong 64 bit only? >> >> Maybe it would be better to add a new CONFIG_FULONG to >> default-configs/mips64-softmmu.mak and >> default-configs/mips64el-softmmu.mak >> and then use obj-mips-$(CONFIG_FULONG) here and in the other patches. >> > > fulong support both 32/64 bit software, but only support > little-endian, so I think I need to add CONFIG_FULONG to > default-configs/mipsel-softmmu.mak and > default-configs/mips64el-softmmu.mak. The cpu core is Loongson with 64 bit, isn't it? So default-configs/mips64el-softmmu.mak should be sufficient. Of course mips64el-softmmu can run 32 bit software, too. Kind regards, Stefan Weil