aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-05-09 15:19:29 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-03-09 20:31:17 +0100
commita6087d155de715d1268c115c42ab7b0ed244e94b (patch)
treebc9595479b600d221cae797ec2849e771e53d2a8 /src/lib
parentafaa25776ff2f42293e6ef48fdaddfa8104bbe50 (diff)
Add support for the Startech PEX1XS1PMINI
It has a smaller footprint than the already supported MPEX2S952 Change-Id: Ie36b67f9628882d516ca34ff164f0e8918955a5b Signed-off-by: Stefan Reinauer <reinauer@google.com> Tested-by: Stefan Reinauer <reinauer@google.com> Reviewed-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: http://review.coreboot.org/690 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/uart8250mem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/uart8250mem.c b/src/lib/uart8250mem.c
index 75d51ffa83..a38623edbc 100644
--- a/src/lib/uart8250mem.c
+++ b/src/lib/uart8250mem.c
@@ -117,6 +117,8 @@ u32 uart_mem_init(void)
#if defined(MORE_TESTING) && !defined(__SMM__) && !defined(__PRE_RAM__)
device_t dev = dev_find_device(0x1415, 0xc158, NULL);
+ if (!dev)
+ dev = dev_find_device(0x1415, 0xc11b, NULL);
if (dev) {
struct resource *res = find_resource(dev, 0x10);