[coreboot] Patch merged into coreboot/master: ad173ea console: Revise serial console configuration names.

gerrit at coreboot.org gerrit at coreboot.org
Fri Feb 8 01:56:17 CET 2013


the following patch was just integrated into master:
commit ad173ea70bee9ca0dc8eb5b79be8497a51dbe1c8
Author: Hung-Te Lin <hungte at chromium.org>
Date:   Wed Feb 6 21:24:12 2013 +0800

    console: Revise serial console configuration names.
    
    The console drivers (especially serial drivers) in Kconfig were named in
    different styles. This change will rename configuration names to a better naming
    style.
    
     - EARLY_CONSOLE:
            Enable output in pre-ram stage. (Renamed from EARLY_SERIAL_CONSOLE
            because it also supports non-serial)
    
     - CONSOLE_SERIAL:
            Enable serial output console, from one of the serial drivers. (Renamed
            from SERIAL_CONSOLE because other non-serial drivers are named as
            CONSOLE_XXX like CONSOLE_CBMEM)
    
     - CONSOLE_SERIAL_UART:
    	Device-specific UART driver. (Renamed from
    	CONSOLE_SERIAL_NONSTANDARD_MEM because it may be not memory-mapped)
    
     - HAVE_UART_SPECIAL:
            A dependency for CONSOLE_SERIAL_UART.
    
    Verified to boot on x86/qemu and armv7/snow, and still seeing console
    messages in romstage for both platforms.
    
    Change-Id: I4bea3c8fea05bbb7d78df6bc22f82414ac66f973
    Signed-off-by: Hung-Te Lin <hungte at chromium.org>
    Reviewed-on: http://review.coreboot.org/2299
    Tested-by: build bot (Jenkins)
    Reviewed-by: David Hendricks <dhendrix at chromium.org>

Build-Tested: build bot (Jenkins) at Fri Feb  8 01:51:31 2013, giving +1
Reviewed-By: David Hendricks <dhendrix at chromium.org> at Fri Feb  8 01:56:15 2013, giving +2
See http://review.coreboot.org/2299 for details.

-gerrit



More information about the coreboot mailing list