diff options
author | Aaron Durbin <adurbin@chromium.org> | 2014-08-28 09:47:54 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-03-27 08:04:31 +0100 |
commit | 474ae2faacd21a5e8b5d8b19701cd84746d6c3f2 (patch) | |
tree | acca386fde726402a95eefae5c06d51fee08875a | |
parent | 127f051f86a3f3f1c1df889f2838123481a37b2f (diff) | |
download | coreboot-474ae2faacd21a5e8b5d8b19701cd84746d6c3f2.tar.xz |
ryu: bring up secondary core
Instruct the SoC to bring up the 2nd core.
BUG=chrome-os-partner:31545
BRANCH=None
TEST=Brought up 2nd core in Linux.
Change-Id: I4b31ea5f1466c43abce273b2bfb6a4d06b7faa63
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 74c62e62a6790de65e303123abee2be1dfffbee3
Original-Change-Id: I5f5febc4719951188106041f73625231eafe1b08
Original-Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/214778
Original-Reviewed-by: Tom Warren <twarren@nvidia.com>
Original-Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: http://review.coreboot.org/9022
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
-rw-r--r-- | src/mainboard/google/rush_ryu/devicetree.cb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/rush_ryu/devicetree.cb b/src/mainboard/google/rush_ryu/devicetree.cb index 73836a4b1c..6b840c0689 100644 --- a/src/mainboard/google/rush_ryu/devicetree.cb +++ b/src/mainboard/google/rush_ryu/devicetree.cb @@ -18,5 +18,7 @@ ## chip soc/nvidia/tegra132 - device cpu_cluster 0 on end + register bring_up_secondary_cpu = "1" + + device cpu_cluster 0 on end end |