From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751407AbdAMUEK (ORCPT ); Fri, 13 Jan 2017 15:04:10 -0500 Received: from mail-pf0-f182.google.com ([209.85.192.182]:34400 "EHLO mail-pf0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124AbdAMUEG (ORCPT ); Fri, 13 Jan 2017 15:04:06 -0500 From: Kevin Hilman To: Neil Armstrong Cc: xypron.glpk@gmx.de, carlo@caione.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v4] ARM64: dts: meson-gx: Add reserved memory zone and usable memory range Organization: BayLibre References: <1484129414-23325-1-git-send-email-narmstrong@baylibre.com> Date: Fri, 13 Jan 2017 12:03:59 -0800 In-Reply-To: <1484129414-23325-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Wed, 11 Jan 2017 11:10:14 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Neil Armstrong writes: > The Amlogic Meson GXBB/GXL/GXM secure monitor uses part of the memory space, > this patch adds this reserved zone and redefines the usable memory range. > > The memory node is also moved from the dtsi files into the proper dts files > to handle variants memory sizes. > > This patch also fixes the memory sizes for the following platforms : > - gxl-s905x-p212 : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > - gxm-s912-q201 : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > - gxl-s905d-p231 : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > - gxl-nexbox-a95x : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > > Signed-off-by: Neil Armstrong Queued for v4.10-rc. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 13 Jan 2017 12:03:59 -0800 Subject: [PATCH v4] ARM64: dts: meson-gx: Add reserved memory zone and usable memory range In-Reply-To: <1484129414-23325-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Wed, 11 Jan 2017 11:10:14 +0100") References: <1484129414-23325-1-git-send-email-narmstrong@baylibre.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Neil Armstrong writes: > The Amlogic Meson GXBB/GXL/GXM secure monitor uses part of the memory space, > this patch adds this reserved zone and redefines the usable memory range. > > The memory node is also moved from the dtsi files into the proper dts files > to handle variants memory sizes. > > This patch also fixes the memory sizes for the following platforms : > - gxl-s905x-p212 : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > - gxm-s912-q201 : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > - gxl-s905d-p231 : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > - gxl-nexbox-a95x : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > > Signed-off-by: Neil Armstrong Queued for v4.10-rc. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 13 Jan 2017 12:03:59 -0800 Subject: [PATCH v4] ARM64: dts: meson-gx: Add reserved memory zone and usable memory range In-Reply-To: <1484129414-23325-1-git-send-email-narmstrong@baylibre.com> (Neil Armstrong's message of "Wed, 11 Jan 2017 11:10:14 +0100") References: <1484129414-23325-1-git-send-email-narmstrong@baylibre.com> Message-ID: To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Neil Armstrong writes: > The Amlogic Meson GXBB/GXL/GXM secure monitor uses part of the memory space, > this patch adds this reserved zone and redefines the usable memory range. > > The memory node is also moved from the dtsi files into the proper dts files > to handle variants memory sizes. > > This patch also fixes the memory sizes for the following platforms : > - gxl-s905x-p212 : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > - gxm-s912-q201 : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > - gxl-s905d-p231 : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > - gxl-nexbox-a95x : 1GiB instead of 2GiB, a proper 2GiB dts should be pushed > > Signed-off-by: Neil Armstrong Queued for v4.10-rc. Kevin