[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <15ab6aa6-fb30-4970-9c50-546afb933e03@linaro.org>
Date: Mon, 19 Feb 2024 08:44:03 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Artur Weber <aweber.kernel@...il.com>, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>, Alim Akhtar <alim.akhtar@...sung.com>
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
~postmarketos/upstreaming@...ts.sr.ht
Subject: Re: [PATCH] ARM: dts: exynos4212-tab3: limit usable memory range
On 17/02/2024 20:02, Artur Weber wrote:
> The stock bootloader on the Samsung Galaxy Tab 3 8.0 provides an
> incorrect available memory range over ATAG_MEM. Limit the usable
> memory in the DTS to prevent it from doing so, without having to
> disable ATAG support.
>
> Signed-off-by: Artur Weber <aweber.kernel@...il.com>
> ---
> arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi b/arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi
> index e5254e32aa8f..9bc05961577d 100644
> --- a/arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi
> +++ b/arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi
> @@ -45,6 +45,12 @@ chosen {
> /* Default S-BOOT bootloader loads initramfs here */
> linux,initrd-start = <0x42000000>;
> linux,initrd-end = <0x42800000>;
> +
> + /*
> + * Stock bootloader provides incorrect memory size in ATAG_MEM;
> + * override it here
> + */
> + linux,usable-memory-range = <0x40000000 0x3fc00000>;
Applied and dropped:
chosen: linux,usable-memory-range:0: [4611686019496935424] is too short
Does not look you tested the bindings.
Please observe that we have dedicated subsystem profile since a release:
https://www.kernel.org/doc/html/latest/process/maintainers.html#arm-samsung-s3c-s5p-and-exynos-arm-architectures
Best regards,
Krzysztof
Powered by blists - more mailing lists