Hi Sean, On Fri, 9 Aug 2024 at 07:31, Sean Anderson <[email protected]> wrote: > > Hi Simon, > > On 8/7/24 19:17, Simon Glass wrote: > > Hi Sean, > > > > I was looking at [1] and bisected the message to this commit: > > > > 7f0f1806e3a (refs/bisect/bad) test: pinmux: Add test for pin muxing > > > > I'm not quite sure what is going on, but could you please take a look? > > > > Regards, > > Simon > > > > [1] https://source.denx.de/u-boot/u-boot/-/issues/2 > > That test run is pretty old. Does the error always occur during EFI tests? > You said in IRC it occurs on current master; can you send a link?
Yes, it happens whenever sandbox is run with the device tree. This is sandbox build from -next: $ /tmp/b/sandbox/u-boot -D Bloblist at b000 not found (err=-2) sandbox_serial serial: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19 U-Boot 2024.10-rc2-00021-gb63f30d4ae6a-dirty (Aug 08 2024 - 12:46:24 -0600) Reset Status: COLD Model: sandbox DRAM: 256 MiB Warning: host_lo MAC addresses don't match: Address in ROM is b2:e9:3c:a1:b3:05 Address in environment is 02:00:11:22:33:44 sandbox_serial serial: pinctrl_select_state_full: pinctrl_config_one: err=-38 Core: 117 devices, 61 uclasses, devicetree: board WDT: Started alarm-wdt with servicing every 1000ms (5s timeout) NAND: 0 MiB MMC: Loading Environment from nowhere... OK Warning: device tree node '/config/environment' not found In: serial,cros-ec-keyb,usbkbd Out: serial,vidconsole Err: serial,vidconsole Model: sandbox Net: eth0: host_lo, eth1: host_enp14s0, eth2: host_eth6, eth3: host_wlp15s0, eth4: host_docker0 Error: eth@10002000 No valid MAC address found. Hit any key to stop autoboot: 0 => Regards, Simon

