Re: [PATCH v2 2/2] drivers: misc: Add driver to access ZynqMP efuses

2024-06-02 Thread Lukas Funke
On 29.05.2024 16:40, Michal Simek wrote: On 5/15/24 14:41, lukas.funke-...@weidmueller.com wrote: From: Lukas Funke Add driver to access ZynqMP efuses. This is a u-boot port of [1]. [1] https://lore.kernel.org/all/20240224114516.86365-8-srinivas.kandaga...@linaro.org/ Signed-off-by: Luka

Re: [PATCH v5 02/23] doc: ti: k3: Correct spelling mistakes and improve clarity

2024-06-02 Thread Mattijs Korpershoek
Hi Jon, Thank you for the patch. On ven., mai 31, 2024 at 17:20, Jonathan Humphreys wrote: > Few cosmetic fixes for clarity and spelling mistakes. > > Signed-off-by: Jonathan Humphreys Reviewed-by: Mattijs Korpershoek > --- > doc/board/ti/k3.rst | 10 +- > 1 file changed, 5 inserti

Please pull u-boot-samsung master

2024-06-02 Thread Minkyu Kang
Dear Tom, The following changes since commit 46ff00bea5dd2dd247d5e2fdadbf5dcf8653cd9a: Merge tag 'tpm-master-27052024' of https://source.denx.de/u-boot/custodians/u-boot-tpm (2024-05-27 08:56:02 -0600) are available in the git repository at: 46ff00bea5dd2dd247d5e2fdadbf5dcf8653cd9a for yo

[PATCH v1 3/3] mtd: rawnand: meson: read/write access for boot ROM pages

2024-06-02 Thread Arseniy Krasnov
Boot ROM on Meson needs some pages to be read/written in a special mode: 384 byte ECC mode (so called "short" by Amlogic) and with scrambling enabled. Such pages are located on the chip in the following way (for example): [ p0 ][ p1 ][ p2 ][ p3 ][ p4 ][ p5 ][ p6 ][ p7 ] ... [ pN ] ^ ^

[PATCH v1 1/3] mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flag

2024-06-02 Thread Arseniy Krasnov
Based on Linux kernel: commit f922bd798bb9 ("mtd: rawnand: add an option to specify NAND chip as a boot device") Allow to define a NAND chip as a boot device. This can be helpful for the selection of the ECC algorithm and strength in case the boot ROM supports only a subset of controller provided

[PATCH v1 0/3] Meson: R/W support for pages used by boot ROM

2024-06-02 Thread Arseniy Krasnov
Patchset is based on patchset for Linux (today merged to nand-next): https://lore.kernel.org/linux-mtd/20240507230903.3399594-1-avkras...@salutedevices.com/ Here is description from it: > Amlogic's boot ROM code needs that some pages on NAND must be written > in special "short" ECC mode with

[PATCH v1 2/3] mtd: rawnand: meson: refactor use of 'meson_nfc_cmd_access()'

2024-06-02 Thread Arseniy Krasnov
Move call 'meson_nfc_cmd_seed()' and check for 'NAND_NEED_SCRAMBLING' to 'meson_nfc_cmd_access()', thus removing code duplication. Signed-off-by: Arseniy Krasnov --- drivers/mtd/nand/raw/meson_nand.c | 30 -- 1 file changed, 12 insertions(+), 18 deletions(-) diff --g

[PATCH v1] imxtract: add support for zstd-compressed images

2024-06-02 Thread Dmitry Gerasimov
Allow extraction of zstd-compressed images from FIT using imxtract command. This is especially useful when one has to load an image via some interface (e.g. SPI) rather that just to the memory. Signed-off-by: Dmitry Gerasimov --- cmd/ximg.c | 23 +++ 1 file changed, 23 inser

[PULL] u-boot-sh/next-cleanup

2024-06-02 Thread Marek Vasut
The following changes since commit 7e52d6ccfb76e2afc2d183b357abe2a2e2f948cf: Merge patch series "FWU: Add support for FWU metadata version 2" (2024-05-24 13:42:07 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-sh.git next-cleanup for you to f

[PULL] u-boot-sh/master-cleanup

2024-06-02 Thread Marek Vasut
The following changes since commit ea722aa5eb33740ae77e8816aeb72b385e621cd0: Merge branch '2024-05-29-assorted-small-fixes' (2024-05-29 11:21:14 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-sh.git master-cleanup for you to fetch changes up t

[PATCH] bcmgenet: fix Rx buffer corruption caused by lack of cache flush

2024-06-02 Thread Yasuharu Shibata
When bcmgenet complete to write Rx buffer with the DMA, some U-Boot commands write data to the buffer directly. Those write data will become dirty in CPU cache. After this driver calls free_pkt to the buffer, the buffer is assigned as the future Rx buffer. At some point, if bcmgenet writes to a buf