Re: [PATCH 2/2] imx: hab: Use nxp_imx8mcst etype for i.MX8M flash.bin signing

2024-04-26 Thread Tom Rini
On Fri, Apr 26, 2024 at 08:56:29AM -0700, Tim Harvey wrote: > On Fri, Apr 26, 2024 at 8:51 AM Tom Rini wrote: > > > > On Fri, Apr 26, 2024 at 08:30:23AM -0700, Tim Harvey wrote: > > > On Thu, Apr 25, 2024 at 4:07 PM Marek Vasut wrote: > > > > > > >

Re: [PATCH] ubi: Depend on MTD

2024-04-26 Thread Tom Rini
On Fri, Apr 26, 2024 at 07:18:18AM +0200, Heiko Schocher wrote: > Hello Tom, > > On 11.04.24 08:09, Michael Nazzareno Trimarchi wrote: > > Hi > > > > On Thu, Apr 11, 2024 at 7:06 AM John Watts wrote: > > > > > > UBI required MTD to build correctly, add it as a Kconfig dependency. > > > > > >

Re: [GIT PULL] Please pull u-boot-mmc master

2024-04-26 Thread Tom Rini
On Fri, Apr 26, 2024 at 07:38:30PM +0900, Jaehoon Chung wrote: > Dear Tom, > > Please pull u-boot-mmc master into u-boot master branch. > If there is any problem, let me know, plz > > Best Regards, > Jaehoon Chung > > CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/20547 >

Re: Pull request: u-boot-rockchip-20240426

2024-04-26 Thread Tom Rini
On Fri, Apr 26, 2024 at 05:44:58PM +0800, Kever Yang wrote: > Hi Tom, > > Please pull the updates for rockchip platform: > - dts sync for rk3308; > - sdram: Support getting banks from TPL for rk3568 and rk3588; > - dts and config clean and sync up for rk3568/rk3588; > - Other misc fixes; > >

Re: Pull request for optee-master-26042024

2024-04-26 Thread Tom Rini
On Fri, Apr 26, 2024 at 10:06:53AM +0300, Ilias Apalodimas wrote: > Hi Tom > > The following changes since commit d097f9e1299a3bdb7de468f0d9bbc63932f461cd: > > Merge tag 'fsl-qoriq-2024-4-24' of > https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2024-04-23 > 17:53:06 -0600) > >

Re: [PATCH 2/2] imx: hab: Use nxp_imx8mcst etype for i.MX8M flash.bin signing

2024-04-26 Thread Tom Rini
On Fri, Apr 26, 2024 at 08:30:23AM -0700, Tim Harvey wrote: > On Thu, Apr 25, 2024 at 4:07 PM Marek Vasut wrote: > > > > Update documentation and use nxp_imx8mcst binman etype for signing > > of flash.bin instead of previous horrible shell scripting. > > Hi Marek, > > To be completely fair we

Re: Capsule GUIDs and LVFS

2024-04-25 Thread Tom Rini
On Thu, Apr 25, 2024 at 05:13:21PM +0100, Richard Hughes wrote: > On Thu, 25 Apr 2024 at 16:16, Caleb Connolly > wrote: > > I discussed an idea with Ilias to generate GUIDs dynamically based on > > the board compatible/model, which seem to essentially just an > > abstraction on this.. > > Yup,

[PATCH] test/py: Make the number of SPL banners seen a variable

2024-04-24 Thread Tom Rini
ot; option, rework the code. By default we expect to see the banner once, but boards can specify seeing it as many times as they expect to. Signed-off-by: Tom Rini --- test/py/u_boot_console_base.py | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git

Re: [PATCH 1/4] arm: davinci: Migrate da850-evm to OF_UPSTREAM

2024-04-24 Thread Tom Rini
On Wed, Apr 24, 2024 at 09:33:25AM -0500, Adam Ford wrote: > On Tue, Apr 16, 2024 at 6:53 AM Adam Ford wrote: > > > > On Thu, Apr 11, 2024 at 7:05 PM Tom Rini wrote: > > > > > > On Wed, Apr 03, 2024 at 10:00:09PM -0500, Adam Ford wrote: > > > > >

Re: [PATCH] sysreset: psci: drop reliance on SPL support

2024-04-23 Thread Tom Rini
On Wed, Apr 24, 2024 at 12:46:04AM +0100, Andre Przywara wrote: > At the moment enabling CONFIG_SYSRESET_PSCI *selects* SPL_ARM_PSCI_FW, > even though this is a platform design property, so nothing any driver > should enforce. Some platforms load the PSCI runtime (TF-A) only in the > SPL, so PSCI

Re: [GIT PULL] please pull fsl-qoriq-2024-4-24

2024-04-23 Thread Tom Rini
On Tue, Apr 23, 2024 at 11:34:08PM +, Peng Fan wrote: > Hi Tom, > > Please pull fsl-qoriq-2024-4-24 > Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PULL] Please pull qcom/qcom-main

