Re: [PATCH v3 0/4] Add IPC support on MCU R5F cluster in Split Mode

2025-06-19 Thread Tom Rini
On Mon, 09 Jun 2025 13:44:25 +0530, Beleswar Padhi wrote: > This series adds remoteproc support on MCU R5F in Split mode. > > During boot, ROM can bring up the boot R5F cores in either lockstep or > split mode based on X509 certificate flags. If booted in lockstep mode, > the MCU R5F cores will r

Re: [PATCH v3 0/4] mkimage: validate image references in FIT configurations

2025-06-05 Thread Tom Rini
On Wed, May 21, 2025 at 06:27:41AM +, Aristo Chen wrote: > Hi all, > > I would like to apologize for the confusion caused by my v2 submission. Due > to an issue in how I sent the patches, the series did not appear correctly > grouped on Patchwork, making it harder to follow and review. > > T

Re: [PATCH v3 0/4] tpm: Start to tidy up TPM tests

2025-05-25 Thread Simon Glass
Hi Ilias, On Sat, 24 May 2025 at 15:23, Tom Rini wrote: > > On Sat, May 24, 2025 at 07:06:33AM -0600, Simon Glass wrote: > > > This series is a starting point only. It tries to provide some direction > > for how the TPM tests should be run on real hardware and on sandbox. > > > > For sandbox, thi

Re: [PATCH v3 0/4] tpm: Start to tidy up TPM tests

2025-05-24 Thread Tom Rini
On Sat, May 24, 2025 at 07:06:33AM -0600, Simon Glass wrote: > This series is a starting point only. It tries to provide some direction > for how the TPM tests should be run on real hardware and on sandbox. > > For sandbox, things are relatively easy since the TPM is reset before > each test. Tes

Re: [PATCH v3 0/4] More MMC fixes

2025-04-24 Thread Tom Rini
On Thu, 17 Apr 2025 18:43:30 -0500, Judith Mendez wrote: > This patch series fixes MMC_HS_52 mode in am654_sdhci driver, > as well as HIGH_SPEED_ENA and UHS_MODE_SELECT for HS modes. > > Also add TI_COMMON_CMD_OPTIONS to K3 Sitara board a53 defconfigs. > > [0] https://www.ti.com/lit/er/sprz574a/

Re: [PATCH v3 0/4] omap24xx_i2c: Enable Repeated Start functionality

2025-04-22 Thread Kumar, Udit
Thanks for patch Aniket On 4/22/2025 3:49 PM, Aniket Limaye wrote: This series implements Repeated Start functionality for the DM_I2C xfer API (omap_i2c_xfer()) First, split out the actual implementation for each individual i2c msg transfer into a new function __omap24_i2c_xfer_msg() and use th

Re: [PATCH v3 0/4] Enable bloblist support on Vexpress64

2025-02-11 Thread Tom Rini
On Tue, 04 Feb 2025 17:58:38 +, Harrison Mutai wrote: > This series of patches enhances the vexpress64 platform by enabling bloblist > support. It also introduces support for CONFIG_BLOBLIST_PASSAGE. This is > necessary to boot vexpress64 and other boards without manually specifying a > fixed

Re: [PATCH v3 0/4] cmd/setexpr: support concatenation of direct strings

2025-02-07 Thread Tom Rini
On Mon, 03 Feb 2025 16:10:25 +0100, Heinrich Schuchardt wrote: > The setexpr.s command allows to concatenate two strings. > > According to the description in doc/usage/cmd/setexpr.rst the parameters > value1 and value2 can be either direct values or pointers to a > memory location holding the val

Re: [PATCH v3 0/4] Introduce K3 remoteproc driver for M4 subsystem

2025-02-04 Thread Judith Mendez
Hi all, On 1/30/25 4:32 PM, Judith Mendez wrote: Some K3 devices like am62x and am64x have a M4 processor in the MCU voltage domain. This patch series introduces remoteproc M4 driver which will be used to load firmware into and start the M4 remote core. This series also adds support for R5F cor

Re: [PATCH v3 0/4] Fix IOVA allocation in Apple dart iommu after global LMB mem map changes

2024-11-11 Thread Tom Rini
On Mon, 11 Nov 2024 07:56:30 +0100, Janne Grunau wrote: > The changes in "Make LMB memory map global and persistent" [1] break > mapping DMA memory in the USB xHCI driver when using the apple_dart > iommu present on Apple silicon systems. > > The IOVA space used by the u-boot driver (low 4GB) and

