[coreboot-gerrit] New patch to review for coreboot: 86a0e39 tegra132: increase MAX_CPUS to 2

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Mar 26 10:48:24 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9006

-gerrit

commit 86a0e3902dac6855f3bd5f2782af179c244e1cd9
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Aug 27 08:49:48 2014 -0500

    tegra132: increase MAX_CPUS to 2
    
    There are 2 cores visible to the OS and both need to be
    brought up. Therefore, provide the proper number of cores.
    
    BUG=chrome-os-partner:31545
    BRANCH=None
    TEST=Built and noted CONFIG_MAX_CPUS=2.
    
    Change-Id: I8a99891506af0fb3aa0284475c3c4be8bb69268b
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: efa6c0343521dd98b86eacc94737f3497b721f95
    Original-Change-Id: Id31b0a3046e40e1aec09bf2ee66b1e2f0b27fd21
    Original-Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/214661
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
---
 src/soc/nvidia/tegra132/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/soc/nvidia/tegra132/Kconfig b/src/soc/nvidia/tegra132/Kconfig
index ee50152..e9832e4 100644
--- a/src/soc/nvidia/tegra132/Kconfig
+++ b/src/soc/nvidia/tegra132/Kconfig
@@ -29,6 +29,10 @@ config BOOTBLOCK_ROM_OFFSET
 	hex
 	default 0x0
 
+config MAX_CPUS
+	int
+	default 2
+
 config CBFS_HEADER_ROM_OFFSET
 	hex "offset of master CBFS header in ROM"
 	default 0x40000



More information about the coreboot-gerrit mailing list