2024-04-23 Thread Tom Rini
On Tue, Apr 23, 2024 at 03:46:19PM +0200, Caleb Connolly wrote: > Overshot the -rc1 deadline, but I hope these can still make in for 2024.07. > > Support is added for 5 new Qualcomm SoCs: > > * QCM2290 and SM6115 are low and mid range SoCs used on the RB1 and RB2 > respectively. SM6115 is

Fwd: New Defects reported by Coverity Scan for Das U-Boot

2024-04-22 Thread Tom Rini
Here's the latest report. -- Forwarded message - From: Date: Mon, Apr 22, 2024 at 3:23 PM Subject: New Defects reported by Coverity Scan for Das U-Boot To: Hi, Please find the latest report on new defect(s) introduced to Das U-Boot found with Coverity Scan. 2 new defect(s)

[ANN] U-Boot v2024.07-rc1 released

2024-04-22 Thread Tom Rini
Hey all, It's release day and here is -rc1. Looking at my own queue, I think things are overall good. There's a few changes I want to pull in still (mainly moving more things to OF_UPSTREAM) but since they were recently posted I'll wait a little bit. In terms of a changelog, git log --merges

Re: [PATCH v2 0/5] Kconfig: some cleanups

2024-04-22 Thread Tom Rini
On Tue, 16 Apr 2024 08:55:14 +0200, Michal Simek wrote: > I looked as cleaning up some dependencies and I found that qconfig is > reporting some issues. This series is fixing some of them. But there are > still some other pending. That's why please go and fix them if they are > related to your

Re: [PATCH v2 0/5] configs: apple: Switch to standard boot + small adjustments

2024-04-22 Thread Tom Rini
On Thu, 18 Apr 2024 21:00:24 +0200, Janne Grunau wrote: > This series contains a few misc config changes for Apple silicon > systems: > - switch from the deprecated distro boot scripts to standard boot > - allows EFI console resizing based on the video console size > - enables 16x32 bitmap fonts

Re: Pull request: u-boot-sunxi/master for v2024.07

2024-04-22 Thread Tom Rini
On Mon, Apr 22, 2024 at 05:22:49PM +0100, Andre Przywara wrote: > Hi Tom, > > as per the usual late ;-) please pull the sunxi/master branch, containing > some 2024.07 changes for Allwinner. Not many and nothing really exciting > this time: there are more patches in fly, but they are not ready

Re: [PATCH] doc: release_cycle: Note when next branch opens

2024-04-22 Thread Tom Rini
On Mon, 22 Apr 2024 10:44:54 -0600, Tom Rini wrote: > While I have said this in various release emails, it should be > documented here as well that the next branch opens with the second > release candidate. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] cmd: gpt: initialize partition table

2024-04-22 Thread Tom Rini
On Mon, Apr 22, 2024 at 10:53:35PM +0530, Kishan Dudhatra wrote: > If partition init is not completed within the gpt write, > the gpt partition list will not be updated. > > Signed-off-by: Kishan Dudhatra > > diff --git a/cmd/gpt.c b/cmd/gpt.c > index d7e96529a6..2d652f480a 100644 > ---

[PATCH] doc: release_cycle: Note when next branch opens

2024-04-22 Thread Tom Rini
While I have said this in various release emails, it should be documented here as well that the next branch opens with the second release candidate. Signed-off-by: Tom Rini --- doc/develop/release_cycle.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/develop/release_cycle.rst b

Re: Please pull u-boot-tegra staging

2024-04-22 Thread Tom Rini
On Mon, Apr 22, 2024 at 03:15:02PM +0300, Svyatoslav Ryhel wrote: > Dear Tom, > > The following changes since commit 1dd659fd626204bb6a6b4f330c27b11a7823bbb0: > > Merge tag 'video-20240421' of > https://source.denx.de/u-boot/custodians/u-boot-video (2024-04-21 08:54:20 > -0600) > > are

Re: [PATCH 01/10] board: ti: am62x: Init DRAM size in R5/A53 SPL

2024-04-22 Thread Tom Rini
On Mon, Apr 22, 2024 at 04:46:04PM +0530, Chintan Vankar wrote: > > > On 17/04/24 21:34, Tom Rini wrote: > > On Wed, Apr 17, 2024 at 05:48:31PM +0530, Sughosh Ganu wrote: > > > hi Chintan, > > > > > > On Wed, 17 Apr 2024 at 13:21, Chintan Vankar wrote

Re: [GIT PULL] u-boot-video/video-20240421

2024-04-21 Thread Tom Rini
On Sun, Apr 21, 2024 at 03:52:13PM +0200, Anatolij Gustschin wrote: > Hi Tom, > > please pull video driver updates for v2024.07-rc1. > > CI: https://source.denx.de/u-boot/custodians/u-boot-video/-/pipelines/20466 > > Thanks, > Anatolij > > The following changes since commit

Re: [GIT PULL] Please pull u-boot-imx-master-20240420

2024-04-20 Thread Tom Rini
On Sat, Apr 20, 2024 at 03:33:22PM -0300, Fabio Estevam wrote: > Hi Tom, > > Please pull from u-boot-imx/master, thanks. > > The following changes since commit af04f37a78c7e61597fb9ed6db2c8f8d7f8b0f92: > > Merge tag 'u-boot-stm32-20240419' of >

