[SerialICE] New patch to review for serialice: 246b5d2 SerialICE: push missing changes to Kconfig

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Sat Jul 7 05:39:17 CEST 2012


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1182

-gerrit

commit 246b5d2cf3f44124ab9bdd58e34004beec839308
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Fri Jul 6 22:24:52 2012 -0500

    SerialICE: push missing changes to Kconfig
    
    Previous patch failed to push the modified Kconfig.
    
    Change-Id: I5d716aa9a09066dde57463a33a13db089c3d8196
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 SerialICE/Kconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/SerialICE/Kconfig b/SerialICE/Kconfig
index aab5249..9844b4a 100644
--- a/SerialICE/Kconfig
+++ b/SerialICE/Kconfig
@@ -105,6 +105,9 @@ config BOARD_ASUS_P4P800_VM
 config BOARD_AOPEN_DXPL_PLUS
 	bool "AOpen DXPL Plus"
 
+config BOARD_VIA_EPIA_M850
+	bool "VIA EPIA M850"
+
 endchoice
 
 config BOARD_INIT
@@ -132,6 +135,7 @@ config BOARD_INIT
 	default "asrock_p4i65gv.c" if BOARD_ASROCK_P4I65GV
 	default "asus_p4p800-vm.c" if BOARD_ASUS_P4P800_VM
 	default "aopen_dxpl-plus.c" if BOARD_AOPEN_DXPL_PLUS
+	default "via_epia_m850.c" if BOARD_VIA_EPIA_M850
 
 config SOUTHBRIDGE_INIT
 	string



More information about the SerialICE mailing list