aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rush
diff options
context:
space:
mode:
authorTom Warren <twarren@nvidia.com>2014-09-11 12:59:34 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-03-28 07:04:37 +0100
commitcbf17d95c567bcc4439c249fb2e4525f616e3580 (patch)
tree991b03921c776108301c74b3e478ba89a7a98721 /src/mainboard/google/rush
parent0ea070452aada5cd50be19d664705d9263294fde (diff)
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@chromium.org> Original-Commit-Id: 649391a402527cef1465d5a948323ad95c77917d Original-Change-Id: Ic9e34494ec8e6ad82e6020df6ad6fecd8763ac7e Original-Signed-off-by: Tom Warren <twarren@nvidia.com> Original-Reviewed-on: https://chromium-review.googlesource.com/217792 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9067 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rush')
-rw-r--r--src/mainboard/google/rush/devicetree.cb5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/google/rush/devicetree.cb b/src/mainboard/google/rush/devicetree.cb
index 73836a4b1c..66d91ec6a3 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