Re: Pull request efi-2024-07-rc1-3

2024-04-20 Thread Tom Rini
On Sat, Apr 20, 2024 at 12:09:37PM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit af04f37a78c7e61597fb9ed6db2c8f8d7f8b0f92: > > Merge tag 'u-boot-stm32-20240419' of > https://source.denx.de/u-boot/custodians/u-boot-stm (2024-04-19 14:25:04 > -0600) > >

Re: [PULL] Pull request for u-boot master / v2024.07 = u-boot-stm32-20240419

2024-04-19 Thread Tom Rini
On Fri, Apr 19, 2024 at 02:01:47PM +0200, Patrice CHOTARD wrote: > Hi Tom > > Please pull the STM32 related patches for u-boot/master, v2024.07: > u-boot-stm32-20240419 > > CI status: > https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/20430 > > > The following changes since

Re: [GIT PULL] Please pull u-boot-dfu-20240419

2024-04-19 Thread Tom Rini
On Fri, Apr 19, 2024 at 11:48:58AM +0200, Mattijs Korpershoek wrote: > Hi Tom, > > Here is a new development for master: > > - new "fastboot oem board" command > > This CI job is at > https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/20427 > > Thanks, > Mattijs > > The

Re: Pull request for tpm-master-18042024

2024-04-19 Thread Tom Rini
On Thu, Apr 18, 2024 at 08:14:01PM +0300, Ilias Apalodimas wrote: > OP-TEE fixes only on this PR, no TPM related ones. > > The following changes since commit 2c3fa4b8add3cb6a440184ab67debc6867d383c0: > > sandbox: don't call os_close with invalid file descriptor (2024-04-17 > 17:06:16 -0600)

Re: [PATCH v3 04/19] doc: board: ti: am64x: document OSPI layout

2024-04-19 Thread Tom Rini
On Fri, Apr 19, 2024 at 03:56:46PM -0500, Jonathan Humphreys wrote: > Signed-off-by: Jonathan Humphreys > --- > doc/board/ti/am64x_evm.rst | 48 ++ > 1 file changed, 48 insertions(+) [snip] > +Flash layout for OSPI: > + > +.. code-block:: console > + > +

Re: [PATCH v2 0/7] Tegra panel improvements

2024-04-19 Thread Tom Rini
On Fri, Apr 19, 2024 at 02:29:20PM +0300, Svyatoslav Ryhel wrote: > Hello Tom! This patch set is hanging in patchwork for 3 month > without any comments. If no one has anything to say, may you > pick it into master? There's a number of video related patches outstanding currently, Anatolij will

Re: [PATCH] env: mmc: print MMC device being read

2024-04-18 Thread Tom Rini
On Mon, 15 Apr 2024 14:43:57 +0200, Quentin Schulz wrote: > This prints the MMC device being read similar to how we print the MMC > device we write to when e.g. calling saveenv. > > One of the side effects is that the boot log now shows from which MMC > device the env was loaded: > > Loading

Re: [PATCH] Kconfig: Remove all default n options

2024-04-18 Thread Tom Rini
On Mon, 15 Apr 2024 10:20:05 +0200, Michal Simek wrote: > default n doesn't need to be specified. It is default option anyway. > Similar changes have been done by commit 18370f14975c ("Kconfig: Remove all > default n/no options"). > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] boot: fdt: Turn all addresses and sizes into u64

2024-04-18 Thread Tom Rini
On Sun, 14 Apr 2024 20:37:20 +0200, Marek Vasut wrote: > In case of systems where DRAM bank ends at the edge of 32bit boundary, > start + size calculations would overflow. This happens on STM32MP15xx > with 1 DRAM bank starting at 0xc000 and 1 GiB of DRAM. This is a > usual 32bit system DRAM

Re: [PATCH] fs/erofs: add DEFLATE algorithm support

2024-04-18 Thread Tom Rini
On Sun, 14 Apr 2024 23:04:14 +0800, Jianan Huang wrote: > This patch adds DEFLATE compression algorithm support. It's a good choice > to trade off between compression ratios and performance compared to LZ4. > Alternatively, DEFLATE could be used for some specific files since EROFS > supports

Re: [PATCHv2] net: add support to parse the NIS domain for the dhcp options

2024-04-18 Thread Tom Rini
On Fri, 12 Apr 2024 13:45:33 -0700, Charles Hardin wrote: > There is code in the bootp parsing for NIS domain and add the > same support for the dhcp options as well. This allows the same > usage of the data when the dhcp command is used in the boot > command. > > Applied to u-boot/master,

Re: [PATCH] input: button_kbd: gracefully handle buttons that fail probe

2024-04-18 Thread Tom Rini
On Thu, 11 Apr 2024 19:52:37 +0200, Caleb Connolly wrote: > If a button device fails to probe, it will still be added to the uclass > device list, and therefore will still be iterated over in > button_read_keys() resulting in a UAF on the buttons private data. > > Resolve this by unbinding

Re: [PATCH 1/1] reboot-mode: must depend on CONFIG_DM_RTC

