Please pull u-boot-dm/next

Hi Tom,
This is for the -next branch
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/17836
The following changes since commit b05a184379631d13c4a49e423aa1324dc1ae6158:
Merge tag 'x86-pull-20230922' of https://source.denx.de/u-boot/custodians/u-boot-x86 into next (2023-09-22 11:16:22 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-next-23sep23
for you to fetch changes up to ae84514feee209091d331a8baaa344ed8d8e905b:
kontron_sl28: Use u-boot-update.bin instead of u-boot.update (2023-09-23 12:31:25 -0600)
---------------------------------------------------------------- buildman file-keeping and build-progress improvements dm tree enhancement adjust meaning of bootph-pre-ram/sram
---------------------------------------------------------------- AKASHI Takahiro (1): cmd: dm: allow for selecting uclass and device
Jonas Karlman (1): dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation
Simon Glass (4): buildman: Keep all common output files buildman: Show progress when regenerating the board.cfg file buildman: Start the clock when the build starts kontron_sl28: Use u-boot-update.bin instead of u-boot.update
arch/arm/dts/fsl-ls1028a-kontron-sl28-u-boot.dtsi | 2 +- cmd/dm.c | 48 ++++++++++++--- doc/board/kontron/sl28.rst | 4 +- doc/usage/cmd/dm.rst | 30 ++++++++- drivers/core/dump.c | 116 ++++++++++++++++++++++++++--------- drivers/core/ofnode.c | 2 +- include/dm/ofnode.h | 8 +-- include/dm/util.h | 15 +++-- tools/buildman/boards.py | 15 ++++- tools/buildman/builder.py | 3 +- tools/buildman/builderthread.py | 12 ++-- tools/buildman/control.py | 3 +- 12 files changed, 197 insertions(+), 61 deletions(-)
Regards, Simon

On Sat, Sep 23, 2023 at 01:52:55PM -0600, Simon Glass wrote:
Hi Tom,
This is for the -next branch
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/17836
The following changes since commit b05a184379631d13c4a49e423aa1324dc1ae6158:
Merge tag 'x86-pull-20230922' of https://source.denx.de/u-boot/custodians/u-boot-x86 into next (2023-09-22 11:16:22 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-next-23sep23
for you to fetch changes up to ae84514feee209091d331a8baaa344ed8d8e905b:
kontron_sl28: Use u-boot-update.bin instead of u-boot.update (2023-09-23 12:31:25 -0600)
Applied to u-boot/next, thanks!

Hi Tom, Simon
On 17:14-20230924, Tom Rini wrote:
On Sat, Sep 23, 2023 at 01:52:55PM -0600, Simon Glass wrote:
Hi Tom,
This is for the -next branch
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/17836
The following changes since commit b05a184379631d13c4a49e423aa1324dc1ae6158:
Merge tag 'x86-pull-20230922' of https://source.denx.de/u-boot/custodians/u-boot-x86 into next (2023-09-22 11:16:22 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-next-23sep23
for you to fetch changes up to ae84514feee209091d331a8baaa344ed8d8e905b:
kontron_sl28: Use u-boot-update.bin instead of u-boot.update (2023-09-23 12:31:25 -0600)
Applied to u-boot/next, thanks!
The following merge breaks K3 boards somehow, All have the same failure signature, putting the logs here of J721e for your reference.
U-Boot SPL 2023.10-rc4-00487-g90c81f407dd4 (Sep 29 2023 - 12:27:00 +0530) SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)') ESM init failed: -19 Trying to boot from UART Cicate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Loaded 1008063 bytes Loading Environment from nowhere... OK init_env from device 7 not supported! Starting ATF on ARM64 core...
NOTICE: BL31: v2.9(release):v2.9.0-dirty NOTICE: BL31: Built : 14:12:59, May 22 2023 I/TC: I/TC: OP-TEE version: 3.20.0 (gcc version 11.4.0 (GCC)) #1 Fri Jan 20 15:42:54 UTC 2023 aarch64 I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html I/TC: Primary CPU initializing I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)') I/TC: HUK Initialized I/TC: Activated SA2UL device I/TC: Fixing SA2UL firewall owner for GP device I/TC: Enabled firewalls for SA2UL TRNG device I/TC: SA2UL TRNG initialized I/TC: SA2UL Drivers initialized I/TC: Primary CPU switching to normal world boot
U-Boot SPL 2023.10-rc4-00487-g90c81f407dd4 (Sep 29 2023 - 12:27:45 +0530) SYSFW ABI: 3.1 (firmware rev 0x0009 '9.0.6--v09.00.06 (Kool Koala)') Detected: J7X-BASE-CPB rev E3 Detected: J7X-VSC8514-ETH rev E2 Trying to boot from UART Certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted Loaded 1270887 bytes [end]
Regards, Manorit
-- Tom

On Fri, Sep 29, 2023 at 02:53:45PM +0530, Manorit Chawdhry wrote:
Hi Tom, Simon
On 17:14-20230924, Tom Rini wrote:
On Sat, Sep 23, 2023 at 01:52:55PM -0600, Simon Glass wrote:
Hi Tom,
This is for the -next branch
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/17836
The following changes since commit b05a184379631d13c4a49e423aa1324dc1ae6158:
Merge tag 'x86-pull-20230922' of https://source.denx.de/u-boot/custodians/u-boot-x86 into next (2023-09-22 11:16:22 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-next-23sep23
for you to fetch changes up to ae84514feee209091d331a8baaa344ed8d8e905b:
kontron_sl28: Use u-boot-update.bin instead of u-boot.update (2023-09-23 12:31:25 -0600)
Applied to u-boot/next, thanks!
The following merge breaks K3 boards somehow, All have the same failure signature, putting the logs here of J721e for your reference.
This is what Roger has figured out here: https://lore.kernel.org/u-boot/20230820220316.3517102-1-jonas@kwiboo.se/T/#t
And please note that both j721e_evm and am65x_evm are working fine which is why I merged the series.
participants (3)
-
Manorit Chawdhry
-
Simon Glass
-
Tom Rini