system-arm: update armv8 cpu-release-addr

In the cl below, cpu-release-addr is changed to 0x87fffff8.
https://gem5-review.googlesource.com/c/public/gem5/+/35076

By fixing cpu-release-addr, we are able to bring up multi-core platform.

Change-Id: I48bb678f67b677e9fc0136c378407e06ce7a46f4
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/42484
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Yu-hsin Wang
2021-03-08 13:33:57 +08:00
parent 3acc6af5c2
commit ee1837d313
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
compatible = "gem5,armv8", "arm,armv8"; \
reg = < n >; \
enable-method = "spin-table"; \
cpu-release-addr = <0 0x8000fff8>; \
cpu-release-addr = <0 0x87fffff8>; \
};
/ {

View File

@@ -46,7 +46,7 @@
compatible = "gem5,armv8", "arm,armv8"; \
reg = < ## id >; \
enable-method = "spin-table"; \
cpu-release-addr = <0 0x8000fff8>; \
cpu-release-addr = <0 0x87fffff8>; \
};