2024-04-18 Thread Tom Rini
On Tue, 09 Apr 2024 20:44:22 +0200, Heinrich Schuchardt wrote: > Reading the boot mode from RTC memory requires a real time clock. > Add the missing Kconfig dependency. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] configs: am335x_guardian: store boot count in AM3352 RTC block

2024-04-18 Thread Tom Rini
On Mon, 08 Apr 2024 11:31:19 +0530, gireesh.hirem...@in.bosch.com wrote: > store bootcount in RTC block scratch register > > Applied to u-boot/master, thanks! -- Tom

Re: [GIT PULL] Please pull u-boot-mpc8xx

2024-04-18 Thread Tom Rini
On Thu, Apr 18, 2024 at 04:03:28PM +, Christophe Leroy wrote: > Hi Tom, > > This pull request adds support for temperature sensors et FPGA loading > on boards from CS GROUP France. > > CI: https://source.denx.de/u-boot/custodians/u-boot-mpc8xx/-/pipelines/20416 > > Thanks > Christophe >

Re: [PATCH 01/10] board: ti: am62x: Init DRAM size in R5/A53 SPL

2024-04-18 Thread Tom Rini
On Thu, Apr 18, 2024 at 04:08:46PM +0530, Chintan Vankar wrote: > > > On 17/04/24 21:34, Tom Rini wrote: > > On Wed, Apr 17, 2024 at 05:48:31PM +0530, Sughosh Ganu wrote: > > > hi Chintan, > > > > > > On Wed, 17 Apr 2024 at 13:21, Chintan Vankar wrote

Re: [PATCH v2 00/16] pxe: Allow extlinux booting without CMDLINE enabled

2024-04-18 Thread Tom Rini
On Sun, Apr 14, 2024 at 06:58:03PM +0200, Jonas Karlman wrote: > Hi Tom and Simon, > > On 2024-04-11 03:45, Tom Rini wrote: > > On Thu, 14 Dec 2023 21:18:58 -0700, Simon Glass wrote: > > > >> This series is the culmanation of the current line of refactoring >

Re: [PULL] u-boot-sh/master-fdt

2024-04-18 Thread Tom Rini
On Thu, Apr 18, 2024 at 02:49:54PM +0200, Marek Vasut wrote: > The following changes since commit a712a54dc427708195e6405af4b072d869d0dd8f: > > Merge patch series "configs: ti: Enable basic settings for SystemReady ACS" > (2024-04-17 13:16:12 -0600) > > are available in the Git repository

Re: [PATCH 1/1] sandbox: don't call os_close with invalid file descriptor

2024-04-17 Thread Tom Rini
On Wed, 10 Apr 2024 23:50:34 +0200, Heinrich Schuchardt wrote: > If open() fails it returns -1. Calling close() with this value > makes no sense. Return -EIO instead. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] arm: mach-k3: security: Lower verbosity of cert message for GP

2024-04-17 Thread Tom Rini
On Wed, 10 Apr 2024 13:38:34 -0500, Andrew Davis wrote: > When we find a certificate on an image to be booted on a GP device we > print out a message explaining that the certificate is being skipped. > This message is rather long and is printed for every image. Shorten > the message and make the

Re: [PATCH] configs: am64x_evm_*_defconfig: Increase offsets for eMMC raw boot

2024-04-17 Thread Tom Rini
On Wed, 10 Apr 2024 13:20:16 -0500, Judith Mendez wrote: > EMMC boot can fail due to the size of R5 SPL image growing beyond the > 500KB of memory allocated in eMMC. Update offsets for eMMMC raw boot > to load each binary from the correct address in eMMC according to the > following eMMC layout:

Re: [PATCH v1] configs: arbel: Use generic timer and npcm reset driver

2024-04-17 Thread Tom Rini
On Wed, 10 Apr 2024 13:54:37 +0800, Jim Liu wrote: > Modify defconfig to use generic timer and npcm reset driver > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 1/1] fs: fat: fill creation and change date

2024-04-17 Thread Tom Rini
On Tue, 09 Apr 2024 22:06:07 +0200, Heinrich Schuchardt wrote: > The FAT specification requires that the change date is set. > > If a DM RTC device exists, set the creation and change date to the current > date when updating the directory entry. Otherwise use the date 2020-01-01. > > Applied

Re: [PATCH 1/1] fs: fat: convert change month correctly

2024-04-17 Thread Tom Rini
On Tue, 09 Apr 2024 20:04:56 +0200, Heinrich Schuchardt wrote: > The month is stored in 5 - 8. We need to shift it by 5 bits. > > Cf. Microsoft FAT Specification, 2005-08-30 > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v4] tools: copyfile: use 64k instead of 512 buffer

2024-04-17 Thread Tom Rini
On Tue, 09 Apr 2024 14:14:34 +0200, Ahelenia Ziemiańska wrote: > This is a trivial but significant optimization: > mkimage took >200ms (and 49489 writes (of which 49456 512)), > now it takes 110ms (and 419 writes (of which 386 64k)). > > sendfile is much more appropriate for this and is

