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
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
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
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
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/
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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.
>
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
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
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
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
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
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
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
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
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
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
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
>> >
>>
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:
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
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
49 matches
Mail list logo