Re: [PATCH 1/2] mach-snapdragon/mach-ipq40xx: fix, merge and refactoring

2022-11-04 Thread Robert Marko
On Tue, Oct 25, 2022 at 3:31 AM Andrey Volkov wrote: > > SoC: qcom: Add missing Qualcomm's SOCs definitions to the arch KConfig > > From: Andrey VOLKOV > > Add APQ8016/APQ8096/QCS40X decls to the KConfig, convert SDM845 declaration > to the hidden one (selected by target), > and update

Re: [PATCH] mx6cuboxi: migrate to DM_SERIAL

2022-11-04 Thread Fabio Estevam
Hi Baruch, On Thu, Nov 3, 2022 at 1:04 PM Baruch Siach wrote: > > Add the needed DT overrides to enable UART in SPL. > > Cc: Fabio Estevam > Signed-off-by: Baruch Siach Thanks for the conversion: Reviewed-by: Fabio Estevam

[PATCH 2/2] wandboard: Select DM_SERIAL

2022-11-04 Thread Fabio Estevam
From: Fabio Estevam The conversion to DM_SERIAL is mandatory, so select this option. Signed-off-by: Fabio Estevam --- configs/wandboard_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index 70b4cf9ffaa3..33d9db56e1cb

[PATCH] wandboard: Pass mmc aliases

2022-11-04 Thread Fabio Estevam
From: Fabio Estevam Originally, the mmc aliases node was present in imx6qdl-wandboard.dtsi. After the sync with Linux in commit d0399a46e7cd ("imx6dl/imx6qdl: synchronise device trees with linux"), the aliases node is gone as the upstream version does not have it. This causes a regression in

Re: Running u-boot standalone hello_world on an image partition with qemu

2022-11-04 Thread Lists Nick Betteridge
Hi Simon, Thanks for getting back to me I'm developing on an ubuntu x86 machine, trying to run the u-boot hello_world standalone application which resides on an image |sd.img| which contains a partition I've compiled u-boot (|v2022.10|) with |qemu-x86_64_defconfig| I run qemu with

Re: Running u-boot standalone hello_world on an image partition with qemu

2022-11-04 Thread Lists Nick Betteridge
Hi Tom, Thanks for getting back to me I'm developing on an ubuntu x86 machine, trying to run the u-boot hello_world standalone application which resides on an image |sd.img| which contains a partition I've compiled u-boot (|v2022.10|) with |qemu-x86_64_defconfig| I run qemu with

Re: [PATCH v1] power: regulator: Add support for NPCM845

2022-11-04 Thread Jim Liu
Hi Jaehoon Thanks for your review. and sorry for regulator-force-microvolt. It's a wrong description for this driver. The driver followed normal property use -regulator-min-microvolt -regulator-max-microvolt It is our npcm845 bmc feature and no pmic for this regulator. i will followed your

[PATCH v3 3/3] efi_loader: Let networking support depend on NETDEVICES

2022-11-04 Thread Jan Kiszka
From: Jan Kiszka CONFIG_NET does not imply that there are actually network devices available. Neither does CONFIG_NETDEVICES, but it is much closer, and changing to this dependency obsoletes the check in Kconfig because it means DM_ETH. Along this change, make sure that efi_net_set_dhcp_ack is

[PATCH v3 1/3] efi_loader: Avoid overwriting previous outputs on console screen clearing

2022-11-04 Thread Jan Kiszka
From: Jan Kiszka Before clearing the screen, ensure that no previous output of firmware or UEFI programs will be overwritten on serial devices or other streaming consoles. This helps generating complete boot logs. Tested regarding multi-output against qemu-x86_defconfig. Signed-off-by: Jan

[PATCH v3 0/3] efi_loader: console and network dependency improvements

2022-11-04 Thread Jan Kiszka
Update of previously sent patches "efi_loader: Improve console screen clearing and reset" "efi_loader: Let networking support depend on NETDEVICES" bundled into one series. Changes to earlier versions: - rebased console reset improvements over master - split up into overwrite protection and

[PATCH v3 2/3] efi_loader: Set default console colors on efi_cout_clear_screen if needed

2022-11-04 Thread Jan Kiszka
From: Jan Kiszka Ensures a consistent background color of the whole screen for succeeding outputs as both demanded by the spec and implemented in EDK2 as well. Signed-off-by: Jan Kiszka --- lib/efi_loader/efi_console.c | 6 ++ 1 file changed, 6 insertions(+) diff --git

Re: [PATCH 1/1] efi_loader: avoid EFI_CALL() for clearing screen

2022-11-04 Thread Jan Kiszka
On 04.11.22 08:25, Jan Kiszka wrote: > On 15.10.22 12:15, Heinrich Schuchardt wrote: >> Carve out function efi_clear_screen. >> > > This does not motivate *why* you prefer to not use efi_cout_clear_screen > anymore. Why this in principle still hold... > > A side effect of this is that the

[PATCH v3 1/1] usb: storage: continue probe on "Invalid device"

2022-11-04 Thread Janne Grunau
Fixes a crash during probing of sd card readers without medium present. Seen with the device below but reported for many other devices. idVendor 0x0bda Realtek Semiconductor Corp. idProduct 0x0326 Card reader bcdDevice 11.24 iManufacturer 1 Realtek

Re: [PATCH v2 1/1] usb: storage: continue probe on "Invalid device"

2022-11-04 Thread Janne Grunau
On 2022-11-03 23:23:52 +0100, Marek Vasut wrote: > On 11/3/22 22:36, Janne Grunau wrote: > > On 2022-09-28 04:20:52 -0600, Simon Glass wrote: > > > +Marek Vasut > > > +Tom Rini > > > > > > On Sun, 25 Sept 2022 at 23:07, Janne Grunau wrote: > > > > > > > > On 2022-08-10 21:54:22 +0200, Janne

Re: [PATCH 1/1] efi_loader: avoid EFI_CALL() for clearing screen

2022-11-04 Thread Jan Kiszka
On 15.10.22 12:15, Heinrich Schuchardt wrote: > Carve out function efi_clear_screen. > This does not motivate *why* you prefer to not use efi_cout_clear_screen anymore. A side effect of this is that the screen will not longer be filled with a new background color, leading to lines that are

<    1   2