Re: [PATCH] Makefile.lib: find capsule ESL dtsi file with CONFIG_OF_UPSTREAM

2024-04-17 Thread Tom Rini
On Mon, 08 Apr 2024 16:28:43 -0500, Jonathan Humphreys wrote: > When CONFIG_OF_UPSTREAM is enabled, DTS files are in SOC subdirectories (vs > the > top level dts directory), but when CONFIG_EFI_CAPSULE_AUTHENTICATE is enabled, > the dynamically created dtsi file containing the capsule ESL DT

Re: [PATCH 1/1] test: typo curren

2024-04-17 Thread Tom Rini
On Tue, 09 Apr 2024 09:55:49 +0200, Heinrich Schuchardt wrote: > Fix typos in test_eficonfig.py: %s/curren/current/ > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v3 0/2] upstream DT compatibility

2024-04-17 Thread Tom Rini
On Tue, Apr 09, 2024 at 04:49:23PM +0200, Caleb Connolly wrote: > This is a subset of [1]. With more platform maintainers switching to > OF_UPSTREAM I didn't want to get in the way (it has also proven more > difficult than I hoped to remove only the fully compatible header > files). > > This

Re: [PATCH 00/15] configs: ti: Enable basic settings for SystemReady ACS

2024-04-17 Thread Tom Rini
On Mon, 08 Apr 2024 16:10:45 -0500, Jonathan Humphreys wrote: > Set basic settings needed for System Ready IR ACS testing, for several TI SoC > based platforms: AM64, AM62, AM62p, BeaglePlay, J7, and BeagleboneAI. > > For AM64, AM62, and AM62p, also includes some config cleanup. Should be no >

