[coreboot-gerrit] Patch set updated for coreboot: libpayload: Jazz: Adding a config for new board

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri May 20 18:24:03 CEST 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14918

-gerrit

commit 2e7a2025503acd91f2519448981d61a51b8fa601
Author: Akshay Saraswat <akshay.s at samsung.com>
Date:   Fri Sep 5 11:26:11 2014 +0530

    libpayload: Jazz: Adding a config for new board
    
    Here we are adding config for a new board called Jazz.
    
    BUG=None
    BRANCH=None
    TEST=None
    
    Change-Id: Ic5059fae320bbdcb66b4ee7d1bbc25f17c36a0d2
    Signed-off-by: Akshay Saraswat <akshay.s at samsung.com>
---
 payloads/libpayload/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/payloads/libpayload/Kconfig b/payloads/libpayload/Kconfig
index 276eb30..3d85e63 100644
--- a/payloads/libpayload/Kconfig
+++ b/payloads/libpayload/Kconfig
@@ -232,6 +232,11 @@ config S5P_SERIAL_CONSOLE
 	depends on SERIAL_CONSOLE
 	default n
 
+config S5P_SERIAL_CONSOLE_ADDRESS
+	hex "Exynos S5P UART base address"
+	depends on S5P_SERIAL_CONSOLE
+	default 0x14C30000
+
 config IPQ806X_SERIAL_CONSOLE
 	bool "IPQ806x SOC compatible serial port driver"
 	depends on SERIAL_CONSOLE



More information about the coreboot-gerrit mailing list