[coreboot-gerrit] Patch set updated for coreboot: ffd0d50 cbmem console: Allow the cbmem console on non-x86 systems again.

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Mon Dec 15 23:57:10 CET 2014


Marc Jones (marc.jones at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7748

-gerrit

commit ffd0d501c086d3a22537795c62239fde12f800a0
Author: Gabe Black <gabeblack at google.com>
Date:   Thu Apr 3 14:04:42 2014 -0700

    cbmem console: Allow the cbmem console on non-x86 systems again.
    
    If it's not supported on a particular board, either the build will fail or
    checks within the cbmem console itself should detect the problem. There
    shouldn't be random memory corruption any more.
    
    BUG=None
    TEST=Built with CONSOLE_CBMEM enabled on nyan and saw that it was actually
    enabled.
    BRANCH=None
    
    Original-Change-Id: Id6c8c7675daafe07aa4878cfcf13faefe576e520
    Original-Signed-off-by: Gabe Black <gabeblack at google.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/193167
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Original-Commit-Queue: Gabe Black <gabeblack at chromium.org>
    Original-Tested-by: Gabe Black <gabeblack at chromium.org>
    (cherry picked from commit 20b486443bfc2d93d72bbc9e496023a00ab9ab30)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: I39fbcdff61f6d8f520f2e9d7612dee78e97898b1
---
 src/console/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/console/Kconfig b/src/console/Kconfig
index 04bbf01..de2f682 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -168,7 +168,6 @@ config CONSOLE_NE2K_IO_PORT
 	  boundary, qemu needs broader align)
 
 config CONSOLE_CBMEM
-	depends on ARCH_X86
 	bool "Send console output to a CBMEM buffer"
 	default n
 	help



More information about the coreboot-gerrit mailing list