From a6087d155de715d1268c115c42ab7b0ed244e94b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 9 May 2011 15:19:29 -0700 Subject: Add support for the Startech PEX1XS1PMINI It has a smaller footprint than the already supported MPEX2S952 Change-Id: Ie36b67f9628882d516ca34ff164f0e8918955a5b Signed-off-by: Stefan Reinauer Tested-by: Stefan Reinauer Reviewed-by: Duncan Laurie Reviewed-on: http://review.coreboot.org/690 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/lib/uart8250mem.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib') 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); -- cgit v1.2.3