Re: [PATCH] ARM: dts: at91: sama7g5: fix signal name of pin PD8

2022-12-01 Thread Eugen.Hristev
On 11/14/22 17:10, Mihai Sain wrote: > The signal name of pin PD8 with function D is A22_NANDCLE > as it is defined in the datasheet. > > Fixes: 558378a4cd ("ARM: mach-at91: add support for new SoC sama7g5") > Signed-off-by: Mihai Sain > --- Applied to u-boot-at91/master, thanks !

Re: [PATCH v3 4/5] eficonfig: use efi_get_next_variable_name_int()

2022-12-01 Thread Ilias Apalodimas
On Fri, Dec 02, 2022 at 01:59:36PM +0900, Masahisa Kojima wrote: > eficonfig command reads all possible UEFI load options > from 0x to 0x to construct the menu. This takes too much > time in some environment. > This commit uses efi_get_next_variable_name_int() to read all > existing UEFI

Re: [PATCH v3 5/5] doc:eficonfig: add description for UEFI Secure Boot Configuration

2022-12-01 Thread Ilias Apalodimas
On Fri, Dec 02, 2022 at 01:59:37PM +0900, Masahisa Kojima wrote: > This commits add the description for the UEFI Secure Boot > Configuration through the eficonfig menu. > > Signed-off-by: Masahisa Kojima > --- > No update since v2 > > Newly created in v2 > > doc/usage/cmd/eficonfig.rst | 22

Re: [PATCH v4 00/17] IPv6 support

2022-12-01 Thread Vyacheslav Mitrofanov V
Hello, Peter! I see your point and I think that you are right in some aspects. LwIP like other stacks can be used instead of built-in stack but it is necessary to make quite a big work to port it, write tests and so on. It is bigger than my tiny patches. I'm not against the situation when

Re: [PATCH v2 7/9] am335x-sancloud-bbe-lite: SPI flash is JEDEC compatible

2022-12-01 Thread Dhruva Gole
Hi Paul, On 14/11/22 18:12, Paul Barker wrote: Signed-off-by: Paul Barker It is my humble opinion that you add some commit message here and not leave the body blank with just a sign off. --- arch/arm/dts/am335x-sancloud-bbe-lite.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH v3 5/5] doc:eficonfig: add description for UEFI Secure Boot Configuration

2022-12-01 Thread Masahisa Kojima
This commits add the description for the UEFI Secure Boot Configuration through the eficonfig menu. Signed-off-by: Masahisa Kojima --- No update since v2 Newly created in v2 doc/usage/cmd/eficonfig.rst | 22 ++ 1 file changed, 22 insertions(+) diff --git

[PATCH v3 4/5] eficonfig: use efi_get_next_variable_name_int()

2022-12-01 Thread Masahisa Kojima
eficonfig command reads all possible UEFI load options from 0x to 0x to construct the menu. This takes too much time in some environment. This commit uses efi_get_next_variable_name_int() to read all existing UEFI load options to significantlly reduce the count of efi_get_var() call.

[PATCH v3 3/5] efi_loader: utility function to check the variable name is "Boot####"

2022-12-01 Thread Masahisa Kojima
Some commands need to enumerate the existing UEFI load option variable("Boot"). This commit transfers some code from cmd/efidebug.c to lib/efi_loder/, then exposes efi_varname_is_load_option() function to check whether the UEFI variable name is "Boot". Signed-off-by: Masahisa Kojima

[PATCH v3 2/5] eficonfig: use u16_strsize() to get u16 string buffer size

2022-12-01 Thread Masahisa Kojima
Use u16_strsize() to simplify the u16 string buffer size calculation. Signed-off-by: Masahisa Kojima Reviewed-by: Heinrich Schuchardt Reviewed-by: Ilias Apalodimas --- No update since v1. cmd/eficonfig.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/eficonfig.c

[PATCH v3 1/5] eficonfig: fix going one directory up issue

2022-12-01 Thread Masahisa Kojima
The directory name in eficonfig menu entry contains the '\' separator. strcmp() argument ".." is wrong and one directory up handling does not work correctly. strcmp() argument must include '\' separator. Signed-off-by: Masahisa Kojima Reviewed-by: Ilias Apalodimas --- No change since v1

[PATCH v3 0/5] miscellaneous fixes of eficonfig

2022-12-01 Thread Masahisa Kojima
This series includes bugfix, refactoring and documentation updates. Masahisa Kojima (5): eficonfig: fix going one directory up issue eficonfig: use u16_strsize() to get u16 string buffer size efi_loader: utility function to check the variable name is "Boot" eficonfig: use

Re: [PATCH 2/2] board: gateworks: venice: poll I2C lines to wait for GSC firmware

2022-12-01 Thread Fabio Estevam
On Fri, Nov 11, 2022 at 1:03 PM Tim Harvey wrote: > > In some situations the GSC firmware where the EEPROM containing the > model and DRAM configuration may not be ready by the time the SoC > is ready to talk to it over I2C. > > Instead of a hard delay, poll the I2C lines to wait until they are >

Re: [PATCH 1/2] arm: dts: imx8m*-venice-*: add I2C GPIO bus recovery support

2022-12-01 Thread Fabio Estevam
Hi Tim, On Fri, Nov 11, 2022 at 1:03 PM Tim Harvey wrote: > > Add I2C GPIO bus recovery support by adding scl-gpios and sda-gpios for the > various I2C busses on Gateworks Venice boards. > > Signed-off-by: Tim Harvey > --- > Note this is taken from an upstream Linux commit Why not syncing the

Re: [PATCH] imx: imx6ul: kontron-sl-mx6ul: Disable CONFIG_FSL_QSPI_AHB_FULL_MAP to fix SPI NAND read access

