Simon Glass schrieb am Sa., 3. Mai 2025, 23:26:
> HI Heinrich,
>
> On Sat, 3 May 2025 at 01:04, Heinrich Schuchardt
> wrote:
> >
> >
> >
> > Simon Glass schrieb am Sa., 3. Mai 2025, 04:10:
> >>
> >> Hi Heinrich,
> >>
> >> On Fri, 2 May 2025 at 10:09, Heinrich Schuchardt
> >> wrote:
> >> >
> >>
Simon Glass schrieb am Sa., 3. Mai 2025, 23:27:
> Hi Heinrich,
>
> On Sat, 3 May 2025 at 07:32, Heinrich Schuchardt
> wrote:
> >
> > In some cases we have alternative configuration options that supply the
> > same functionality, e.g CONFIG_NET and CONFIG_NET_LWIP.
> >
> > Allow to specify all of
On Fri, May 2, 2025 at 7:59 AM Adam Ford wrote:
>
> In order to run binaries targeting the Cortex-M4,
> BOOTAUX is required.
>
> Signed-off-by: Adam Ford
Applied all, thanks.
On Mon, Apr 28, 2025 at 7:38 AM Alice Guo (OSS) wrote:
>
> Changes for v11:
> - update spl_imx_container.c according to comments from Lothar Waßmann
>
> Signed-off-by: Alice Guo
Applied all, thanks.
.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-master-20250503
for you to fetch changes up to fbe176c39c896e3dcec356bd3153074d411d487e:
arm64: imx: imx8mp-beacon: Enable BOOTAUX (2025-05-03 22:22:58 -0300)
u-boot-imx-master-20250503
--
CI: https://source.denx
On 06:32 Mon 21 Apr , Chee, Tien Fong wrote:
>
>
> > -Original Message-
> > From: Meng, Tingting
> > Sent: Monday, April 21, 2025 1:11 PM
> > To: u-boot@lists.denx.de
> > Cc: Marek Vasut ; Chee, Tien Fong
> > ; Meng, Tingting ;
> > Hea, Kok Kiang ; Maniyam, Dinesh
> > ; Ng, Boon Khai
Hi Jonathan,
On Fri, Apr 18, 2025 at 6:04 PM Jonathan Currier wrote:
>
> Add the device specific driver data, the device tree entry, and the
> clock configuration.
>
> Signed-off-by: Jonathan Currier
> ---
> arch/arm/dts/imxrt1170-evk.dts | 28 +
> arch/arm/dts/
Hi Peter,
On Sat, 3 May 2025 at 02:37, Peter Robinson wrote:
>
> Hi Simon,
>
> > > > This series collects together some new features for expo to make it more
> > > > useful for boot menus:
> > > >
> > > > - measurement and display of multi-line text objects
> > > > - internal alignment for object
On 5/3/25 05:29, E Shattow wrote:
> JH7110 drivers are missing support for CPU frequency scaling, so override
> upstream device-tree to use default clock rates for syscrg. This override
> duplicates a portion of jh7110-common-u-boot.dtsi file planned for removal.
>
> Signed-off-by: E Shattow
>
Hi Tom,
On Sat, 3 May 2025 at 10:37, Tom Rini wrote:
>
> On Sat, May 03, 2025 at 10:30:35AM -0600, Tom Rini wrote:
> > On Fri, May 02, 2025 at 08:10:30PM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Fri, 2 May 2025 at 09:04, Tom Rini wrote:
> > > >
> > > > On Fri, May 02, 2025 at 08:52
Hi Heinrich,
On Sat, 3 May 2025 at 01:16, Heinrich Schuchardt
wrote:
>
>
>
> Simon Glass schrieb am Sa., 3. Mai 2025, 04:10:
>>
>> Hi Heinrich,
>>
>> On Fri, 2 May 2025 at 10:16, Heinrich Schuchardt
>> wrote:
>> >
>> > On 5/2/25 16:49, Simon Glass wrote:
>> > > Hi Heinrich,
>> > >
>> > > On Mon
Hi Heinrich,
On Sat, 3 May 2025 at 07:32, Heinrich Schuchardt
wrote:
>
> In some cases we have alternative configuration options that supply the
> same functionality, e.g CONFIG_NET and CONFIG_NET_LWIP.
>
> Allow to specify all of them as arguments for buildconfigspec() and execute
> the text if
On Sat, 3 May 2025 at 04:14, Heinrich Schuchardt
wrote:
>
> The scripts u-boot-test-release is called at the end of testing.
> Describe it.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> doc/develop/py_testing.rst | 7 +++
> 1 file changed, 7 insertions(+)
Reviewed-by: Simon Glass
HI Heinrich,
On Sat, 3 May 2025 at 01:04, Heinrich Schuchardt
wrote:
>
>
>
> Simon Glass schrieb am Sa., 3. Mai 2025, 04:10:
>>
>> Hi Heinrich,
>>
>> On Fri, 2 May 2025 at 10:09, Heinrich Schuchardt
>> wrote:
>> >
>> > On 5/2/25 16:49, Simon Glass wrote:
>> > > Hi Heinrich,
>> > >
>> > > On Mon
- use upstream alias name for cpu and timer nodes
- remove bootph-pre-ram hint from parent nodes
- drop S7 cpu core "okay" status
Signed-off-by: E Shattow
---
arch/riscv/dts/jh7110-u-boot.dtsi | 72 ---
1 file changed, 28 insertions(+), 44 deletions(-)
diff --git a/a
On Fri, May 02, 2025 at 08:09:48PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Fri, 2 May 2025 at 10:26, Tom Rini wrote:
> >
> > On Fri, 11 Apr 2025 14:47:37 +0200, Caleb Connolly wrote:
> >
> > > Introduce a new event to signal that the live tree has been built,
> > > allowing boards to perform f
On Fri, May 02, 2025 at 08:11:17PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Fri, 2 May 2025 at 16:21, Tom Rini wrote:
> >
> > On Fri, May 02, 2025 at 03:40:32PM -0600, Simon Glass wrote:
> >
> > > Hi Tom,
> > >
> > > https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/26056
> > > htt
On Sat, May 03, 2025 at 10:30:35AM -0600, Tom Rini wrote:
> On Fri, May 02, 2025 at 08:10:30PM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On Fri, 2 May 2025 at 09:04, Tom Rini wrote:
> > >
> > > On Fri, May 02, 2025 at 08:52:37AM -0600, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Fri
On Fri, 25 Apr 2025 17:54:03 -0500, Andrew Davis wrote:
> Just like TF-A and OP-TEE, the documentation states a custom path for DM
> can be provided at build time by setting TI_DM. This should then set
> ti-dm-path which updates ti-dm node filenames in binman.
>
> Two issues prevent this from fun
On Sun, 27 Apr 2025 12:33:19 +0530, Udit Kumar wrote:
> This series enables the ESMs and the associated PMIC. Programming these bits
> is
> a requirement to make the watchdog actually reset the board.
>
> Series supports WDT reset on all TI platforms based upon J784S4 SOC
> including cut down (J
On Fri, 25 Apr 2025 12:31:10 -0500, Nishanth Menon wrote:
> Spin 3 of the series.
> Just happened to get a BeagleY-AI at desk and happened to test master
> branch (7dd49a9264a6 drivers: scsi: Add 'erase' support), noticed a few
> issues which were rather easy to solve.. so, here we go:
>
> Curren
On Fri, 25 Apr 2025 12:02:06 -0500, Bryan Brattlof wrote:
> Rather than hard coding the maximum memory size, lets just define the
> CFG_MAX_MEM_SIZE so get_effective_memsize() will return the correct
> value without modification.
>
>
Applied to u-boot/master, thanks!
[1/1] arm: mach-k3: use CF
On Fri, 25 Apr 2025 17:59:25 +0200, Kory Maincent wrote:
> SeeedStudio BeagleBone Green Eco (BBGE) is a clone of the BeagleBone Green
> (BBG). It has minor differences from the BBG, such as a different PMIC,
> a different Ethernet PHY, and a larger eMMC.
>
> The PMIC is not yet supported in mainl
On Thu, 24 Apr 2025 14:33:31 -0500, Judith Mendez wrote:
> Enable UHS modes for SD by enabling configs for voltage regulator
> drivers, IO voltage switching, and configs to support UHS modes.
>
> The am64x SoC has an internal LDO which does voltage switching,
> but the MMC_IO_VOLTAGE config is st
On Fri, May 02, 2025 at 08:10:30PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On Fri, 2 May 2025 at 09:04, Tom Rini wrote:
> >
> > On Fri, May 02, 2025 at 08:52:37AM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Fri, 2 May 2025 at 08:06, Tom Rini wrote:
> > > >
> > > > On Fri, May 02, 2025
Hi Tom,
On Fri, 2 May 2025 at 14:04, Tom Rini wrote:
>
> On Fri, May 02, 2025 at 09:42:56PM +0200, Heinrich Schuchardt wrote:
> > On 5/2/25 21:30, Tom Rini wrote:
> > > On Fri, May 02, 2025 at 07:19:18PM +0200, Heinrich Schuchardt wrote:
> > > > On 5/2/25 17:06, Tom Rini wrote:
> > > > > On Fri,
Adjust network tests to run with CONFIG_NET_LWIP=y.
Signed-off-by: Heinrich Schuchardt
---
test/py/tests/test_efi_loader.py | 2 +-
test/py/tests/test_fpga.py | 4 ++--
test/py/tests/test_net.py| 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/test/py/tests/tes
In some cases we have alternative configuration options that supply the
same functionality, e.g CONFIG_NET and CONFIG_NET_LWIP.
Allow to specify all of them as arguments for buildconfigspec() and execute
the text if any of these is fulfilled, e.g.
@pytest.mark.buildconfigspec('net', 'net_lwip
Some python tests require CONFIG_NET though they should run if either
of CONFIG_NET or CONFIG_NET_LWIP is available.
Change the pytest.mark.buildconfigspec to allow specifying multiple
alternative config options.
Update the tests that rely on CONFIG_NET=y.
Heinrich Schuchardt (2):
test: allow
JH7110 drivers are missing support for CPU frequency scaling, so override
upstream device-tree to use default clock rates for syscrg. This override
duplicates a portion of jh7110-common-u-boot.dtsi file planned for removal.
Signed-off-by: E Shattow
---
arch/riscv/dts/jh7110-u-boot.dtsi | 1 +
1
Move unnecessary clock frequency assignment out of device-tree and into the
board config header so that the ns16550 serial driver can successfully init
during SPL after failing to resolve the parent clock from upstream dts. The
serial driver will then resolve clock frequency from device-tree node p
The scripts u-boot-test-release is called at the end of testing.
Describe it.
Signed-off-by: Heinrich Schuchardt
---
doc/develop/py_testing.rst | 7 +++
1 file changed, 7 insertions(+)
diff --git a/doc/develop/py_testing.rst b/doc/develop/py_testing.rst
index 217ae447035..824e3c0d9a7 100644
Using power cycling is a valid option to implement u-boot-test-reset.
Signed-off-by: Heinrich Schuchardt
---
doc/develop/py_testing.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/develop/py_testing.rst b/doc/develop/py_testing.rst
index 824e3c0d9a7..33103bbd650 100
On 5/3/25 11:19, Heinrich Schuchardt wrote:
On 5/2/25 16:50, Simon Glass wrote:
Hi Heinrich,
On Thu, 1 May 2025 at 22:13, Heinrich Schuchardt
wrote:
Am 2. Mai 2025 03:38:36 MESZ schrieb Simon Glass :
Hi,
On Tue, 14 Jan 2025 at 23:56, Hal Feng
wrote:
On 09.01.25 20:37, Simon Glass wro
On 5/2/25 16:50, Simon Glass wrote:
Hi Heinrich,
On Thu, 1 May 2025 at 22:13, Heinrich Schuchardt wrote:
Am 2. Mai 2025 03:38:36 MESZ schrieb Simon Glass :
Hi,
On Tue, 14 Jan 2025 at 23:56, Hal Feng wrote:
On 09.01.25 20:37, Simon Glass wrote:
Hi,
I am seeing a lab failure on this boar
On Thu, 1 May 2025 at 16:03, Simon Glass wrote:
>
> Hi Tom,
>
> On Thu, 1 May 2025 at 08:59, Tom Rini wrote:
> >
> > On Thu, May 01, 2025 at 07:06:03AM -0600, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Fri, 18 Apr 2025 at 08:08, Tom Rini wrote:
> > > >
> > > > On Fri, Apr 18, 2025 at 07:46:
Hi Moritz,
> I am building a custom yocto image for the raspberry pi compute module
> 4. I am using meta-raspberry scarthgap branch using the raspberrypi4
Can you provide a link to what ever that branch is?
> machine (32-bit version). (U-Boot 2024.01)
That release is quite old, can you test the
Hi Simon,
> > > This series collects together some new features for expo to make it more
> > > useful for boot menus:
> > >
> > > - measurement and display of multi-line text objects
> > > - internal alignment for objects (e.g. centred text)
> > > - editable strings in text fields
> > > - new 'box
Simon Glass schrieb am Sa., 3. Mai 2025, 04:10:
> Hi Heinrich,
>
> On Fri, 2 May 2025 at 10:16, Heinrich Schuchardt
> wrote:
> >
> > On 5/2/25 16:49, Simon Glass wrote:
> > > Hi Heinrich,
> > >
> > > On Mon, 21 Apr 2025 at 10:26, Heinrich Schuchardt
> > > wrote:
> > >>
> > >> The boot method is
Simon Glass schrieb am Sa., 3. Mai 2025, 04:10:
> Hi Heinrich,
>
> On Fri, 2 May 2025 at 10:09, Heinrich Schuchardt
> wrote:
> >
> > On 5/2/25 16:49, Simon Glass wrote:
> > > Hi Heinrich,
> > >
> > > On Mon, 21 Apr 2025 at 10:26, Heinrich Schuchardt
> > > wrote:
> > >>
> > >> The EFI boot manag
40 matches
Mail list logo