Re: [PATCH v3 0/4] Fix fdtfile for j722s and am62p

2024-07-16 Thread Tom Rini
On Tue, 02 Jul 2024 10:50:00 +0530, Manorit Chawdhry wrote: > fdtfile wasn't being populated in these boards in legacy boot using > bootcmd_ti_mmc, migrate these platforms to ti_set_fdt_env. > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH V3 0/4] Low Power Mode: Pakage TIFS Stub on BeaglePlay

2024-07-05 Thread Nishanth Menon
On 17:31-20240703, Sebin Francis wrote: > > On 01/07/24 20:54, Nishanth Menon wrote: > > On 15:25-20240701, Sebin Francis wrote: > > > For HS-FS device we need to sign the fs-stub with customer key. DM > > > firmware > > > cannot have a component which is signed using customer key. > > Please exp

Re: [PATCH V3 0/4] Low Power Mode: Pakage TIFS Stub on BeaglePlay

2024-07-03 Thread Sebin Francis
On 01/07/24 20:54, Nishanth Menon wrote: On 15:25-20240701, Sebin Francis wrote: For HS-FS device we need to sign the fs-stub with customer key. DM firmware cannot have a component which is signed using customer key. Please explain please why DM cannot have a component signed using a customer

Re: [PATCH V3 0/4] Low Power Mode: Pakage TIFS Stub on BeaglePlay

2024-07-01 Thread Nishanth Menon
On 15:25-20240701, Sebin Francis wrote: > For HS-FS device we need to sign the fs-stub with customer key. DM firmware > cannot have a component which is signed using customer key. Please explain please why DM cannot have a component signed using a customer key for the public record? -- Regards,

Re: [PATCH V3 0/4] Low Power Mode: Pakage TIFS Stub on BeaglePlay

2024-07-01 Thread Sebin Francis
On 28/06/24 23:10, Nishanth Menon wrote: On 19:39-20240628, Sebin Francis wrote: On 28/06/24 18:33, Nishanth Menon wrote: On 15:02-20240628, Dhruva Gole wrote: This series includes the binman related changes required to package tIFS Stub to support Low Power Modes on BeaglePlay. Also, based

Re: [PATCH V3 0/4] Low Power Mode: Pakage TIFS Stub on BeaglePlay

2024-06-28 Thread Nishanth Menon
On 19:39-20240628, Sebin Francis wrote: > > On 28/06/24 18:33, Nishanth Menon wrote: > > On 15:02-20240628, Dhruva Gole wrote: > > > This series includes the binman related changes required to package tIFS > > > Stub to support Low Power Modes on BeaglePlay. > > > Also, based on comments from prev

Re: [PATCH V3 0/4] Low Power Mode: Pakage TIFS Stub on BeaglePlay

2024-06-28 Thread Sebin Francis
On 28/06/24 18:33, Nishanth Menon wrote: On 15:02-20240628, Dhruva Gole wrote: This series includes the binman related changes required to package tIFS Stub to support Low Power Modes on BeaglePlay. Also, based on comments from previous patch [0] documentation has been added to describe small

Re: [PATCH V3 0/4] Low Power Mode: Pakage TIFS Stub on BeaglePlay

2024-06-28 Thread Nishanth Menon
On 15:02-20240628, Dhruva Gole wrote: > This series includes the binman related changes required to package tIFS > Stub to support Low Power Modes on BeaglePlay. > Also, based on comments from previous patch [0] documentation has been > added to describe small addition in boot flow as well as tispl

Re: [PATCH v3 0/4] Enable OSPI boot for j721s2

2024-06-13 Thread Tom Rini
On Tue, 04 Jun 2024 11:39:09 +0530, Manorit Chawdhry wrote: > The series enables ospi boot for j721s2. > > Test logs: > https://gist.github.com/manorit2001/6bb91885c608e3a8cb0267ab2c614781 > > Applied to u-boot/next, thanks! -- Tom

Re: [PATCH v3 0/4] Clean-up patch set for MbedTLS integration

2024-05-22 Thread Tom Rini
On Thu, 16 May 2024 14:11:48 -0700, Raymond Mao wrote: > This patch set is picked from the previously posted serie: > "[RFC] Integrate MbedTLS v3.6 LTS with U-Boot" > > They are not directly related to MbedTLS integration, but the > prerequisite for a few clean-up, refactoring and minor fixes. >

Re: [PATCH v3 0/4]

