[PATCH v2 01/60] buildman: Tidy up pylint warnings in main

2023-07-05 Thread Simon Glass
Tidy up the various pylint warnings in module 'main'. Signed-off-by: Simon Glass --- (no changes since v1) tools/buildman/main.py | 23 +++ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/tools/buildman/main.py b/tools/buildman/main.py index

[PATCH v2 00/60] buildman: Refactor code and correct some pylint warnings

2023-07-05 Thread Simon Glass
The buildman code has grown considerable since it was originally written. In places it can be quite hard to understanding and work with. This series improves things, particularly in the control and builder parts, splitting functions into smaller sizes. More work remains in

Re: [PATCH v2] board: stm32mp1: add splash screen on dk2

2023-07-05 Thread Patrick DELAUNAY
Hi Dario, On 7/4/23 19:31, Dario Binacchi wrote: Display the STMicroelectronics logo. Signed-off-by: Dario Binacchi --- Changes in v2: - move "splash.h" and "st_logo_data.h" headers before "syscon.h" in order to keep includes sorted alphabetically. - remove "logo" variable and pass

Re: [bug report] sunxi: H6: no ethernet on Orange Pi One Plus

2023-07-05 Thread Anne Macedo
On Wed, Jul 05, 2023 at 11:26:45AM +0100, Christopher Obbard wrote: > Hi Anne, > > [please don't forget to CC the list, in case someone else > has the same issue in future they don't miss the context ;-)] > > On Wed, 2023-07-05 at 10:12 +, Anne Macedo wrote: > > On Wed, Jul 05, 2023 at

Re: [bug report] sunxi: H6: no ethernet on Orange Pi One Plus

2023-07-05 Thread Christopher Obbard
Hi Anne, [please don't forget to CC the list, in case someone else has the same issue in future they don't miss the context ;-)] On Wed, 2023-07-05 at 10:12 +, Anne Macedo wrote: > On Wed, Jul 05, 2023 at 09:23:35AM +0100, Christopher Obbard wrote: > > Hi Anne, > > > > On Tue, 2023-07-04 at

[PATCH] lzma: Fix decompression speed regression

2023-07-05 Thread Christophe Leroy
Uncompressing a 1.7Mbytes FIT image on U-boot 2023.04 takes approx 7s on a powerpc 8xx. The same on U-boot 2023.07-rc6 takes approx 28s unless watchdog is disabled. During that decompression, LzmaDec_DecodeReal() calls schedule 1.6 million times, that is every 4µs in average. In the past it used

Re: [bug report] sunxi: H6: no ethernet on Orange Pi One Plus

2023-07-05 Thread Christopher Obbard
Hi Anne, On Tue, 2023-07-04 at 23:22 +, Anne Macedo wrote: > Hey! > > I'm trying to bake Linux images for the Orange Pi One Plus using Yocto. > Everything works fine, except for Ethernet. > > On the u-boot prompt: > > => dhcp > No ethernet found. > > After adding: > >

Re: [PATCH 1/6] board: ti: am64x: Recognize AM64-HSEVM

2023-07-05 Thread Roger Quadros
On 04/07/2023 21:10, Roger Quadros wrote: > use "am64x_evm" board name in environment for both AM64-GPEVM and > AM64-HSEVM. > > Gets rid of "Unidentified board claims AM64-HSEVM in eeprom header" > > Signed-off-by: Roger Quadros > --- > board/ti/am64x/evm.c | 11 ++- > 1 file

Re: [PATCH] tpm: Add TPM2_GetTestResult command support

2023-07-05 Thread Julia Daxenberger
Hi Simon, On Mon, 3 Jul 2023 at 15:31, Simon Glass wrote: > > Hi Julia, > > On Mon, 3 Jul 2023 at 14:03, Julia Daxenberger > wrote: > > > > Add TPM2_GetTestResult command support and change the command file and the > > help accordingly. Add Python tests and sandbox driver functionality. > > > >

Re: [PATCH 1/1] RISC-V: CONFIG_SPL_OPENSBI_SCRATCH_OPTIONS description

2023-07-05 Thread Anup Patel
On Tue, Jul 4, 2023 at 5:44 AM Heinrich Schuchardt wrote: > > Describe which numeric values can be used for as scratch options for > OpenSBI. > > Signed-off-by: Heinrich Schuchardt Looks good to me. Reviewed-by: Anup Patel Regards, Anup > --- > common/spl/Kconfig | 6 -- > 1 file

<    1   2