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:
@@ -38,7 +38,7 @@
|
|||||||
compatible = "gem5,armv8", "arm,armv8"; \
|
compatible = "gem5,armv8", "arm,armv8"; \
|
||||||
reg = < n >; \
|
reg = < n >; \
|
||||||
enable-method = "spin-table"; \
|
enable-method = "spin-table"; \
|
||||||
cpu-release-addr = <0 0x8000fff8>; \
|
cpu-release-addr = <0 0x87fffff8>; \
|
||||||
};
|
};
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
compatible = "gem5,armv8", "arm,armv8"; \
|
compatible = "gem5,armv8", "arm,armv8"; \
|
||||||
reg = < ## id >; \
|
reg = < ## id >; \
|
||||||
enable-method = "spin-table"; \
|
enable-method = "spin-table"; \
|
||||||
cpu-release-addr = <0 0x8000fff8>; \
|
cpu-release-addr = <0 0x87fffff8>; \
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user