Re: [PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot

2024-04-17 Thread Tom Rini
On Wed, Apr 17, 2024 at 04:48:14PM -0400, Raymond Mao wrote: > Hi Tom, > > On Tue, 16 Apr 2024 at 15:23, Tom Rini wrote: > > > On Tue, Apr 16, 2024 at 11:59:56AM -0700, Raymond Mao wrote: > > > > > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-

Re: [PATCH 0/5] zfs: Fix zfs support on aarch64

2024-04-17 Thread Tom Rini
On Sat, 06 Apr 2024 18:47:24 -0700, mwle...@mailtundra.com wrote: > This patch series is needed to get U-Boot to boot from a ZFS filesystem > on an aarch64 computer. Some of the patches are not architecture specific > and would be needed to boot ZFS on other platforms as well. The ZFS > support

Re: [PATCH 01/10] board: ti: am62x: Init DRAM size in R5/A53 SPL

2024-04-17 Thread Tom Rini
On Wed, Apr 17, 2024 at 05:48:31PM +0530, Sughosh Ganu wrote: > hi Chintan, > > On Wed, 17 Apr 2024 at 13:21, Chintan Vankar wrote: > > > > > > > > On 16/04/24 22:30, Tom Rini wrote: > > > On Tue, Apr 16, 2024 at 05:52:58PM +0530, Chintan Vankar wrote: &

Re: [PATCH v2] net: wget: fix TCP sequence number wrap around issue

2024-04-16 Thread Tom Rini
On Tue, 16 Apr 2024 09:26:24 +0900, Yasuharu Shibata wrote: > If tcp_seq_num is wrap around, tcp_seq_num >= initial_data_seq_num > isn't satisfied and store_block() isn't called. > The condition has a wrap around issue, so it is fixed in this patch. > > Applied to u-boot/master, thanks! --

Re: [PATCH] net: wget: Support retransmission a dropped packet

2024-04-16 Thread Tom Rini
On Sun, 14 Apr 2024 19:46:07 +0900, Yasuharu Shibata wrote: > The server sends multiple packets without waiting for an ACK > by window control and if some packets are dropped, > wget will return an ACK including the dropped packets. > > Following log indicates this issue. > > wget_handler()

Re: [PATCH 11/23] efi_loader: switch sha256 to mbedtls

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 08:22:23PM -0400, Raymond Mao wrote: > Hi Tom, > > On Tue, 16 Apr 2024 at 15:22, Tom Rini wrote: > > > On Tue, Apr 16, 2024 at 12:00:07PM -0700, Raymond Mao wrote: > > > > > When MBEDTLS_LIB_CRYPTO is enabled, use the APIs of sha256 f

Re: [PATCH 06/23] image: remove redundant hash includes

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 08:13:53PM -0400, Raymond Mao wrote: > Hi Tom, > > On Tue, 16 Apr 2024 at 15:19, Tom Rini wrote: > > > On Tue, Apr 16, 2024 at 12:00:02PM -0700, Raymond Mao wrote: > > > > > Remove the redundant includes of u-boot/md5.h, u-boot/sha1.h,

Re: [PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 08:03:34PM -0400, Raymond Mao wrote: > Hi Tom, > > On Tue, 16 Apr 2024 at 19:50, Tom Rini wrote: > > > On Tue, Apr 16, 2024 at 07:47:44PM -0400, Raymond Mao wrote: > > > Hi Tom, > > > > > > On Tue, 16 Apr 2024 at 19:12, Tom Ri

Re: [PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 07:47:44PM -0400, Raymond Mao wrote: > Hi Tom, > > On Tue, 16 Apr 2024 at 19:12, Tom Rini wrote: > > > On Tue, Apr 16, 2024 at 11:59:56AM -0700, Raymond Mao wrote: > > > > [snip] > > > [1]: bloat-o-meter output between disabli

Re: U-Boot/UKI Relationship Regarding Multiple DTBs

2024-04-16 Thread Tom Rini
On Mon, Apr 08, 2024 at 11:41:10AM -0500, vindicator wrote: > Is u-boot capable of selecting the correct DTB in a UKI during boot? > > I saw "doc/README.multi-dtb-fit", which at least somewhat addresses > what I'm looking for I think, but I'm not sure if that will relate > directly with

Re: [PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 11:59:56AM -0700, Raymond Mao wrote: [snip] > [1]: bloat-o-meter output between disabling/enabling MbedTLS > ``` > add/remove: 231/69 grow/shrink: 12/5 up/down: 60196/-11166 (49030) I don't know if this is qemu_arm64 or sandbox. With buildman's size comparison functions

Re: [PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 11:59:56AM -0700, Raymond Mao wrote: > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. Please look in to: https://source.denx.de/u-boot/u-boot/-/jobs/818534 -- Tom signature.asc Description: PGP signature

Re: [PATCH 00/23] [RFC] Integrate MbedTLS v3.6 LTS with U-Boot

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 11:59:56AM -0700, Raymond Mao wrote: > Integrate MbedTLS v3.6 LTS (currently v3.6.0-RC1) with U-Boot. > > Patch 01 and 02 are for introducing MbedTLS release package. > I have to split it into 2 parts due to the size limitation of Gmail. So to be clear, for v2 you need

Re: [PATCH 11/23] efi_loader: switch sha256 to mbedtls

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 12:00:07PM -0700, Raymond Mao wrote: > When MBEDTLS_LIB_CRYPTO is enabled, use the APIs of sha256 from > hash shim layer instead. > > Signed-off-by: Raymond Mao > --- > lib/efi_loader/efi_tcg2.c | 9 + > 1 file changed, 9 insertions(+) Why can't we have the

Re: [PATCH 06/23] image: remove redundant hash includes

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 12:00:02PM -0700, Raymond Mao wrote: > Remove the redundant includes of u-boot/md5.h, u-boot/sha1.h, > u-boot/sha256.h and u-boot/sha512.h > > Signed-off-by: Raymond Mao > --- > boot/image-fit.c | 4 > boot/image.c | 2 -- > 2 files changed, 6 deletions(-) Can

Re: [PATCH 05/23] test: py: add sudo for virt-make-fs

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 12:00:01PM -0700, Raymond Mao wrote: > Fix a permission issue when running virt-make-fs > > Signed-off-by: Raymond Mao > --- > test/py/tests/test_efi_secboot/conftest.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Can you elaborate please? The point of

Re: [PATCH 01/10] board: ti: am62x: Init DRAM size in R5/A53 SPL

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 05:52:58PM +0530, Chintan Vankar wrote: > > > On 12/04/24 03:37, Tom Rini wrote: > > On Wed, Apr 03, 2024 at 06:18:01PM +0530, Chintan Vankar wrote: > > > > > > > > > On 22/01/24 10:11, Siddharth Vadapalli wrote: > > &

Re: [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 06:19:48PM +0200, Heinrich Schuchardt wrote: > On 16.04.24 18:06, Tom Rini wrote: > > On Tue, Apr 16, 2024 at 08:55:19AM +0200, Michal Simek wrote: > > > > > Convert UTF-8 chars to ASCII in cases where make sense. No Copyright or &

Re: [PATCH v2 5/5] common: Convert *.c/h from UTF-8 to ASCII enconfing

2024-04-16 Thread Tom Rini
On Tue, Apr 16, 2024 at 08:55:19AM +0200, Michal Simek wrote: > Convert UTF-8 chars to ASCII in cases where make sense. No Copyright or > names are converted. > > Signed-off-by: Michal Simek > Reviewed-by: Tom Rini Now, how did you test / find these? Given names a CI t

Re: [PATCH v2 4/5] Kconfig: Make all Kconfig encoding ascii

2024-04-16 Thread Tom Rini
y: Michal Simek > Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

Re: [PATCH] event: add an event for livetree fixups

2024-04-16 Thread Tom Rini
On Mon, Apr 15, 2024 at 11:45:29AM +0100, Caleb Connolly wrote: > > > On 12/04/2024 20:45, Tom Rini wrote: > > On Fri, Apr 12, 2024 at 08:04:02PM +0100, Caleb Connolly wrote: > > > >> Introduce a new EVT_OF_LIVE event to allow for the livetree to be > &g

Re: [PATCH 4/4] Kconfig: Make all Kconfig encoding ascii

2024-04-15 Thread Tom Rini
On Mon, Apr 15, 2024 at 02:49:13PM +0200, Michal Simek wrote: > > > On 4/15/24 14:22, Heinrich Schuchardt wrote: > > On 15.04.24 13:35, Michal Simek wrote: > > > Some of Kconfigs are using utf-8 encoding because of used chars. Convert > > > all of them to ascii enconging. > > > > > >

Re: [PATCH 4/4] Kconfig: Make all Kconfig encoding ascii

2024-04-15 Thread Tom Rini
On Mon, Apr 15, 2024 at 02:22:02PM +0200, Heinrich Schuchardt wrote: > On 15.04.24 13:35, Michal Simek wrote: > > Some of Kconfigs are using utf-8 encoding because of used chars. Convert > > all of them to ascii enconging. > > > > Signed-off-by: Michal Simek [snip] > > diff --git

Re: [PATCH] env: mmc: print MMC device being read

2024-04-15 Thread Tom Rini
messages manually. > > Sadly, there's no way to know which of the default or redundant > environment is being read from env_mmc_load before env_import_redund is > called so it is printing a bit later (and possibly after error/warning > messages). > > Cc: Quentin Schulz >

Re: [GIT PULL] Please pull u-boot-imx-master-20240415

2024-04-15 Thread Tom Rini
On Mon, Apr 15, 2024 at 09:33:40AM -0300, Fabio Estevam wrote: > Hi Tom, > > Please pull from u-boot-imx/master, thanks. > > The following changes since commit b03b49046af5dfca599d2ce8f0aafed89b97aa91: > > Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2024-04-14 > 15:58:31

Re: [GIT PULL] Please pull u-boot-mmc master

2024-04-15 Thread Tom Rini
On Mon, Apr 15, 2024 at 06:52:30PM +0900, Jaehoon Chung wrote: > Dear Tom, > > Please pull u-boot-mmc master into u-boot master branch. > If there is any problem, let me know, plz. > > BTW, I'm checking other pending patches in more detail. > After checking, I will apply them into u-boot-mmc.

Re: Pull Request: Please pull u-boot-socfpga-next-20240415

2024-04-15 Thread Tom Rini
On Mon, Apr 15, 2024 at 07:34:20AM +, Chee, Tien Fong wrote: > Dear Tom, > > Please pull the SoCFPGA changes for next from u-boot-socfpga, containing: > > 1. Add option to reprogram FPGA every reboot, enable this as default in > chameleonv3 defconfig. > 2. Fixes: Rename

Re: [PULL] u-boot-usb/master

2024-04-14 Thread Tom Rini
On Sun, Apr 14, 2024 at 08:45:17PM +0200, Marek Vasut wrote: > The following changes since commit cdfcc37428e06f4730ab9a17cc084eeb7676ea1a: > > Merge tag 'u-boot-dfu-next-20240402' of > https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23 > -0400) > > are available in

Re: [PULL] Pull request for u-boot-nand-20240414

2024-04-14 Thread Tom Rini
On Sun, Apr 14, 2024 at 08:16:13PM +0200, Dario Binacchi wrote: > Hello Tom, > > The following changes since commit 266603d8c39cf4d194e2cfe8d86d870590e150e0: > > Merge tag 'efi-2024-07-rc1-2' of > https://source.denx.de/u-boot/custodians/u-boot-efi (2024-04-13 > 10:18:38 -0600) > > are

Re: Pull request efi-2024-07-rc1-2

2024-04-13 Thread Tom Rini
On Sat, Apr 13, 2024 at 12:28:34PM +0200, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 13c1100335e40acb1066e074eb061387fd103c36: > > net: designware: Pass all multicast frames in designware driver > (2024-04-12 13:59:12 -0600) > > are available in the Git

Re: [PATCH 0/9] mcheck implementation for U-Boot

2024-04-13 Thread Tom Rini
On Sun, 31 Mar 2024 23:03:18 +0300, Eugene Uriev wrote: > There was no "mcheck" for U-Boot before. > > Since U-Boot has only 1 thread, and normally makes 4000+ - 6000+ > mallocs, it's better to use havier canaries to protect heap-chunks. > My variant uses 2x8 = 16byte-long protector. And > the

Re: [PATCH v1] net: designware: Pass all multicast frames in designware driver

2024-04-12 Thread Tom Rini
On Mon, 08 Apr 2024 16:50:17 +0800, Jim Liu wrote: > Allowing multicast packets is required for IPv6 neighbor discovery > protocol. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH v1] net: designware: Invalidate RX buffer cache before freeing the DMA descriptor

2024-04-12 Thread Tom Rini
On Mon, 08 Apr 2024 16:49:02 +0800, Jim Liu wrote: > In IPv6 context, the ICMP and UDP checksum byte in the RX packet > is initially set to 0, recaclculated, and then re-inserted. > This process can result in a dirty cache line. To prevent issues, > it is essential to invalidate cache for the RX

Re: [PATCH] net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()

2024-04-12 Thread Tom Rini
On Fri, 05 Apr 2024 18:15:29 +0200, Patrice Chotard wrote: > Fix compilation warning: > > ../arch/arm/include/asm/io.h: In function 'eqos_free_pkt': > ../arch/arm/include/asm/io.h:103:32: warning: 'rx_desc' may be used > uninitialized [-Wmaybe-uninitialized] > 103 | #define writel(v,c) ({

Re: [PATCH v5 0/5] Introduce ICSSG Ethernet driver

2024-04-12 Thread Tom Rini
On Thu, 04 Apr 2024 12:37:58 +0530, MD Danish Anwar wrote: > Introduce ICSSG PRUETH support in uboot. The ICSSG driver is used in TI > AM654 SR2.0. > > The ICSSG PRU Sub-system runs on EMAC firmware. This series Introduces > support for ICSSG driver in uboot. > > This series has been tested on

Re: [PATCH 1/1] net: add support to parse the NIS domain for the dhcp options

2024-04-12 Thread Tom Rini
On Mon, 01 Apr 2024 12:13:19 -0700, Charles Hardin wrote: > There is code in the bootp parsing for NIS domain and add the > same support for the dhcp options as well. This allows the same > usage of the data when the dhcp command is used in the boot > command. > > Applied to u-boot/master,

Re: [PATCH 0/4] zlib: Address CVE-2016-9841

2024-04-12 Thread Tom Rini
On Wed, 27 Mar 2024 15:14:49 +0100, Michal Simek wrote: > it looks like that only CVE-2016-9841 is not fixed and this series is > trying to address it. The first two patches are just preparation based on > changes which happened in past. The third one is actual fix and the last > one is following

Re: [PATCH 1/1] net: add support to parse the NIS domain for the dhcp options

2024-04-12 Thread Tom Rini
On Mon, Apr 01, 2024 at 12:13:19PM -0700, Charles Hardin wrote: > There is code in the bootp parsing for NIS domain and add the > same support for the dhcp options as well. This allows the same > usage of the data when the dhcp command is used in the boot > command. > > Signed-off-by: Charles

Re: [PATCH] event: add an event for livetree fixups

2024-04-12 Thread Tom Rini
On Fri, Apr 12, 2024 at 08:04:02PM +0100, Caleb Connolly wrote: > Introduce a new EVT_OF_LIVE event to allow for the livetree to be > modified before dm_init_and_scan(). Boards can perform fixups here to > handle incompatibilities between U-Boot drivers and upstream DT. > > This will be used by

Re: [PATCH] ARM: uniphier: Move uniphier_mem_map_init() call into dram_init()

2024-04-12 Thread Tom Rini
On Fri, Apr 05, 2024 at 05:37:15PM +0900, Kunihiko Hayashi wrote: > The function uniphier_mem_map_init() is to change global variable > 'mem_map', which is referenced to get_page_table_size() to calculate > the size of page table. > > However, uniphier_mem_map_init() is called after

Re: [PATCH 1/1] disk: simplify print_part_header()

2024-04-12 Thread Tom Rini
On Wed, Apr 03, 2024 at 01:40:47PM +0200, Heinrich Schuchardt wrote: > Using uclass_get_name() reduces the code size. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 1/1] test: remove unused import from pkg_resources

2024-04-12 Thread Tom Rini
On Wed, Apr 03, 2024 at 01:11:41PM +0200, Heinrich Schuchardt wrote: > load_entry_point is not used. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] fdt: Fix fdt_pack_reg() on 64-bit platforms

2024-04-12 Thread Tom Rini
On Fri, Mar 29, 2024 at 07:55:53PM -0500, Sam Protsenko wrote: > When "memory" node is being processed in fdt_pack_reg() on ARM64 > platforms, an unaligned bus access might happen, which leads to > "synchronous abort" CPU exception. Consider next dts example: > > / { > #address-cells

Re: [PATCH 1/1] cli: always show cursor

2024-04-12 Thread Tom Rini
On Fri, Mar 29, 2024 at 05:09:22PM +0100, Heinrich Schuchardt wrote: > We may enter the command line interface in a state where on the remote > console the cursor is not shown. Send an escape sequence to enable it. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! --

Re: [PATCH 1/2] part: Check all partitions in part_get_info_by_name()

2024-04-12 Thread Tom Rini
On Thu, Mar 28, 2024 at 05:29:50PM -0500, Sam Protsenko wrote: > In part_get_info_by_name() the inability to get some partition info > shouldn't be a reason for dropping out of the loop. That might happen > e.g. if the partition is hidden or unused. An example of such case are > Samsung devices,

Re: [PATCH] image-host: Fix error value paths and emit error messages to stderr.

2024-04-12 Thread Tom Rini
On Thu, Mar 21, 2024 at 12:22:22PM +0100, Hugo Cornelis wrote: > A recent refactoring in image-host.c messed up the return values of > the function that reads the encryptiong keys. This patch fixes this > and also makes sure that error output goes to stderr instead of to > stdout. > >

Re: [PATCH] sandbox: improve description of CONFIG_SANDBOX_CRASH_RESET

2024-04-12 Thread Tom Rini
On Mon, Feb 12, 2024 at 09:37:30AM +0100, Heinrich Schuchardt wrote: > Mentions that command line option --signal is needed to make use of this > configuration option. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

  1   2   3   4   5   6   7   8   9   10   >