Re: [PATCH v3 06/14] uthread: add cooperative multi-tasking interface

2025-03-11 Thread Ilias Apalodimas
On Tue, 4 Mar 2025 at 17:31, Jerome Forissier wrote: > > Add a new internal API called uthread (Kconfig symbol: UTHREAD) which > provides cooperative multi-tasking. The goal is to be able to improve > the performance of some parts of U-Boot by overlapping lengthy > operations, and also implement b

[PATCH v3 06/14] uthread: add cooperative multi-tasking interface

2025-03-04 Thread Jerome Forissier
Add a new internal API called uthread (Kconfig symbol: UTHREAD) which provides cooperative multi-tasking. The goal is to be able to improve the performance of some parts of U-Boot by overlapping lengthy operations, and also implement background jobs in the U-Boot shell. Each uthread has its own sta