[coreboot-gerrit] Patch set updated for coreboot: 3f5eecb tegra132: remove bring_up_secondary_cpu chip option

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Mar 27 09:58:18 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/9060

-gerrit

commit 3f5eecb273375f1aa0a56457d139b1996a740364
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Sat Sep 6 01:56:52 2014 -0500

    tegra132: remove bring_up_secondary_cpu chip option
    
    Now that there is cpu devicetree support retire the
    bring_up_secondary_cpu option as the devicetree is the
    way going forward to do other CPU bring up.
    
    BUG=chrome-os-partner:31761
    BRANCH=None
    TEST=Built and booted with 2nd core.
    
    Change-Id: I3e8812cd2183f2126c11c36ff4844c15b3cbfc1b
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 7eab33b763d33d6be210ddb69e3c67411bad0fd0
    Original-Change-Id: Ic213fbf56a1846e73462886f876a0a70e48b3158
    Original-Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/216929
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
---
 src/soc/nvidia/tegra132/chip.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/soc/nvidia/tegra132/chip.h b/src/soc/nvidia/tegra132/chip.h
index 654e381..394f0a4 100644
--- a/src/soc/nvidia/tegra132/chip.h
+++ b/src/soc/nvidia/tegra132/chip.h
@@ -26,7 +26,6 @@
 #define EINVAL  2
 
 struct soc_nvidia_tegra132_config {
-	int bring_up_secondary_cpu;
 };
 
 #endif /* __SOC_NVIDIA_TEGRA132_CHIP_H__ */



More information about the coreboot-gerrit mailing list