2024-04-20 Thread Ilias Apalodimas
On Sat, 20 Apr 2024 at 10:20, Heinrich Schuchardt wrote: > > On 4/18/24 14:54, Ilias Apalodimas wrote: > > Hi! > > This is v3 of SetVariable at runtime [0] > > > > Nothing changed drastically from v2. > > A few more test cases have been added, comments/suggestions have been > > addressed and a bug

Re: [PATCH v3 0/4]

2024-04-20 Thread Heinrich Schuchardt
On 4/18/24 14:54, Ilias Apalodimas wrote: Hi! This is v3 of SetVariable at runtime [0] Nothing changed drastically from v2. A few more test cases have been added, comments/suggestions have been addressed and a bug where deleting a variable by setting 'attributes' to 0 has been fixed. Changes si

Re: [PATCH v3 0/4]

2024-03-19 Thread Caleb Connolly
On Mon, 11 Mar 2024 21:33:44 +, Volodymyr Babchuk wrote: > Set of pre-req patches for Qualcomm SA8155P-ADP board support. > > This path series consist of generic qcom changes that may benefit > different boards. It is the part of the bigger series that adds > SA8155P-ADP support, but I am po

Re: [PATCH v3 0/4] cmd: bootefi: refactor the code for bootmgr

2023-12-18 Thread Simon Glass
Hi AKASHI, On Sun, 17 Dec 2023 at 19:39, AKASHI Takahiro wrote: > > This patch set is motivated by the discussion[1] regarding > CONFIG_BOOTEFI_BOOTMGR option. > > # It has been partially merged in -next branch. So this version (v3) > # contains only the remaining commits. > > At the end, bootefi

Re: [PATCH v3 0/4] bootm: Handle compressed arm64 images with bootm

2023-12-15 Thread Tom Rini
On Sun, 19 Nov 2023 07:43:30 -0700, Simon Glass wrote: > This little series corrects a problem I noticed with arm64 images, > where the kernel is not recognised if compression is used: > >U-Boot> tftp image.fit >Using ethernet@7d58 device >TFTP from server 192.168.4.7; our IP addr

Re: [PATCH v3 0/4] arm: mach-snapdragon: Qualcomm pinctrl driver cleanup

2023-11-15 Thread Caleb Connolly
On Tue, 14 Nov 2023 12:55:39 +, Caleb Connolly wrote: > This series moves the Qualcomm pinctrl drivers from mach-snapdragon and > mach-ipq40xx to drivers/pinctrl/qcom. It then makes the necessary changes > to enable compatibility with Linux DTs. > > The pinctrl hardware on most Qualcomm plat

Re: [PATCH v3 0/4] sunxi: SPL FIT support for 32-bit sunxi SoCs

2023-11-01 Thread Jesse T
On Tue, Oct 31, 2023 at 1:18 AM Samuel Holland wrote: > > This series makes the necessary changes so 32-bit sunxi SoCs can load > additional device trees or firmware from SPL along with U-Boot proper. > Crust (SCP firmware) has support for A33 and H3, and H3 also needs to > load an eGon blob to su

Re: [PATCH v3 0/4] malloc: Reduce size by initializing data at runtime

2023-10-01 Thread Sean Anderson
On 10/1/23 21:16, Simon Glass wrote: Hi Sean, On Thu, 28 Sept 2023 at 08:45, Sean Anderson wrote: In my efforts to get SPL to fit into flash after some changes I made, I noticed that av_ is one of the largest variables in SPL. As it turns out, we can generate it at runtime, and the code is al

Re: [PATCH v3 0/4] malloc: Reduce size by initializing data at runtime

2023-10-01 Thread Simon Glass
Hi Sean, On Thu, 28 Sept 2023 at 08:45, Sean Anderson wrote: > > In my efforts to get SPL to fit into flash after some changes I made, I > noticed that av_ is one of the largest variables in SPL. As it turns > out, we can generate it at runtime, and the code is already there. This > has the poten

Re: [PATCH v3 0/4] support for booting the compressed U-boot binary on Rockchip based ARM64 SOC's

2023-09-10 Thread Jonas Karlman
Hi, On 2023-09-10 20:24, Manoj Sai wrote: > This patchset adds the support on Rockchip based ARM64 SOC's that compress > the U-BOOT proper along with dtb > and ATF in FIT image format.Second stage bootloader(SPL) loads the compressed > binaries, uncompress > them and handover control to the ne

Re: [PATCH V3 0/4] board: ti: Add support for BeaglePlay

