Re: [PATCH 2/2] rockchip: rk3399: Update stack and bss addresses

2024-02-12 Thread Quentin Schulz
Hi Jonas, On 2/12/24 01:59, Jonas Karlman wrote: With the stack and text base used by U-Boot SPL and proper on RK3399 there is a high likelihood of overlapping when U-Boot proper + FDT nears 1 MiB in size. Currently the following memory layout is used: - 0x (@0 MiB): U-Boot SPL text

Re: [PATCH] configs: khadas-vim3*_android: fix AVB oom error

2024-02-12 Thread Igor Opaniuk
On Fri, Feb 9, 2024 at 10:07 AM Mattijs Korpershoek wrote: > > When booting Android with AVB enabled, an OOM is observed: > > => avb init ${mmcdev} > => avb verify _a > ## Android Verified Boot 2.0 version 1.1.0 > read_is_device_unlocked not supported yet > read_rollback_index not

Re: [PATCH v3] mtd: rawnand: Meson NAND controller support

2024-02-12 Thread Michael Nazzareno Trimarchi
Hi On Sat, Feb 10, 2024 at 11:48 PM Arseniy Krasnov wrote: > > Basic support for Amlogic Meson NAND controller on AXG. This version > works at only first EDO mode. > > Based on Linux version 6.7.0-rc4. > > Signed-off-by: Arseniy Krasnov > --- > Changelog: > v1 -> v2: > * Update commit

[PATCH v2] arm: mach-k3: Refactor QoS settings

2024-02-12 Thread Aradhya Bhatia
Refactor common QoS code into a new common header file, and the soc specific setup_qos functions into a common API. Rename $(soc)_qos_count and $(soc)_qos_data variables to qos_count and qos_data. When QoS settings of more SoCs are added, only one pair will be defined at a time, based on the

Re: [PATCH] button: qcom-pmic: demote "unknown button" message to debug

2024-02-12 Thread Neil Armstrong
On 09/02/2024 16:11, Caleb Connolly wrote: This message isn't an error (there can be a watchdog subnode for example) but it shouldn't be printed unless this driver is being debugged. Demote it to a debug print. Signed-off-by: Caleb Connolly --- drivers/button/button-qcom-pmic.c | 2 +- 1

Re: [PATCH 4/4] rockchip: rk3399: regenerate defconfigs

2024-02-12 Thread Quentin Schulz
Hi Chen-Yu, On 2/10/24 07:32, Chen-Yu Tsai wrote: [Some people who received this message don't often get email from w...@kernel.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] From: Chen-Yu Tsai Regenerate RK3399 defconfigs after adding imply statements.

Re: [PATCH v2 16/20] board: rockchip: add Theobroma-Systems RK3588 Jaguar SBC

2024-02-12 Thread Quentin Schulz
Hi Jonas, On 2/11/24 22:34, Jonas Karlman wrote: Hi Quentin, On 2024-02-09 10:50, Quentin Schulz wrote: From: Quentin Schulz JAGUAR is a Single-Board Computer (SBC) based around the rk3588 SoC and is targeting Autonomous Mobile Robots (AMR). It features: * LPDDR4X (up to 16GB) * 1Gbps

Re: [PATCH] doc: rockchip: Clarify the rkspi image format further

2024-02-12 Thread Quentin Schulz
Hi all, On 2/10/24 19:18, Dragan Simic wrote: [You don't often get email from dsi...@manjaro.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] As discussed on the U-Boot mailing list, [1][2] only some Rockchip SoCs suffer from a bug in their BROMs that

Re: [PATCH v1] armv8: crypto: SHA-512 using ARMv8 Crypto Extensions

2024-02-12 Thread Michal Simek
On 2/11/24 18:26, Igor Opaniuk wrote: Hi Tom, On Sun, Feb 11, 2024 at 1:37 AM Tom Rini wrote: On Sat, Feb 10, 2024 at 01:07:09PM +0100, Igor Opaniuk wrote: From: Igor Opaniuk Add support for the SHA-512 Secure Hash Algorithm which uses ARMv8 Crypto Extensions. The CPU should support

Re: [PATCH] configs: khadas-vim3*_android: fix AVB oom error

2024-02-12 Thread Neil Armstrong
On 09/02/2024 09:58, Mattijs Korpershoek wrote: When booting Android with AVB enabled, an OOM is observed: => avb init ${mmcdev} => avb verify _a ## Android Verified Boot 2.0 version 1.1.0 read_is_device_unlocked not supported yet read_rollback_index not supported yet

[PATCH] sandbox: improve description of CONFIG_SANDBOX_CRASH_RESET

2024-02-12 Thread Heinrich Schuchardt
Mentions that command line option --signal is needed to make use of this configuration option. Signed-off-by: Heinrich Schuchardt --- arch/sandbox/Kconfig | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index

Re: [PATCH v2 1/7] common: avb_verify: don't call mmc_switch_part for SD

2024-02-12 Thread Igor Opaniuk
Hi Dan, On Mon, Feb 12, 2024 at 8:05 AM Dan Carpenter wrote: > > On Fri, Feb 09, 2024 at 08:20:39PM +0100, Igor Opaniuk wrote: > > From: Igor Opaniuk > > > > mmc_switch_part() is used for switching between hw partitions > > on eMMC (boot0, boot1, user, rpmb). > > There is no need to do that for

<    1   2