Re: [PATCH v2] net: mv88e6xxx: fix missing SMI address initialization

2024-02-13 Thread Stefan Roese
Hi Ramon, On 1/9/24 10:37, Stefan Roese wrote: On 12/18/23 17:09, Marek Behún wrote: On Wed, 6 Dec 2023 15:35:56 +0100 Marek Mojík wrote: The mv88e6xxx driver does not currently initialize the smi_addr field, but instead keeps the default zero value. This leads to driver being unusable on

Re: [PATCH 1/1] efi_loader: simplify error message in efi_disk_create_raw()

2024-02-13 Thread Ilias Apalodimas
On Fri, 2 Feb 2024 at 16:13, Heinrich Schuchardt wrote: > > The error message > > Adding disk for usb_mass_storage.lun0 failed > (err=-9223372036854775788/0x8014) > > provides a decimal and a hexadecimal notation of the EFI status code > EFI_ALREADY_STARTED which is defined as (EF

Re: [PATCH v2] scripts: dtc-version: Don't show error messages

2024-02-13 Thread Dragan Simic
On 2024-02-06 12:00, Dragan Simic wrote: Prevent the error messages produced by which(1), such as the one quoted below, from being visible in the build outputs. which: no dtc in (./scripts/dtc) This makes the build outputs look a tiny bit cleaner. Just checking, is there something that pr

Re: [FIX PATCH v1] Fix: common: usb_hub: Reset only USB3.0 hub

2024-02-13 Thread Dragan Simic
Hello Shantur and Marek, On 2024-02-14 04:18, Dragan Simic wrote: On 2024-02-14 03:04, Andre Przywara wrote: On Mon, 12 Feb 2024 21:19:13 +0100 Marek Vasut wrote: On 2/12/24 14:41, Shantur Rathore wrote: > On Mon, Feb 12, 2024 at 1:40 PM Shantur Rathore wrote: >> On Sat, Feb 10, 2024 at 7:13

Re: [FIX PATCH v1] Fix: common: usb_hub: Reset only USB3.0 hub

2024-02-13 Thread Dragan Simic
Hello Andre, On 2024-02-14 03:04, Andre Przywara wrote: On Mon, 12 Feb 2024 21:19:13 +0100 Marek Vasut wrote: On 2/12/24 14:41, Shantur Rathore wrote: > On Mon, Feb 12, 2024 at 1:40 PM Shantur Rathore wrote: >> On Sat, Feb 10, 2024 at 7:13 AM Dragan Simic wrote: >>> On 2024-02-08 15:17, Drag

Re: [FIX PATCH v1] Fix: common: usb_hub: Reset only USB3.0 hub

2024-02-13 Thread Andre Przywara
On Mon, 12 Feb 2024 21:19:13 +0100 Marek Vasut wrote: > On 2/12/24 14:41, Shantur Rathore wrote: > > On Mon, Feb 12, 2024 at 1:40 PM Shantur Rathore wrote: > >> > >> Thanks Dragan, > >> > >> On Sat, Feb 10, 2024 at 7:13 AM Dragan Simic wrote: > >>> > >>> Hello Shantur, > >>> > >>> On 2024-0

[ANN] U-Boot v2024.04-rc2 released

2024-02-13 Thread Tom Rini
Hey all, I'm a day late as I missed my calendar reminder, but here's -rc2 now. I am hopeful really just about everything that needs to come in, is now in, but I also know I have at least one more series to grab for TI platforms. And I'll grab the series I posted today that should fix the current C

Re: [PATCH v1] Revert "board: verdin-am62: set cpu core voltage depending on speed grade"

2024-02-13 Thread Tom Rini
On Tue, Feb 13, 2024 at 05:00:03PM +0100, Francesco Dolcini wrote: > From: Francesco Dolcini > > This reverts commit d2099587d661c6ca2309256c0e04c06e26c8d34c. > > According to TI changing the VDD_CORE while the SoC is running is not > allowed, the voltage must be set before the AM62 device rese

Re: [PATCH] memory: ti-gpmc: Fix lock up at A53 SPL during NAND boot on AM64-EVM

2024-02-13 Thread Tom Rini
On Tue, Feb 06, 2024 at 04:02:51PM +0200, Roger Quadros wrote: > AM64 ES2.0 bootrom seems to enable WAIT0EDGEDETECTION interrupt. > This causes a lockup at A53 SPL when accessing NAND controller > or ELM registers. > > A good option would be to softrest GPMC block at probe > but this cannot be do

Re: [PATCH v1] cmd: hash: fix param count check

2024-02-13 Thread Tom Rini
On Wed, Feb 07, 2024 at 01:01:32AM +0100, Igor Opaniuk wrote: > From: Igor Opaniuk > > Add correct check for parameter count. > > This fixes this issue when `hash` cmd is invoked without params: > > => hash > data abort > pc : []lr : [] > reloc pc : [<60019204>] lr : [<5afcffa

Re: [PATCH v2] boot: add support for button commands

2024-02-13 Thread Tom Rini
On Tue, Jan 09, 2024 at 11:51:09AM +, Caleb Connolly wrote: > With the relatively new button API in U-Boot, it's now much easier to > model the common usecase of mapping arbitrary actions to different > buttons during boot - for example entering fastboot mode, setting some > additional kernel

Re: [PATCH] poplar: add myself as co-maintainer

2024-02-13 Thread Tom Rini
On Fri, Feb 02, 2024 at 10:44:29PM +0100, Igor Opaniuk wrote: > Add myself as co-maintainer for Poplar board, as I'm currently > working on it (re-testing releases, addressing issues etc). > > CC: Jorge Ramirez-Ortiz > CC: Shawn Guo > Signed-off-by: Igor Opaniuk > Acked-by: Shawn Guo > Acked-

Re: [PATCH v5 08/11] doc: devicetree: Updates for devicetree-rebasing subtree

2024-02-13 Thread Paul Barker
On 02/02/2024 13:05, Sumit Garg wrote: > Encourage SoC/board maintainers to migrate to using devicetree-rebasing > subtree and maintain a regular sync with Linux kernel devicetree files > and bindings. > > Along with that add documentation regarding how to run DT bindings > schema checks. > > Sig

[PATCH] log: fixup log_head after relocating global data

2024-02-13 Thread Thomas Weißschuh
of global_data. Due to the way lists work, moving + * the list will cause it to become invalid. This function fixes that up so + * that the log_head list will work correctly. + */ +void log_fixup_for_gd_move(struct global_data *new_gd); + #endif --- base-commit: 73b5b47dd5b546d0b9106bcca54c72815

Re: Booting from NFSv4 file system?

2024-02-13 Thread Cedric Blancher
On Tue, 13 Feb 2024 at 13:32, Peter Robinson wrote: > > On Tue, 13 Feb 2024 at 12:18, Cedric Blancher > wrote: > > > > Good morning! > > > > Does U-Boot support booting from a NFSv4 file system? Explicitly > > neither NFSv2 or NFSv3 will work in our case, as both protocol > > versions are deprec

[PATCH v2 2/3] board: Add support for Sielaff i.MX6 Solo board

2024-02-13 Thread Frieder Schrempf
From: Frieder Schrempf The Sielaff i.MX6 Solo board is a control and HMI board for vending machines. Add support for this board. The devicetree files are taken from pending changes in the Linux kernel that are available from linux-next and will likely be part of Linux v6.9. Signed-off-by: Fried

[PATCH v2 3/3] doc: board: Add minimal documentation for Sielaff i.MX6 Solo board

2024-02-13 Thread Frieder Schrempf
From: Frieder Schrempf Describe how to build and boot for the Sielaff i.MX6 Solo board. Signed-off-by: Frieder Schrempf --- Changes in v2: * none --- doc/board/sielaff/imx6dl-sielaff.rst | 32 doc/board/sielaff/index.rst | 9 2 files changed, 41

[PATCH v2 1/3] mtd: spi-nor-ids: Add support for ESMT/EON EN25Q80B

2024-02-13 Thread Frieder Schrempf
From: Frieder Schrempf The datasheet can be found here: https://www.esmt.com.tw/upload/pdf/ESMT/datasheets/EN25Q80B_Ver.E.pdf Signed-off-by: Frieder Schrempf Reviewed-by: Fabio Estevam --- Changes in v2: * Add R-b tag from Fabio (Thanks!) --- drivers/mtd/spi/spi-nor-ids.c | 1 + 1 file change

Re: [PATCH 2/3] board: Add support for Sielaff i.MX6 Solo board

2024-02-13 Thread Fabio Estevam
Hi Frieder, On Tue, Feb 13, 2024 at 1:58 PM Frieder Schrempf wrote: > I understand the reasoning and I can change that if you insist. But I'm > not really happy about it as we already use the flash.bin as common name > for the binary across all platforms downstream. Also in our upstream > config

Re: [PATCH 2/3] board: Add support for Sielaff i.MX6 Solo board

2024-02-13 Thread Frieder Schrempf
Hi Fabio, thanks for reviewing! On 10.02.24 19:12, Fabio Estevam wrote: > Hi Frieder, > > On Thu, Feb 8, 2024 at 1:59 PM Frieder Schrempf wrote: > >> +/ { >> + binman: binman { >> + filename = "flash.bin"; >> + pad-byte = <0x00>; >> + >> + spl: b

[PATCH v1] Revert "board: verdin-am62: set cpu core voltage depending on speed grade"

2024-02-13 Thread Francesco Dolcini
From: Francesco Dolcini This reverts commit d2099587d661c6ca2309256c0e04c06e26c8d34c. According to TI changing the VDD_CORE while the SoC is running is not allowed, the voltage must be set before the AM62 device reset is released, revert this change therefore. The correct solution would be to p

Re: [PATCH 1/3] Dockerfile: Build coreboot from source

2024-02-13 Thread Tom Rini
On Tue, Feb 13, 2024 at 09:39:26AM -0500, Tom Rini wrote: > To make CI runs rely less on external servers, build a coreboot release > from source and populate /opt/coreboot with the output. > > Signed-off-by: Tom Rini > --- > tools/docker/Dockerfile | 11 +++ > 1 file changed, 11 inserti

Re: [PATCH v2 0/7] AVB: cosmetic adjustments/improvements

2024-02-13 Thread Mattijs Korpershoek
Hi, On Fri, 09 Feb 2024 20:20:38 +0100, Igor Opaniuk wrote: > This is the first patch series for incoming major > improvements for AVB implementation, that include: > - Simplify and add more context for debug/error prints where it's needed. > - Move SPDX license identifiers to the first line, so i

Re: [RESEND PATCH v1] MAINTAINERS: add custodian tree info for AVB/AB

2024-02-13 Thread Mattijs Korpershoek
Hi, On Tue, 13 Feb 2024 08:36:38 +0100, Igor Opaniuk wrote: > Add information about a custodian tree [1] for AVB/AB, which is > maintained by Mattijs Korpershoek. > > [1] https://source.denx.de/u-boot/custodians/u-boot-dfu > > Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-

[PATCH 2/3] CI: Switch to using coreboot from our image

2024-02-13 Thread Tom Rini
Instead of downloading coreboot binaries from a Google drive location, use the ones we have built ourselves. Signed-off-by: Tom Rini --- .azure-pipelines.yml | 7 +++ .gitlab-ci.yml | 11 +++ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.azure-pipelines.yml

[PATCH 3/3] CI: Move to latest container image

2024-02-13 Thread Tom Rini
This moves us to our latest container image, which is now based on the current "Jammy" tag. Signed-off-by: Tom Rini --- .azure-pipelines.yml| 2 +- .gitlab-ci.yml | 2 +- tools/docker/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines.

[PATCH 1/3] Dockerfile: Build coreboot from source

2024-02-13 Thread Tom Rini
To make CI runs rely less on external servers, build a coreboot release from source and populate /opt/coreboot with the output. Signed-off-by: Tom Rini --- tools/docker/Dockerfile | 11 +++ 1 file changed, 11 insertions(+) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile i

Re: [PATCH 3/3] smbios: correctly name Structure Table Maximum Size field

2024-02-13 Thread Ilias Apalodimas
On Thu, 1 Feb 2024 at 02:20, Heinrich Schuchardt wrote: > > In the SMBIOS 3 entry point the Structure Table Maximum Size field was > incorrectly named max_struct_size. A Maximum Structure Size field only > exists in the SMBIOS 2.1 entry point and has a different meaning. > > Call the Structure Tab

Re: [PATCH 1/3] cmd: smbios: show correct table size for SMBIOS2.1 entry point

2024-02-13 Thread Ilias Apalodimas
On Thu, 1 Feb 2024 at 02:20, Heinrich Schuchardt wrote: > > The SMBIOS table size for SMBIOS2.1 entry points is in field 'Structure > Table Length' (offset 0x16) and not in field 'Maximum Structure Size' > (offset 0x08). > > Rename the receiving variable max_struct_size to table_maximum_size > to

Re: [PATCH v2] test/py: reset: Add a test for reset command

2024-02-13 Thread Tom Rini
On Tue, Feb 13, 2024 at 06:26:56PM +0530, Love Kumar wrote: > Add a test for reset commands which performs resetting of CPU, It does > COLD reset by default and WARM reset with -w option. > > Signed-off-by: Love Kumar > --- > Changes in v2: > - Set bootmode through boardenv if modeboot is not d

Re: [PATCH v2] test/py: saveenv: Add a test for saveenv command

2024-02-13 Thread Tom Rini
On Tue, Feb 13, 2024 at 06:26:44PM +0530, Love Kumar wrote: > Add test case for saveenv command in non-JTAG bootmode which saves the > u-boot environment variables in persistent storage. > > Signed-off-by: Love Kumar > --- > Changes in v2: > - Set bootmode through boardenv if modeboot is not de

[PATCH] MAINTAINERS: Update after GEHC spin-off

2024-02-13 Thread Ian Ray
Update our email addresses, from @ge.com to @gehealthcare.com, after GE HealthCare was spun-off from GE. Remove Antti, who no longer works on the project. Signed-off-by: Ian Ray --- MAINTAINERS | 2 +- board/ge/b1x5v2/MAINTAINERS | 4 ++-- board/ge/bx50v3/MAINTAINERS | 2 +-

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

2024-02-13 Thread Mattijs Korpershoek
Hi Igor, On mar., févr. 13, 2024 at 12:19, Igor Opaniuk wrote: > Hi Mattijs, > > On Tue, Feb 13, 2024 at 9:13 AM Mattijs Korpershoek > wrote: >> >> Hi Igor, >> >> On lun., févr. 12, 2024 at 09:05, Igor Opaniuk >> wrote: >> >> > Hi Dan, >> > >> > On Mon, Feb 12, 2024 at 8:05 AM Dan Carpenter

Re: [PATCH v1] MAINTAINERS: add custodian tree info for AV/AVB

2024-02-13 Thread Mattijs Korpershoek
Hi Marek, Thank you for your review. On mar., févr. 13, 2024 at 12:55, Marek Vasut wrote: > On 2/13/24 08:32, Igor Opaniuk wrote: >> From: Igor Opaniuk >> >> Add information about a custodian tree [1] for AVB/AB, which is >> maintained by Mattijs Korpershoek. >> >> [1] https://source.denx.de

Re: [PATCH v2 2/3] arm: mvebu: helios4_defconfig: enable setexpr command

2024-02-13 Thread Josua Mayer
Hi Dennis, Use-case is with separate boot and rootfs partitions to calculate next partition number as argument for further commands: setexpr openwrt_rootpart ${distro_bootpart} + 1 part uuid ${devtype} ${devnum}:${openwrt_rootpart} uuid setenv bootargs ${bootargs} root=PARTUUID=${uuid} rootfstype

[PATCH v2] test/py: reset: Add a test for reset command

2024-02-13 Thread Love Kumar
Add a test for reset commands which performs resetting of CPU, It does COLD reset by default and WARM reset with -w option. Signed-off-by: Love Kumar --- Changes in v2: - Set bootmode through boardenv if modeboot is not defined --- test/py/tests/test_reset.py | 63 ++

[PATCH v2] test/py: saveenv: Add a test for saveenv command

2024-02-13 Thread Love Kumar
Add test case for saveenv command in non-JTAG bootmode which saves the u-boot environment variables in persistent storage. Signed-off-by: Love Kumar --- Changes in v2: - Set bootmode through boardenv if modeboot is not defined --- test/py/tests/test_saveenv.py | 138

Re: [PATCH v5 00/11] An effort to bring DT bindings compliance within U-Boot

2024-02-13 Thread Sumit Garg
On Tue, 6 Feb 2024 at 18:30, Tom Rini wrote: > > On Tue, Feb 06, 2024 at 10:57:12AM +0530, Sumit Garg wrote: > > Hi Tom, > > > > On Fri, 2 Feb 2024 at 23:32, Tom Rini wrote: > > > > > > On Fri, Feb 02, 2024 at 06:35:23PM +0530, Sumit Garg wrote: > > > > > > > Changes in v5: > > > > --

Re: Booting from NFSv4 file system?

2024-02-13 Thread Peter Robinson
On Tue, 13 Feb 2024 at 12:18, Cedric Blancher wrote: > > Good morning! > > Does U-Boot support booting from a NFSv4 file system? Explicitly > neither NFSv2 or NFSv3 will work in our case, as both protocol > versions are depreciated and no longer allowed by our IT department. Not that I am aware o

Booting from NFSv4 file system?

2024-02-13 Thread Cedric Blancher
Good morning! Does U-Boot support booting from a NFSv4 file system? Explicitly neither NFSv2 or NFSv3 will work in our case, as both protocol versions are depreciated and no longer allowed by our IT department. Ced -- Cedric Blancher [https://plus.google.com/u/0/+CedricBlancher/] Institute Past

Warning: eth0 MAC addresses don't match:

2024-02-13 Thread Embedded
We are trying to move a board from QSDK to OpenWRT, however, once we had the image built and flashed bootipq exited with Net: MAC0 addr:44:d1:fa:a4:f1:66 PHY ID1: 0x4d PHY ID2: 0xd101 EDMA ver 1 hw init Num rings - TxDesc:1 (0-0) TxCmpl:1 (0-0) RxDesc:1 (15-15) RxFill:1 (7-7) ipq6018_edma_all

Re: [PATCH v1] MAINTAINERS: add custodian tree info for AV/AVB

2024-02-13 Thread Marek Vasut
On 2/13/24 08:32, Igor Opaniuk wrote: From: Igor Opaniuk Add information about a custodian tree [1] for AVB/AB, which is maintained by Mattijs Korpershoek. [1] https://source.denx.de/u-boot/custodians/u-boot-dfu Signed-off-by: Igor Opaniuk Reviewed-by: Marek Vasut

Re: [FIX PATCH v1] Fix: common: usb_hub: Reset only USB3.0 hub

2024-02-13 Thread Marek Vasut
On 2/13/24 04:59, Dragan Simic wrote: On 2024-02-13 00:33, Marek Vasut wrote: On 2/12/24 22:10, Dragan Simic wrote: On 2024-02-12 21:19, Marek Vasut wrote: On 2/12/24 14:41, Shantur Rathore wrote: On Mon, Feb 12, 2024 at 1:40 PM Shantur Rathore wrote: On Sat, Feb 10, 2024 at 7:13 AM Dragan S

[PATCH 5/5] msc_sm2s_imx8mp: Fix CONFIG_DEFAULT_FDT_FILE

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam There is no imx8mp-msc-sm2s.dtb file in upstream Linux. Change it to imx8mp-msc-sm2s-ep1.dtb. Signed-off-by: Fabio Estevam --- configs/msc_sm2s_imx8mp_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/msc_sm2s_imx8mp_defconfig b/configs

[PATCH 4/5] msc_sm2s_imx8mp: Add redundant environment support

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam Redundant environment support is required for software updates. Add support for it. Signed-off-by: Fabio Estevam --- configs/msc_sm2s_imx8mp_defconfig | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/msc_sm2s_imx8mp_defconfig b/configs/msc_

[PATCH 2/5] msc_sm2s_imx8mp: Make Ethernet functional

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam Currently, the Ethernet ports are not working. The Ethernet PHY reset lines are controlled by the TCA6424 I2C GPIO expander. The TCA6424 I2C GPIO expander is supported by the CONFIG_DM_PCA953X driver. Select the CONFIG_DM_PCA953X option so that the Ethernet PHYs can go thro

[PATCH 3/5] imx8mp-msc-sm2s: Add mmc aliases

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam Add mmc alias so that the eMMC is mmc0 and the SD card is mmc1 to have a well defined device numbering scheme. Signed-off-by: Fabio Estevam --- arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/dts/imx8mp-msc-sm2s-u-b

[PATCH 1/5] msc_sm2s_imx8mp: Convert to DM_SERIAL

2024-02-13 Thread Fabio Estevam
From: Fabio Estevam The conversion to DM_SERIAL is mandatory, so do the conversion. Signed-off-by: Fabio Estevam --- arch/arm/dts/imx8mp-msc-sm2s-u-boot.dtsi | 8 board/msc/sm2s_imx8mp/spl.c | 9 - configs/msc_sm2s_imx8mp_defconfig| 1 + include/configs/ms

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

2024-02-13 Thread Igor Opaniuk
Hi Mattijs, On Tue, Feb 13, 2024 at 9:13 AM Mattijs Korpershoek wrote: > > Hi Igor, > > On lun., févr. 12, 2024 at 09:05, Igor Opaniuk wrote: > > > 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: >

Re: [PATCH v2] imx: imx8mp: Add support for Polyhex Debix Model A SBC

2024-02-13 Thread Milan Zamazal
Hi Gilles, Gilles Talis writes: > Hi Milan, > > > Le mar. 30 janv. 2024 à 15:55, Milan Zamazal a écrit : >> >> Fabio Estevam writes: >> >> > Hi Milan, >> > >> > On Tue, Jan 30, 2024 at 9:22 AM Milan Zamazal wrote: >> > >> >> Well, after trying both the SD cards again with fresh reinstallation

Re: [PATCH v4] rng: Add Turris Mox rTWM RNG driver

2024-02-13 Thread Marek Behún
On Tue, 13 Feb 2024 10:49:43 +0100 Heinrich Schuchardt wrote: > On 2/13/24 10:16, Stefan Roese wrote: > > Hi Max, > > > > mostly some nitpicking comments below. > > > > On 2/11/24 14:04, Max Resch wrote: > >> A RNG driver for Armada 3720 boards running the Turris Mox rWTM firmware > >> from CZ.

Re: [PATCH v4] rng: Add Turris Mox rTWM RNG driver

2024-02-13 Thread Heinrich Schuchardt
On 2/13/24 10:16, Stefan Roese wrote: Hi Max, mostly some nitpicking comments below. On 2/11/24 14:04, Max Resch wrote: A RNG driver for Armada 3720 boards running the Turris Mox rWTM firmware from CZ.NIC in the secure processor. Signed-off-by: Max Resch --- Changes in v4:   - wrongful/miss

Re: [PATCH v4] rng: Add Turris Mox rTWM RNG driver

2024-02-13 Thread Stefan Roese
Hi Max, mostly some nitpicking comments below. On 2/11/24 14:04, Max Resch wrote: A RNG driver for Armada 3720 boards running the Turris Mox rWTM firmware from CZ.NIC in the secure processor. Signed-off-by: Max Resch --- Changes in v4: - wrongful/missing git rebase Changes in v3: - More

[PATCH v3] cmd: add FDT setup for bootelf by flag

2024-02-13 Thread Maxim Moskalets
Added the ability to use FDT for ELF applications, required to run some OS. To make FDT setup, you need to set the -d fdt_addr_r cmd option for bootelf command Signed-off-by: Maxim Moskalets Cc: Tom Rini --- cmd/elf.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletio

Re: [RESEND PATCH v1] MAINTAINERS: add custodian tree info for AVB/AB

2024-02-13 Thread Mattijs Korpershoek
Hi Igor, Thank you for the patch. On mar., févr. 13, 2024 at 08:36, Igor Opaniuk wrote: > From: Igor Opaniuk > > Add information about a custodian tree [1] for AVB/AB, which is > maintained by Mattijs Korpershoek. > > [1] https://source.denx.de/u-boot/custodians/u-boot-dfu > Signed-off-by: Ig

Re: [PATCH v2 7/7] doc: android: avb: sync usage details

2024-02-13 Thread Mattijs Korpershoek
Hi Igor, Thank you for the patch. On ven., févr. 09, 2024 at 20:20, Igor Opaniuk wrote: > From: Igor Opaniuk > > Sync usage info with the one cmd/avb.c. > > Signed-off-by: Igor Opaniuk Reviewed-by: Mattijs Korpershoek > --- > > Changes in v2: > - Address Mattijs comment about usage info,

Re: [PATCH v2 4/7] cmd: avb: rework prints

2024-02-13 Thread Mattijs Korpershoek
Hi Igor, Thank you for the patch. On ven., févr. 09, 2024 at 20:20, Igor Opaniuk wrote: > From: Igor Opaniuk > > Simplify and add more context for prints where it's needed. > > Signed-off-by: Igor Opaniuk Reviewed-by: Mattijs Korpershoek > --- > > Changes in v2: > - Drop AVB_OPS_CHECK mac

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

2024-02-13 Thread Mattijs Korpershoek
Hi Igor, On lun., févr. 12, 2024 at 09:05, Igor Opaniuk wrote: > 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 partitio