Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1380076
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] arm64: dts: uniphier: add /memreserve/ for spin-table release address |
| Date | 2016-04-15 20:10 +0200 |
| Message-ID | <roglQ-7dz-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
As Documentation/arm64/booting.txt says, the cpu-release-addr
location should be reserved.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi
index 651c9d9..90909d2 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi
+++ b/arch/arm64/boot/dts/socionext/uniphier-ph1-ld20.dtsi
@@ -42,6 +42,8 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
+/memreserve/ 0x80000100 0x00000008;
+
/ {
compatible = "socionext,ph1-ld20";
#address-cells = <2>;
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] arm64: dts: uniphier: add /memreserve/ for spin-table release address Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-04-15 20:10 +0200
Re: [PATCH] arm64: dts: uniphier: add /memreserve/ for spin-table release address Mark Rutland <mark.rutland@arm.com> - 2016-04-18 10:50 +0200
Re: [PATCH] arm64: dts: uniphier: add /memreserve/ for spin-table release address Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-04-18 11:00 +0200
Re: [PATCH] arm64: dts: uniphier: add /memreserve/ for spin-table release address Mark Rutland <mark.rutland@arm.com> - 2016-04-18 11:10 +0200
csiph-web