[coreboot-gerrit] New patch to review for coreboot: 73b99d6 rush: Add cpu devices to devicetree

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

-gerrit

commit 73b99d645e268876a560262c60c538fda9853488
Author: Tom Warren <twarren at nvidia.com>
Date:   Thu Sep 11 12:59:34 2014 -0700

    rush: Add cpu devices to devicetree
    
    Rush builds were throwing a _sync_sp_el0 exception due
    to commit 65af2f3d (tegra132: support arm64 SMP bringup).
    Fixed by copying over the rush_ryu devicetree.db, which
    adds all the CPUs to the device tree. Basically the same
    as commit 8f61ca2da but for rush.
    
    BUG=None
    BRANCH=None
    TEST=Booted rush OK, brought up rush kernel from USB.
    
    Change-Id: Ia91260ed36364ae1cfdd28932f09df9486c7e638
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 649391a402527cef1465d5a948323ad95c77917d
    Original-Change-Id: Ic9e34494ec8e6ad82e6020df6ad6fecd8763ac7e
    Original-Signed-off-by: Tom Warren <twarren at nvidia.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/217792
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/rush/devicetree.cb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/google/rush/devicetree.cb b/src/mainboard/google/rush/devicetree.cb
index 73836a4..66d91ec 100644
--- a/src/mainboard/google/rush/devicetree.cb
+++ b/src/mainboard/google/rush/devicetree.cb
@@ -18,5 +18,8 @@
 ##
 
 chip soc/nvidia/tegra132
-     device cpu_cluster 0 on end
+	device cpu_cluster 0 on
+		device cpu 0 on end
+		device cpu 1 on end
+	end
 end



More information about the coreboot-gerrit mailing list