From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: qemu-devel@nongnu.org
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Subject: [Qemu-devel] [PATCH 2/4] omap1: add OSC_12M_SEL Register support
Date: Sun, 16 Nov 2008 22:18:56 +0100 [thread overview]
Message-ID: <1226870338-31165-2-git-send-email-plagnioj@jcrosoft.com> (raw)
In-Reply-To: <1226870338-31165-1-git-send-email-plagnioj@jcrosoft.com>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
hw/omap1.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/hw/omap1.c b/hw/omap1.c
index 0c3b5cd..45ee567 100644
--- a/hw/omap1.c
+++ b/hw/omap1.c
@@ -2038,6 +2038,8 @@ static uint32_t omap_uart_read(void *opaque, target_phys_addr_t addr)
return 0x0;
case 0x48: /* EBLR */
return s->eblr;
+ case 0x4C: /* OSC_12M_SEL */
+ return 0;
case 0x50: /* MVR */
return 0x30;
case 0x54: /* SYSC */
@@ -2073,6 +2075,8 @@ static void omap_uart_write(void *opaque, target_phys_addr_t addr,
case 0x48: /* EBLR */
s->eblr = value & 0xff;
break;
+ case 0x4C: /* OSC_12M_SEL */
+ break;
case 0x44: /* SSR */
case 0x50: /* MVR */
case 0x58: /* SYSS */
--
1.5.6.5
next prev parent reply other threads:[~2008-11-16 21:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-16 21:17 [Qemu-devel] Add Siemens SX1 Machine support Jean-Christophe PLAGNIOL-VILLARD
2008-11-16 21:18 ` [Qemu-devel] [PATCH 1/4] pflash_cfi01: add Single Byte Program Jean-Christophe PLAGNIOL-VILLARD
2008-11-16 21:18 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-11-16 21:18 ` [Qemu-devel] [PATCH 3/4] omap1: fix uart3 init Jean-Christophe PLAGNIOL-VILLARD
2008-11-16 21:18 ` [Qemu-devel] [PATCH 4/4] add Siemens SX1 Machine support Jean-Christophe PLAGNIOL-VILLARD
2008-11-18 20:25 ` [Qemu-devel] [PATCH 4/4 V2] " Jean-Christophe PLAGNIOL-VILLARD
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=1226870338-31165-2-git-send-email-plagnioj@jcrosoft.com \
--to=plagnioj@jcrosoft.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).