2022-12-01 Thread Fabio Estevam
Hi Frieder, On Mon, Nov 14, 2022 at 9:02 AM Frieder Schrempf wrote: > > From: Frieder Schrempf > > The introduction of CONFIG_FSL_QSPI_AHB_FULL_MAP as default in: > > def88bce094e ("spi: fsl_qspi: Support to use full AHB space on i.MX") > > broke the SPI NAND read access on the Kontron SL

Re: [PATCH v1] imx8qm-rom7720: fix broken boot caused by missing CONFIG_EVENT

2022-12-01 Thread Fabio Estevam
Hi Heinrich, On Tue, Nov 22, 2022 at 5:42 AM Oliver Graute wrote: > > since commit c5ef2025579e91f132cd3cead8ebe8b4cd5dd2b6 > its necessary to set CONFIG_EVENT for a successful boot of this board again > > Signed-off-by: Oliver Graute > CC: heinrich.schucha...@canonical.com > --- >

Re: [PATCH v2 0/8] imx8: switch missing boards to binman

2022-12-01 Thread Fabio Estevam
Hi Oliver, On Tue, Nov 22, 2022 at 11:24 AM Oliver Graute wrote: > On building the imx8qm_rom7720 board the CONFIG_SPL_BUILD define is > somehow always false. So I endup in a invalid image: > > Image 'main-section' is missing external blobs and is non-functional: spl > Image 'main-section' has

Re: Boot failure regression on 6.0.10 stable kernel on iMX7

2022-12-01 Thread Marek Vasut
On 12/1/22 16:45, Francesco Dolcini wrote: + u-boot list On Thu, Dec 01, 2022 at 12:25:34PM +0100, Marek Vasut wrote: On 12/1/22 12:03, Francesco Dolcini wrote: On Wed, Nov 30, 2022 at 11:59:04PM +0100, Marek Vasut wrote: On 11/30/22 21:51, Francesco Dolcini wrote: On Wed, Nov 30, 2022 at

[PATCH] fs/squashfs: use lldiv function for math

2022-12-01 Thread kasper
From: Kasper Revsbech When compling for x86: u-boot/fs/squashfs/sqfs.c:90: undefined reference to `__udivmoddi4' Signed-off-by: Kasper Revsbech --- fs/squashfs/sqfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/squashfs/sqfs.c b/fs/squashfs/sqfs.c index

Re: [RFC PATCH] board: ti: common: board_detect: Fix EEPROM read quirk for 2-byte

2022-12-01 Thread Matwey V. Kornilov
вт, 29 нояб. 2022 г. в 09:50, Neha Malcom Francis : > > EEPROM detection logic in ti_i2c_eeprom_get() involves figuring out > whether addressing is 1-byte or 2-byte. There are currently different > behaviours seen across boards as documented in commit bf6376642fe8 > ("board: ti: common:

Re: Boot failure regression on 6.0.10 stable kernel on iMX7

2022-12-01 Thread Francesco Dolcini
+ u-boot list On Thu, Dec 01, 2022 at 12:25:34PM +0100, Marek Vasut wrote: > On 12/1/22 12:03, Francesco Dolcini wrote: > > On Wed, Nov 30, 2022 at 11:59:04PM +0100, Marek Vasut wrote: > > > On 11/30/22 21:51, Francesco Dolcini wrote: > > > > On Wed, Nov 30, 2022 at 03:41:13PM +0100, Marek Vasut

Re: [PATCH v4 00/17] IPv6 support

2022-12-01 Thread Peter Robinson
Hi Tom and others, > > Tom, maybe it is better to change configs add ifdefs or do sth else to > > exclude them from the build if IPV6 is not configured? > > There's two parts to this, yes. Sandbox needs to enable ipv6 so that > the tests are run, and the tests need to be be appropriately

Re: [u-boot][PATCH 05/14] mtd: rawnand: omap_gpmc: Fix BCH6/16 HW based correction

2022-12-01 Thread Roger Quadros
On 30/11/2022 10:11, Dario Binacchi wrote: > Hi Tom, > > On Tue, Nov 29, 2022 at 5:18 PM Tom Rini wrote: >> >> On Tue, Nov 29, 2022 at 04:25:13PM +0100, Dario Binacchi wrote: >>> Hi Roger, >>> >>> On Tue, Oct 11, 2022 at 1:50 PM Roger Quadros wrote: The BCH detection hardware can

Re: [PATCH] net: eth-uclass: change state before stop() in eth_halt()

2022-12-01 Thread Marek Vasut
On 12/1/22 09:24, Lukasz Majewski wrote: On Wed, 30 Nov 2022 17:42:25 +0100 Niel Fourie wrote: In eth_halt(), change the private uclass state before calling stop() instead of afterwards, to avoid writing to memory which may have been freed during stop(). In the ethernet gadget

Re: [PATCH v2 0/9] Fixes for SPI boot on SanCloud BBE Lite

2022-12-01 Thread Paul Barker
On 14/11/2022 12:42, Paul Barker wrote: > These changes fix SPI boot on the SanCloud BBE Lite and other AM335x > boards. > > They also put us in a good place to enable SPL_OF_CONTROL for eMMC/SD > card boot on AM335x boards. Note that if SPL_OF_CONTROL is enabled, some > SPL features need to be

Re: [PATCH] net: eth-uclass: change state before stop() in eth_halt()

2022-12-01 Thread Lukasz Majewski
On Wed, 30 Nov 2022 17:42:25 +0100 Niel Fourie wrote: > In eth_halt(), change the private uclass state before calling > stop() instead of afterwards, to avoid writing to memory which > may have been freed during stop(). > > In the ethernet gadget implementation, the gadget device gets > probed