Hi,
> >> The issue is that disabling TINY_PRINTF may not be possible (size
> >> constraints) and some code is compiled for different stages and people
> >> typically don't check whether the format used in printf is valid with
> >> tiny_printf. I've had this issue already in the past, I vaguely rec
Sorry for jumping in late in this thread as it is still using my old
Linaro email ID which should be disabled by now.
On Tue, Apr 01, 2025 at 12:02:17PM -0600, Tom Rini wrote:
> On Tue, Apr 01, 2025 at 07:28:36PM +0200, Krzysztof Kozlowski wrote:
> > On 01/04/2025 18:40, Tom Rini wrote:
> > > On T
Hi,
> The issue is that disabling TINY_PRINTF may not be possible (size
> constraints) and some code is compiled for different stages and people
> typically don't check whether the format used in printf is valid with
> tiny_printf. I've had this issue already in the past, I vaguely recall
> "c
Hi Simon,
On 4/1/25 19:55, Simon Glass wrote:
> Hi Ilias,
>
> On Wed, 2 Apr 2025 at 05:33, Ilias Apalodimas
> wrote:
>>
>> Hi Simon
>>
>> On Tue, 1 Apr 2025 at 18:42, Simon Glass wrote:
>>>
>>> Hi Jerome,
>>>
>>> On Tue, 1 Apr 2025 at 03:14, Jerome Forissier
>>> wrote:
Hi Simon,
On 4/3/25 07:53, Ilias Apalodimas wrote:
On Thu, 3 Apr 2025 at 08:34, Ilias Apalodimas
wrote:
The end of the ACPI table is set to 'addr' instead of 'end'. The ACPI
code for QEMU relies on those values to mark memory as 'ACPI Reclaim'
and as a result the ACPI RSDP ends up in Boot services Data.
Hi Tom,
On Thu, 3 Apr 2025 at 08:57, Tom Rini wrote:
>
> On Wed, Apr 02, 2025 at 01:50:33PM -0600, Tom Rini wrote:
> > On Thu, Apr 03, 2025 at 08:22:44AM +1300, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Thu, 3 Apr 2025 at 03:29, Tom Rini wrote:
> > > >
> > > > On Sat, Mar 15, 2025 at 02:26
On Wed, 2 Apr 2025 at 17:26, Ilias Apalodimas
wrote:
>
> Hey Bjorn
>
> Long time, hope all is well!
>
> On Wed, 2 Apr 2025 at 16:22, Björn Töpel wrote:
> >
> > Hi,
> >
> > I think I got a regression from commit 53d5a221632e ("emulation: Use
> > bloblist to hold tables"), and v2024.10 for
> > qemu
On Thu, 3 Apr 2025 at 08:34, Ilias Apalodimas
wrote:
>
> The end of the ACPI table is set to 'addr' instead of 'end'. The ACPI
> code for QEMU relies on those values to mark memory as 'ACPI Reclaim'
> and as a result the ACPI RSDP ends up in Boot services Data.
>
> Reported-by: bj...@kernel.org
I
It looks like cover letter was missing...
This patch series includes some code refactor and adds new device support
for at91sam9_wdt driver.
Instead of add a new driver like Linux kernel, at91sam9_wdt driver is
extended as new watchdog variant is similar to existing one, especially
for the functi
Hi Ilias,
On Thu, 3 Apr 2025 at 08:27, Ilias Apalodimas
wrote:
>
> On Wed, 2 Apr 2025 at 22:19, Simon Glass wrote:
> >
> > Hi,
> >
> > On Thu, 3 Apr 2025 at 03:36, Ilias Apalodimas
> > wrote:
> > >
> > > On Wed, 2 Apr 2025 at 17:26, Ilias Apalodimas
> > > wrote:
> > > >
> > > > Hey Bjorn
> > >
On Sat, 15 Mar 2025 15:17:58 -0700, Sam Edwards wrote:
> This is v2 of my "misc. fixes" series, sent to prepare the codebase for more
> direct LLVM support in the near future. This series contains several fixes
> that
> I found in the process of preparing that support and which address issues
> i
On Thu, 13 Mar 2025 11:17:29 -0600, Tom Rini wrote:
> The option ONENAND_BOOT is never set, so remove it. The option
> SYS_ONENAND_BOOT was never migrated to Kconfig and any platforms which
> supported that have long been removed from the code, so remove the
> reference there as well.
>
>
Appli
The end of the ACPI table is set to 'addr' instead of 'end'. The ACPI
code for QEMU relies on those values to mark memory as 'ACPI Reclaim'
and as a result the ACPI RSDP ends up in Boot services Data.
Reported-by: bj...@kernel.org
Fixes: commit 638cc363484b ("acpi: enable writing ACPI tables on QE
On Thu, Apr 03, 2025 at 12:54:42PM +1300, Simon Glass wrote:
> Hi Tom,
>
> On Thu, 3 Apr 2025 at 08:57, Tom Rini wrote:
> >
> > On Wed, Apr 02, 2025 at 01:50:33PM -0600, Tom Rini wrote:
> > > On Thu, Apr 03, 2025 at 08:22:44AM +1300, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Thu, 3 Ap
) \
BOOT_TARGET_SCSI(func) \
BOOT_TARGET_PXE(func) \
- BOOT_TARGET_DHCP(func)
+ BOOT_TARGET_DHCP(func) \
+ func(USB_DFU, usbdfu, na)
#endif
#define BOOTM_SIZE __stringify(0x170)
---
base-commit: c17f03a7e93dfbbe5d32f5738274187065d9493f
change-id: 20250402-u-boot-meson64
On Wed, Apr 02, 2025 at 12:51:34AM +0200, Christian Marangi wrote:
> Add airoha Ethernet driver for Airoha AN7581 SoC. This is a majorly
> rewritten and simplified version of the Linux airoha_eth.c driver.
>
> It's has been modified to support a single RX/TX ring to reflect U-Boot
> implementatio
On 11:57-20250402, Dhruva Gole wrote:
[...]
> >
> > As a result of this, the cleanup we intent to do with
>
> s/intent/intend
Thanks. will pick it up in a respin.
>
[...]
> > To fix this, let us make ti_sci_cmd_release_exclusive_devices scan the
> > all reg
On Wed, Apr 02, 2025 at 05:21:49PM +0200, Christian Marangi wrote:
> On Wed, Apr 02, 2025 at 09:19:51AM -0600, Tom Rini wrote:
> > On Wed, Apr 02, 2025 at 12:51:34AM +0200, Christian Marangi wrote:
> >
> > > Add airoha Ethernet driver for Airoha AN7581 SoC. This is a majorly
> > > rewritten and si
On Wed, Apr 02, 2025 at 09:31:04AM -0600, Tom Rini wrote:
> On Wed, Apr 02, 2025 at 05:21:49PM +0200, Christian Marangi wrote:
> > On Wed, Apr 02, 2025 at 09:19:51AM -0600, Tom Rini wrote:
> > > On Wed, Apr 02, 2025 at 12:51:34AM +0200, Christian Marangi wrote:
> > >
> > > > Add airoha Ethernet dr
Legacy NET wget invokes a store_block() function which performs buffer
validation (LMB, address wrapping). Do the same with NET_LWIP.
Signed-off-by: Jerome Forissier
Suggested-by: Sughosh Ganu
---
net/lwip/wget.c | 48
1 file changed, 40 insertio
Legacy NET tftp invokes a store_block() function which performs buffer
validation (LMB, address wrapping). Do the same with NET_LWIP.
Signed-off-by: Jerome Forissier
Suggested-by: Sughosh Ganu
---
net/lwip/tftp.c | 45 ++---
1 file changed, 34 insertions(
Two small patches fixing issues with tftp and wget when the network
stack is NET_LWIP and LMB is enabled.
Jerome Forissier (2):
net-lwip: wget: add LMB and buffer checks
net-lwip: tftp: add LMB and buffer checks
net/lwip/tftp.c | 45 ++---
net/lwip/wge
On Sat, Mar 15, 2025 at 02:26:00PM +, Simon Glass wrote:
> Update the string to take account of UARTs which are connected on I/O
> ports, as on x86.
>
> Fix a typo in an error message in the same command, while we are here.
>
> Signed-off-by: Simon Glass
> ---
>
> (no changes since v3)
>
>
Hi Tom,
On Thu, 3 Apr 2025 at 04:00, Tom Rini wrote:
>
> On Wed, Apr 02, 2025 at 01:08:56PM +1300, Simon Glass wrote:
> > Hi Tom,
> >
> > On Wed, 2 Apr 2025 at 10:41, Tom Rini wrote:
> > >
> > > On Wed, Apr 02, 2025 at 06:29:31AM +1300, Simon Glass wrote:
> > >
> > > > This series includes some
HI Ilias,
On Wed, 2 Apr 2025 at 19:20, Ilias Apalodimas
wrote:
>
> Hi Simon,
>
> On Wed, 2 Apr 2025 at 00:28, Simon Glass wrote:
> >
> > The tpm_auto_start() function is used in tests and assumes that it can
> > open the TPM even if it is already open and a locality claimed. The cr50
> > driver
Hi Tom,
On Wed, 2 Apr 2025 at 06:18, Tom Rini wrote:
>
> On Wed, Apr 02, 2025 at 04:45:37AM +1300, Simon Glass wrote:
> > Hi Tom,
> >
> > On Tue, 1 Apr 2025 at 04:51, Tom Rini wrote:
> > >
> > > On Fri, Mar 28, 2025 at 11:42:20PM +, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Mon,
Hi Moteen,
On Wed, 2 Apr 2025 at 22:01, Moteen Shah wrote:
>
> Hey Simon,
>
> On 29/03/25 05:17, Simon Glass wrote:
> > Hi Moteen,
> >
> > On Thu, 27 Mar 2025 at 08:06, Moteen Shah wrote:
> >> Add a function to scan through all the nodes in the device-tree
> >> recusively for bootph-* property.
Hi Tom,
On Fri, 21 Mar 2025 at 03:15, Tom Rini wrote:
>
> On Thu, Mar 20, 2025 at 03:43:30AM +, Simon Glass wrote:
> > Hi Tom,
> >
> > On Wed, 19 Mar 2025 at 16:38, Tom Rini wrote:
> > >
> > > On Wed, Mar 19, 2025 at 03:04:16PM +, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Wed
Hi Tom,
On Thu, 3 Apr 2025 at 03:28, Tom Rini wrote:
>
> On Sat, Mar 15, 2025 at 02:25:58PM +, Simon Glass wrote:
>
> > Any 'bootable' flag in a DOS partition causes boostd to only scan
> > bootable partitions for that media. This can mean that extlinux.conf
> > files on the root disk are mis
On Wed, 2 Apr 2025 at 22:19, Simon Glass wrote:
>
> Hi,
>
> On Thu, 3 Apr 2025 at 03:36, Ilias Apalodimas
> wrote:
> >
> > On Wed, 2 Apr 2025 at 17:26, Ilias Apalodimas
> > wrote:
> > >
> > > Hey Bjorn
> > >
> > > Long time, hope all is well!
> > >
> > > On Wed, 2 Apr 2025 at 16:22, Björn Töpel
Hi Tom,
On Thu, 3 Apr 2025 at 10:11, Tom Rini wrote:
>
> On Thu, Apr 03, 2025 at 08:19:03AM +1300, Simon Glass wrote:
> > Hi Tom,
> >
> > On Thu, 3 Apr 2025 at 04:00, Tom Rini wrote:
> > >
> > > On Wed, Apr 02, 2025 at 01:08:56PM +1300, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Wed,
On Thu, Apr 03, 2025 at 12:54:55PM +1300, Simon Glass wrote:
> Hi Tom,
>
> On Thu, 3 Apr 2025 at 10:11, Tom Rini wrote:
> >
> > On Thu, Apr 03, 2025 at 08:19:03AM +1300, Simon Glass wrote:
> > > Hi Tom,
> > >
> > > On Thu, 3 Apr 2025 at 04:00, Tom Rini wrote:
> > > >
> > > > On Wed, Apr 02, 2025
Hi Tom,
On Thu, 3 Apr 2025 at 11:35, Tom Rini wrote:
>
> On Thu, Apr 03, 2025 at 08:22:13AM +1300, Simon Glass wrote:
> > Hi Tom,
> >
> > On Wed, 2 Apr 2025 at 06:18, Tom Rini wrote:
> > >
> > > On Wed, Apr 02, 2025 at 04:45:37AM +1300, Simon Glass wrote:
> > > > Hi Tom,
> > > >
> > > > On Tue,
Hey Simon,
On 03/04/25 00:52, Simon Glass wrote:
Hi Moteen,
On Wed, 2 Apr 2025 at 22:01, Moteen Shah wrote:
Hey Simon,
On 29/03/25 05:17, Simon Glass wrote:
Hi Moteen,
On Thu, 27 Mar 2025 at 08:06, Moteen Shah wrote:
Add a function to scan through all the nodes in the device-tree
recusiv
On Wed, Apr 02, 2025 at 01:08:56PM +1300, Simon Glass wrote:
> Hi Tom,
>
> On Wed, 2 Apr 2025 at 10:41, Tom Rini wrote:
> >
> > On Wed, Apr 02, 2025 at 06:29:31AM +1300, Simon Glass wrote:
> >
> > > This series includes some precursor patches needed for forthcoming expo
> > > enhancements.
> > >
As with the db410c this breaks linking as it conflicts with the USB
controller used by these platforms.
This fixes building after DM_USB_GADGET was enabled by default for
mach-snapdragon.
Fixes: 7235dbedfce3 (mach-snapdragon: enable DM_USB_GADGET by default)
Signed-off-by: Caleb Connolly
---
co
On Wed, Apr 02, 2025 at 12:57:57AM +0200, Christian Marangi wrote:
> Introduce support for SPI NAND flash. Currently we only support SPI
> flash based on the lagacy sf cmd that assume SPI flash are always NOR.
> This is not the case as to SPI controller also NAND can be attached. Add
> support for
On Wed, Apr 02, 2025 at 09:05:42AM -0600, Tom Rini wrote:
> On Wed, Apr 02, 2025 at 12:57:57AM +0200, Christian Marangi wrote:
>
> > Introduce support for SPI NAND flash. Currently we only support SPI
> > flash based on the lagacy sf cmd that assume SPI flash are always NOR.
> > This is not the ca
On Wed, Apr 02, 2025 at 05:10:31PM +0200, Christian Marangi wrote:
> On Wed, Apr 02, 2025 at 09:05:42AM -0600, Tom Rini wrote:
> > On Wed, Apr 02, 2025 at 12:57:57AM +0200, Christian Marangi wrote:
> >
> > > Introduce support for SPI NAND flash. Currently we only support SPI
> > > flash based on t
- avb_slot_verify_data_free() doesn't check its data parameter
- out_data can be null if avb_slot_verify() fails to allocate memory
Signed-off-by: Gary Bisson
---
Another approach would be to fix avb_slot_verify_data_free() to check
its paramter but I believe the goal is not to touch libavb to be
DHCP(func)
> + BOOT_TARGET_DHCP(func) \
> + func(USB_DFU, usbdfu, na)
> #endif
>
> #define BOOTM_SIZE __stringify(0x170)
>
> ---
> base-commit: c17f03a7e93dfbbe5d32f5738274187065d9493f
> change-id: 20250402-u-boot-meson64-move-dfu-end-eb9f5fe55608
>
> Best regards,
Hi,
I think I got a regression from commit 53d5a221632e ("emulation: Use
bloblist to hold tables"), and v2024.10 for
qemu-riscv64_smode_defconfig + acpi.config booting Linux with UEFI.
TL;DR: It seems like the RSDP is placed in the wrong EFI memory map
type (it should be "ACPI Reclaim").
I might
Hi Sungjoon Moon,
On 4/1/25 3:41 PM, Sungjoon Moon wrote:
[You don't often get email from sum...@seoulsaram.org. Learn why this is
important at https://aka.ms/LearnAboutSenderIdentification ]
I'm working on upstreaming vendor patches for the Orange Pi RV2 board,
currently available at:
https:
Hey Simon,
On 29/03/25 05:17, Simon Glass wrote:
Hi Moteen,
On Thu, 27 Mar 2025 at 08:06, Moteen Shah wrote:
Add a function to scan through all the nodes in the device-tree
recusively for bootph-* property. If found, propagate it to all
of its parent nodes up the hierarchy.
Signed-off-by: Mo
Hey!
On Wed, 2 Apr 2025 at 16:27, Ilias Apalodimas
wrote:
>
> Hey Bjorn
>
> Long time, hope all is well!
Too long! Maybe next Plumbers? ;-)
> I think it's a regression and I think what breaks it is commit cfb4aa2a754ed1
>
> Can you apply the diff below and see if it fixes it for you?
>
> diff -
On Thu, Apr 03, 2025 at 08:22:44AM +1300, Simon Glass wrote:
> Hi Tom,
>
> On Thu, 3 Apr 2025 at 03:29, Tom Rini wrote:
> >
> > On Sat, Mar 15, 2025 at 02:26:00PM +, Simon Glass wrote:
> > > Update the string to take account of UARTs which are connected on I/O
> > > ports, as on x86.
> > >
>
As the subject says, I've merged v6.14-dts to dts/upstream in the next
branch now.
--
Tom
signature.asc
Description: PGP signature
On Wed, Apr 02, 2025 at 01:50:33PM -0600, Tom Rini wrote:
> On Thu, Apr 03, 2025 at 08:22:44AM +1300, Simon Glass wrote:
> > Hi Tom,
> >
> > On Thu, 3 Apr 2025 at 03:29, Tom Rini wrote:
> > >
> > > On Sat, Mar 15, 2025 at 02:26:00PM +, Simon Glass wrote:
> > > > Update the string to take acco
On 31. Mar 2025, at 19:15, Michael Brown wrote:
>
> On 31/03/2025 17:49, Christian Kohlschütter wrote:
>> # hexdump /.argh
>> 000
>> *
>> 0044100 15dc f9c8 6f16 e188
>> 0044110 00a0 52b0 a01c 6d59
>> 0044120
Am Dienstag, 1. April 2025, 18:13:35 MESZ schrieb Heinrich Schuchardt:
> On 01.04.25 17:51, Simon Glass wrote:
> > On Tue, 1 Apr 2025 at 21:38, Heiko Stuebner wrote:
> >>
> >> This reverts commit 1f68057e03206e6597ca8b2be8bb1c49d4bd47d0.
> >>
> >> Commit 1f68057e0320 ("net: eth_bootdev_hunt() shou
On Wed, Apr 02, 2025 at 09:19:51AM -0600, Tom Rini wrote:
> On Wed, Apr 02, 2025 at 12:51:34AM +0200, Christian Marangi wrote:
>
> > Add airoha Ethernet driver for Airoha AN7581 SoC. This is a majorly
> > rewritten and simplified version of the Linux airoha_eth.c driver.
> >
> > It's has been mod
Introduce support for SPI NAND flash. Currently we only support SPI
flash based on the lagacy sf cmd that assume SPI flash are always NOR.
This is not the case as to SPI controller also NAND can be attached. Add
support for it by adding an env driver that base entirely on the MTD
api.
Introduce a
Enable Airoha SNFI SPI config to enable support for SNAND flash.
Signed-off-by: Christian Marangi
---
configs/an7581_evb_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/an7581_evb_defconfig b/configs/an7581_evb_defconfig
index fa41a4bca97..c74247e13db 100644
--- a/configs/a
From: Michael Walle
Sent: Wednesday, April 2, 2025 9:02 AM
The issue is that disabling TINY_PRINTF may not be possible (size
constraints) and some code is compiled for different stages and people
typically don't check whether the format used in printf is valid with
tiny_printf.
On Tue Apr 1, 2025 at 4:33 AM IST, Tom Rini wrote:
> On Fri, Mar 14, 2025 at 09:25:04AM +0530, Anshul Dalal wrote:
>
>> Using CMD_* configs from spl doesn't make logical sense. Therefore this
>> patch replaces the checks for CMD_BOOT[IZ] with newly added configs
>> SPL_HAS_BOOT[IZ].
>>
>> SPL_HAS_
Am Mittwoch, 2. April 2025, 23:36:46 MESZ schrieb Heiko Stübner:
> Am Dienstag, 1. April 2025, 18:13:35 MESZ schrieb Heinrich Schuchardt:
> > On 01.04.25 17:51, Simon Glass wrote:
> > > On Tue, 1 Apr 2025 at 21:38, Heiko Stuebner wrote:
> > >>
> > >> This reverts commit 1f68057e03206e6597ca8b2be8b
Hi Heiko,
On Thu, 3 Apr 2025 at 10:36, Heiko Stübner wrote:
>
> Am Dienstag, 1. April 2025, 18:13:35 MESZ schrieb Heinrich Schuchardt:
> > On 01.04.25 17:51, Simon Glass wrote:
> > > On Tue, 1 Apr 2025 at 21:38, Heiko Stuebner wrote:
> > >>
> > >> This reverts commit 1f68057e03206e6597ca8b2be8bb
57 matches
Mail list logo