[coreboot-gerrit] Patch merged into coreboot/master: 77ffa0d UART 8250: Unconditionally provide register constants and use UART8250 prefix.

gerrit at coreboot.org gerrit at coreboot.org
Mon Aug 25 19:07:12 CEST 2014


the following patch was just integrated into master:
commit 77ffa0d3ad7686a9e697bf1fa05966f019249483
Author: Gabe Black <gabeblack at google.com>
Date:   Mon Sep 30 21:25:49 2013 -0700

    UART 8250: Unconditionally provide register constants and use UART8250 prefix.
    
    The register indexes and bitfield masks were guarded by the UART8250 config
    options, but it might be (is) necessary to use them in a driver that is
    UART8250 like without actually using the 8250 driver itself. To avoid any name
    collision with other drivers, also change the constant prefix from UART_ to
    UART8250_.
    
    Change-Id: Ie606d9e0329132961c3004688176204a829569dc
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://chromium-review.googlesource.com/171336
    Reviewed-by: Ronald Minnich <rminnich at chromium.org>
    Commit-Queue: Gabe Black <gabeblack at chromium.org>
    Tested-by: Gabe Black <gabeblack at chromium.org>
    (cherry picked from commit a93900be8d8a8260db49e30737608f9161fbf249)
    Signed-off-by: Isaac Christensen <isaac.christensen at se-eng.com>
    Reviewed-on: http://review.coreboot.org/6715
    Tested-by: build bot (Jenkins)
    Reviewed-by: David Hendricks <dhendrix at chromium.org>


See http://review.coreboot.org/6715 for details.

-gerrit



More information about the coreboot-gerrit mailing list