2023-08-22 Thread Mattijs Korpershoek
On mar., août 22, 2023 at 10:40, Nishanth Menon wrote: > On 17:33-20230822, Mattijs Korpershoek wrote: >> On mar., août 15, 2023 at 11:44, Nishanth Menon wrote: >> >> > Add support for BeaglePlay - rev 3 >> > >> > Boot log: https://gist.github.com/nmenon/3e99b44380873263e39ba4d84788db89 >> > >>

Re: [PATCH V3 0/4] board: ti: Add support for BeaglePlay

2023-08-22 Thread Nishanth Menon
On 17:33-20230822, Mattijs Korpershoek wrote: > On mar., août 15, 2023 at 11:44, Nishanth Menon wrote: > > > Add support for BeaglePlay - rev 3 > > > > Boot log: https://gist.github.com/nmenon/3e99b44380873263e39ba4d84788db89 > > > > Full series(including dependencies) can be found at: > > https:

Re: [PATCH V3 0/4] board: ti: Add support for BeaglePlay

2023-08-22 Thread Mattijs Korpershoek
On mar., août 15, 2023 at 11:44, Nishanth Menon wrote: > Add support for BeaglePlay - rev 3 > > Boot log: https://gist.github.com/nmenon/3e99b44380873263e39ba4d84788db89 > > Full series(including dependencies) can be found at: > https://github.com/nmenon/fix-k3-dt-u-boot/commits/beagleplay-v3 > >

Re: [PATCH v3 0/4] General regulator and pmic uclass improvements

2023-08-12 Thread Svyatoslav Ryhel
Mailing list reduction. This issue is not directly related to pmic apart from the fact that pmics in my case is an i2c device so writing on the top. Sorry for this format but you are one of the most keen and in the context of this regulator rework. As you know I have an issue with probing the PMI

Re: [PATCH V3 0/4] Enable gigadevice and add new part #s

2023-01-10 Thread Michal Simek
On 1/10/23 00:49, Victor Lim wrote: Changes in V2: Adding the following parts to the list gd25b256: 3V QSPI, QE=1, 256Mbit gd25b512: 3V QSPI, QE=1, 512Mbit gd55b01g: 3V QSPI, QE=1, 1Gbit gd55b02g: 3V QSPI, QE=1, 2Gbit gd25f64: 3V QSPI, QE=1, 64Mbit, high performance gd25f128: 3V QSPI, QE=1, 1

Re: [PATCH v3 0/4] rockchip: sdhci: Fix reinit and add HS400 Enhanced Strobe support

2022-01-21 Thread Alper Nebi Yasak
On 21/01/2022 06:25, Simon Glass wrote: > On Sun, 16 Jan 2022 at 13:18, Alper Nebi Yasak > wrote: >> mmc: sdhci: Add HS400 Enhanced Strobe support >> rockchip: sdhci: Fix RK3399 eMMC PHY power cycling >> rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3399 >> rockchip: sdhci: Add

Re: [PATCH v3 0/4] rockchip: sdhci: Fix reinit and add HS400 Enhanced Strobe support

2022-01-20 Thread Simon Glass
Hi Alper, On Sun, 16 Jan 2022 at 13:18, Alper Nebi Yasak wrote: > > My rk3399-gru-kevin has some problems with the eMMC. The board can boot > to U-Boot proper with the eMMC working at a low speed, but trying to > reinitialize it with "mmc dev 0" or "mmc rescan" makes it unusable. If > the HS400 m

Re: [PATCH v3 0/4] Support SiFive Composable cache driver

2021-08-24 Thread Zong Li
On Tue, Aug 17, 2021 at 5:08 PM Zong Li wrote: > > This patch set contains the SiFive composable cache support, and > indroduce an interface to do cache initialization, each platform can > overwrite it by their own implementation. > > Changed in v3: > - Combine some patches > - Drop the subdirec

Re: [PATCH v3 0/4] arm64: Large PIE fixes

2020-09-14 Thread Michal Simek
Hi, On 09. 09. 20 19:07, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > This fixes some build issues with large (> 1MB) PIE U-Boot setups. > We also document the 4K aligned load address requirement and > add an early run-time check for it. > > As requested by reviewers, I've also adde

Re: [PATCH v3 0/4] arm64: Large PIE fixes

2020-09-09 Thread Stephen Warren
On 9/9/20 11:07 AM, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > This fixes some build issues with large (> 1MB) PIE U-Boot setups. > We also document the 4K aligned load address requirement and > add an early run-time check for it. > > As requested by reviewers, I've also added a ru

