[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2235209.iZASKD2KPV@jernej-laptop>
Date: Wed, 23 Aug 2023 21:36:51 +0200
From: Jernej Škrabec <jernej.skrabec@...il.com>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Chen-Yu Tsai <wens@...e.org>,
Samuel Holland <samuel@...lland.org>,
Kees Cook <keescook@...omium.org>,
Tony Luck <tony.luck@...el.com>,
"Guilherme G. Piccoli" <gpiccoli@...lia.com>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-sunxi@...ts.linux.dev, linux-kernel@...r.kernel.org,
linux-hardening@...r.kernel.org,
Jarrah Gosbell <kernel@...ef.tools>,
Arnaud Ferraris <arnaud.ferraris@...labora.com>,
Pavel Machek <pavel@....cz>,
Andrey Skvortsov <andrej.skvortzov@...il.com>
Cc: Andrey Skvortsov <andrej.skvortzov@...il.com>
Subject: Re: [PATCH v2] arm64: dts: pinephone: Add pstore support for PinePhone A64
Hi Andrey,
send new revision as standalone e-mail, not as reply to old discussion.
Dne torek, 22. avgust 2023 ob 11:23:58 CEST je Andrey Skvortsov napisal(a):
> This patch reserves some memory in the DTS and sets up a
> pstore device tree node to enable pstore support.
>
> In general any DRAM address, that isn't overwritten during a boot is
> suitable for pstore.
>
> Range from 0x40000000 - 0x50000000 is heavily used by u-boot for
> internal use and to load kernel, fdt, fdto, scripts, pxefile and ramdisk
> later in the boot process. Ramdisk start address is 0x4FF00000,
> initramfs for kernel with some hacking features and debug info enabled
> can take more than 100Mb and final address will be around 0x58000000.
> Address 0x61000000 will most likely not overlap with that.
There are other bootloaders as U-Boot, especially on PinePhone. Are you sure
it works there too? What about U-Boot configuration, will those addresses still
be used if configuration is changed?
Best regards,
Jernej
>
> Signed-off-by: Andrey Skvortsov <andrej.skvortzov@...il.com>
> ---
>
> Changes in v2:
> - Update commit description with information about why this base address is
> used.
>
> .../boot/dts/allwinner/sun50i-a64-pinephone.dtsi | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
> b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi index
> 87847116ab6d..84f9410b0b70 100644
> --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
> +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
> @@ -19,6 +19,22 @@ aliases {
> serial0 = &uart0;
> };
>
> + reserved-memory {
> + #address-cells = <1>;
> + #size-cells = <1>;
> + ranges;
> +
> + pstore_mem: ramoops@...00000 {
> + compatible = "ramoops";
> + reg = <0x61000000 0x100000>;
> + record-size = <0x20000>;
> + console-size = <0x20000>;
> + ftrace-size = <0x20000>;
> + pmsg-size = <0x20000>;
> + ecc-size = <16>;
> + };
> + };
> +
> backlight: backlight {
> compatible = "pwm-backlight";
> pwms = <&r_pwm 0 50000 PWM_POLARITY_INVERTED>;
Powered by blists - more mailing lists