From: chen huacai <zltjiangshi@gmail.com>
To: Blue Swirl <blauwirbel@gmail.com>
Cc: qemu-devel@nongnu.org, aurelien@aurel32.net
Subject: Re: [Qemu-devel] [RFC][MIPS][PATCH 2/6] Initial support of vt82686b south bridge used by fulong mini pc
Date: Tue, 11 May 2010 17:32:31 +0800 [thread overview]
Message-ID: <AANLkTimbedmxtWUvW1roM8VN42sQS71_r5RzEcjV8-tW@mail.gmail.com> (raw)
In-Reply-To: <q2nf43fc5581005101228n2683eae4gf050930fdaab5a9a@mail.gmail.com>
On Tue, May 11, 2010 at 3:28 AM, Blue Swirl <blauwirbel@gmail.com> wrote:
> On 5/9/10, chen huacai <zltjiangshi@gmail.com> wrote:
>> This patch add initial support of vt82686b south bridge used by fulong mini pc
>>
>> Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
>> -----
>> diff --git a/Makefile.target b/Makefile.target
>> index fc4c59f..08968d6 100644
>> --- a/Makefile.target
>> +++ b/Makefile.target
>> @@ -219,7 +219,7 @@ 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 bonito.o pckbd.o mc146818rtc.o
>> -obj-mips-y += piix4.o cirrus_vga.o
>> +obj-mips-y += piix4.o vt82c686.o cirrus_vga.o
>>
>> obj-microblaze-y = petalogix_s3adsp1800_mmu.o
>>
>> diff --git a/hw/pc.h b/hw/pc.h
>> index d11a576..612fa06 100644
>> --- a/hw/pc.h
>> +++ b/hw/pc.h
>> @@ -115,6 +115,14 @@ void i440fx_init_memory_mappings(PCII440FXState *d);
>> extern PCIDevice *piix4_dev;
>> int piix4_init(PCIBus *bus, int devfn);
>>
>> +/* vt82c686.c */
>> +extern PCIDevice *vt82c686b_dev;
>> +int vt82c686b_init(PCIBus * bus, int devfn);
>> +void vt82c686b_ac97_init(PCIBus *bus, int devfn);
>> +void vt82c686b_mc97_init(PCIBus *bus, int devfn);
>> +i2c_bus *vt82c686b_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base,
>> + qemu_irq sci_irq);
>
> Can this device be used in a PC?
Yes, VT82C686B is initially designed for PC (not for fulong only),
work together with VT8363A NorthBridge, see
http://www.alldatasheet.com/datasheet-pdf/pdf/130559/ETC/VT82C686B.html
--
Huacai Chen
prev parent reply other threads:[~2010-05-11 9:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-09 2:03 [Qemu-devel] [RFC][MIPS][PATCH 2/6] Initial support of vt82686b south bridge used by fulong mini pc chen huacai
2010-05-10 19:28 ` Blue Swirl
2010-05-11 9:32 ` chen huacai [this message]
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=AANLkTimbedmxtWUvW1roM8VN42sQS71_r5RzEcjV8-tW@mail.gmail.com \
--to=zltjiangshi@gmail.com \
--cc=aurelien@aurel32.net \
--cc=blauwirbel@gmail.com \
--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).