Re: [PATCH v3 0/4] spi: kirkwood: dm-conversion (part4)

2020-06-24 Thread Chris Packham
On Fri, Jun 19, 2020 at 8:31 PM Chris Packham wrote: > > Hi Jagan, > > On Fri, 19 Jun 2020, 5:45 AM Jagan Teki, wrote: >> >> Series of kirkwood boards to switch DM_SPI and drop >> which are not DM enabled still. >> >> Any inputs? >> Jagan. > > > I had a quick glance over the series and it looks g

RE: [PATCH v3 0/4] update clock handler and proper cpu features

2020-06-19 Thread Sagar Kadam
cli...@andestech.com; Alan Kao > > Subject: Re: [PATCH v3 0/4] update clock handler and proper cpu features > > [External Email] Do not click links or attachments unless you recognize the > sender and know the content is safe > > Hi Sagar > > > From: Sagar Shrikant Ka

Re: [PATCH v3 0/4] spi: kirkwood: dm-conversion (part4)

2020-06-19 Thread Chris Packham
Hi Jagan, On Fri, 19 Jun 2020, 5:45 AM Jagan Teki, wrote: > Series of kirkwood boards to switch DM_SPI and drop > which are not DM enabled still. > > Any inputs? > Jagan. > I had a quick glance over the series and it looks good to me. I'm fortunate enough to be able to get into the office so I

Re: [PATCH v3 0/4] update clock handler and proper cpu features

2020-06-19 Thread Rick Chen
Hi Sagar > From: Sagar Shrikant Kadam [mailto:sagar.ka...@sifive.com] > Sent: Thursday, June 04, 2020 6:45 PM > To: u-boot@lists.denx.de; Rick Jian-Zhi Chen(陳建志); lu...@denx.de > Cc: bmeng...@gmail.com; ja...@amarulasolutions.com; > pragnesh.pa...@sifive.com; anup.pa...@wdc.com; s...@chromium.org

Re: [PATCH v3 0/4] Various i.MXRT bug/typo fixes

2020-04-27 Thread Giulio Benetti
On 4/27/20 5:57 PM, Fabio Estevam wrote: Hi Giulio, On Mon, Apr 27, 2020 at 12:53 PM Giulio Benetti wrote: Hi Anatolij, Lukasz, Stefano, Fabio, All, this patchset fix 2 bugs preventing from LCDIF to work when booting from sd-card. There are also 2 little typo fixes for boards READMEs. V1->V

Re: [PATCH v3 0/4] Various i.MXRT bug/typo fixes

2020-04-27 Thread Fabio Estevam
Hi Giulio, On Mon, Apr 27, 2020 at 12:53 PM Giulio Benetti wrote: > > Hi Anatolij, Lukasz, Stefano, Fabio, All, > > this patchset fix 2 bugs preventing from LCDIF to work when booting from > sd-card. There are also 2 little typo fixes for boards READMEs. > > V1->V2: > * modify mxfsb.c patch as su

Re: [PATCH v3 0/4] arm64: sun50i: Add support for Orange Pi 3

2020-01-06 Thread Maxime Ripard
On Tue, Dec 10, 2019 at 04:56:04PM +0100, Andre Heider wrote: > On 03/12/2019 09:45, Andre Heider wrote: > > Changes since v2: > > * drop "sunxi: board: Use eth_env_set_enetaddr_by_index()" as it breaks > >compilation without CONFIG_NET > > * add "sunxi: board: extract creating a unique sid int

Re: [PATCH v3 0/4] arm64: sun50i: Add support for Orange Pi 3

2020-01-06 Thread Andre Heider
On 10/12/2019 16:56, Andre Heider wrote: On 03/12/2019 09:45, Andre Heider wrote: Changes since v2: * drop "sunxi: board: Use eth_env_set_enetaddr_by_index()" as it breaks    compilation without CONFIG_NET * add "sunxi: board: extract creating a unique sid into a helper function"    and use it

Re: [PATCH v3 0/4] arm64: sun50i: Add support for Orange Pi 3

2019-12-10 Thread Andre Heider
On 03/12/2019 09:45, Andre Heider wrote: Changes since v2: * drop "sunxi: board: Use eth_env_set_enetaddr_by_index()" as it breaks compilation without CONFIG_NET * add "sunxi: board: extract creating a unique sid into a helper function" and use it for the the bdaddr so that it work without