From: Tom Warren <twarren.nvidia@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4 2/4] serial: Add Tegra2 serial port support
Date: Thu, 20 Jan 2011 17:42:20 -0700 [thread overview]
Message-ID: <1295570542-10607-3-git-send-email-twarren@nvidia.com> (raw)
In-Reply-To: <1295570542-10607-1-git-send-email-twarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
---
Changes for V2:
- Move serial driver to separate patch
common/serial.c | 3 ++-
include/serial.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/common/serial.c b/common/serial.c
index 051ae4e..8ebf9a5 100644
--- a/common/serial.c
+++ b/common/serial.c
@@ -41,7 +41,8 @@ struct serial_device *__default_serial_console (void)
#elif defined(CONFIG_4xx) \
|| defined(CONFIG_MB86R0x) || defined(CONFIG_MPC5xxx) \
|| defined(CONFIG_MPC83xx) || defined(CONFIG_MPC85xx) \
- || defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520)
+ || defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520) \
+ || defined(CONFIG_TEGRA2)
#if defined(CONFIG_CONS_INDEX) && defined(CONFIG_SYS_NS16550_SERIAL)
#if (CONFIG_CONS_INDEX==1)
return &eserial1_device;
diff --git a/include/serial.h b/include/serial.h
index 15ab73c..f21d961 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -27,7 +27,8 @@ extern struct serial_device * default_serial_console (void);
defined(CONFIG_405EP) || defined(CONFIG_405EZ) || defined(CONFIG_405EX) || \
defined(CONFIG_MB86R0x) || defined(CONFIG_MPC5xxx) || \
defined(CONFIG_MPC83xx) || defined(CONFIG_MPC85xx) || \
- defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520)
+ defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520) || \
+ defined(CONFIG_TEGRA2)
extern struct serial_device serial0_device;
extern struct serial_device serial1_device;
#if defined(CONFIG_SYS_NS16550_SERIAL)
--
1.7.3.5
next prev parent reply other threads:[~2011-01-21 0:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-21 0:42 [U-Boot] [PATCH V4 0/4] Add basic NVIDIA Tegra2 SoC support Tom Warren
2011-01-21 0:42 ` [U-Boot] [PATCH V4 1/4] arm: Tegra2: " Tom Warren
2011-01-21 8:16 ` Minkyu Kang
2011-01-21 16:08 ` Tom Warren
2011-01-21 16:19 ` seedshope
2011-01-21 16:35 ` seedshope
2011-01-21 16:49 ` seedshope
2011-01-21 18:42 ` Tom Warren
2011-01-21 0:42 ` Tom Warren [this message]
2011-01-21 0:42 ` [U-Boot] [PATCH V4 3/4] arm: Tegra2: Add support for NVIDIA Harmony board Tom Warren
2011-01-21 0:42 ` [U-Boot] [PATCH V4 4/4] arm: Tegra2: Add support for NVIDIA Seaboard board Tom Warren
2011-01-21 20:53 ` Albert ARIBAUD
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=1295570542-10607-3-git-send-email-twarren@nvidia.com \
--to=twarren.nvidia@gmail.com \
--cc=u-boot@lists.denx.de \
/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