From: "Andreas Färber" <afaerber@suse.de>
To: "Peter A. G. Crosthwaite" <peter.crosthwaite@petalogix.com>,
i.mitsyanko@samsung.com
Cc: peter.maydell@linaro.org, e.voevodin@samsung.com,
qemu-devel@nongnu.org, kyungmin.park@samsung.com,
d.solodkiy@samsung.com, edgar.iglesias@gmail.com,
m.kozlov@samsung.com, john.williams@petalogix.com
Subject: Re: [Qemu-devel] [PATCH v3 1/4] hw: introduce standard SD host controller
Date: Sat, 09 Jun 2012 01:39:48 +0200 [thread overview]
Message-ID: <4FD28D44.8010605@suse.de> (raw)
In-Reply-To: <74b943b975af2bfe203e13e3049960716ead0969.1339044751.git.peter.crosthwaite@petalogix.com>
Am 07.06.2012 07:05, schrieb Peter A. G. Crosthwaite:
> diff --git a/Makefile.objs b/Makefile.objs
> index 70c5c79..a9c7bb9 100644
> --- a/Makefile.objs
> +++ b/Makefile.objs
> @@ -250,6 +250,7 @@ hw-obj-$(CONFIG_SMARTCARD) += usb/dev-smartcard-reader.o ccid-card-passthru.o
> hw-obj-$(CONFIG_SMARTCARD_NSS) += ccid-card-emulated.o
> hw-obj-$(CONFIG_USB_REDIR) += usb/redirect.o
> hw-obj-$(CONFIG_I8259) += i8259_common.o i8259.o
> +hw-obj-$(CONFIG_SDHCI) += sdhci.o
>
> # PPC devices
> hw-obj-$(CONFIG_PREP_PCI) += prep_pci.o
This hunk needs to go into hw/Makefile.objs with the new system
(compile-tested with tegra2).
The ones for exynos and zynq into hw/arm/Makefile.objs. I'm guessing
there's no Big Endian version of exynos or zynq, so that location should
be fine.
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2012-06-08 23:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-07 5:05 [Qemu-devel] [PATCH v3 0/4] *** SUBJECT HERE *** Peter A. G. Crosthwaite
2012-06-07 5:05 ` [Qemu-devel] [PATCH v3 1/4] hw: introduce standard SD host controller Peter A. G. Crosthwaite
2012-06-08 23:39 ` Andreas Färber [this message]
2012-06-09 15:23 ` Andreas Färber
2012-06-07 5:05 ` [Qemu-devel] [PATCH v3 2/4] exynos4210: introduce Exynos4210 SD host controller model Peter A. G. Crosthwaite
2012-06-07 12:00 ` Andreas Färber
2012-06-07 5:05 ` [Qemu-devel] [PATCH v3 3/4] vl.c: allow for reapeated -sd arguments Peter A. G. Crosthwaite
2012-06-07 11:57 ` Andreas Färber
2012-06-07 5:05 ` [Qemu-devel] [PATCH v3 4/4] xilinx_zynq: Added sdhci controllers Peter A. G. Crosthwaite
2012-06-07 12:24 ` [Qemu-devel] [PATCH v3 0/4] Standard SD host controller model Andreas Färber
2012-06-07 12:56 ` Peter Maydell
2012-06-07 14:40 ` Igor Mitsyanko
2012-06-07 22:16 ` Peter Crosthwaite
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=4FD28D44.8010605@suse.de \
--to=afaerber@suse.de \
--cc=d.solodkiy@samsung.com \
--cc=e.voevodin@samsung.com \
--cc=edgar.iglesias@gmail.com \
--cc=i.mitsyanko@samsung.com \
--cc=john.williams@petalogix.com \
--cc=kyungmin.park@samsung.com \
--cc=m.kozlov@samsung.com \
--cc=peter.crosthwaite@petalogix.com \
--cc=peter.maydell@linaro.org \
--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).