dasharo-issues icon indicating copy to clipboard operation
dasharo-issues copied to clipboard

STB002.001 encounters unlisted error

Open wiktormowinski opened this issue 1 year ago • 22 comments

Device

MinnowBoard Turbot B41

RTE version

OSFV version

branch: minnow-update

Affected component(s) or functionality

No response

Brief summary

STB002.001 encounters unlisted error regarding bluetooth

How reproducible

happens everytime

How to reproduce

dmesg -t -l err,crit,alert,emerg

Expected behavior

Pass

Actual behavior

an error occurs: pwm-lpss 80860F09:00: can't request region for resource [mem 0x00000000-0x00000fff]: 'Bluetooth: hci0: Malformed MSFT vendor event: 0x02' does not contain 'tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead'

Link to screenshots or logs

STB002.001.zip

Additional context

No response

Solutions you've tried

No response

wiktormowinski avatar Aug 09 '24 16:08 wiktormowinski

'Bluetooth: hci0: Malformed MSFT vendor event: 0x02 standard thing, appears on almost all platforms.

tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead' - TPM is not supported, not sure why it is there.

pwm-lpss 80860F09:00: can't request region for resource [mem 0x00000000-0x00000fff] check and coreboot assigns the resources for this device properly. not sure why Linux complains.

miczyg1 avatar Aug 14 '24 12:08 miczyg1

platform-stability.zip

PLATFORM-STABILITY-VP6670.zip

the problems related to this test also occur on Protectli ADL (VP6670, VP6650)

wiktormowinski avatar Aug 22 '24 10:08 wiktormowinski

This carries over to a newer dev build, on a different unit

filipleple avatar Aug 27 '24 14:08 filipleple

on VP3210 Dasharo v0.9.0 rc4 there is Serial bus multi instantiate pseudo device driver INT3515:00: error -ENXIO: IRQ index 1 not found error platform-stability.robot_log-unlisted_dmesg_err.zip

wiktormowinski avatar Dec 06 '24 14:12 wiktormowinski

Fixed in https://github.com/Dasharo/coreboot/pull/594

Serial bus multi instantiate pseudo device driver INT3515:00: Instantiated 2 I2C devices.

miczyg1 avatar Dec 09 '24 13:12 miczyg1

ok, it turns out vp2430 has the same problem

wiktormowinski avatar Dec 10 '24 12:12 wiktormowinski

Had the same problem on rc1. It has already been fixed, as wrote above.

miczyg1 avatar Dec 12 '24 16:12 miczyg1

Issue exists in Dasharo 1.2.1 tested on VP2420.

matmacieje avatar Mar 12 '25 10:03 matmacieje

Issue exists in Dasharo v0.9.0 rc10 tested on VP3210.

matmacieje avatar Mar 19 '25 08:03 matmacieje

PRs for TPM interrupt error:

https://github.com/Dasharo/coreboot/pull/641 https://github.com/Dasharo/open-source-firmware-validation/pull/751

miczyg1 avatar Mar 31 '25 14:03 miczyg1

Fix PR is not merged, issue reproduced on Protectli VP6670, Dasharo v0.9.2-rc1

matmacieje avatar May 28 '25 08:05 matmacieje

Issue exists in Dasharo v0.9.2 rc1 tested on VP6650.

JakubRed avatar May 28 '25 08:05 JakubRed

This issue pretty much belongs here as well: https://github.com/Dasharo/dasharo-issues/issues/817

filipleple avatar Jun 11 '25 08:06 filipleple

Issue not reproduced on Dasharo v0.9.0, Protectli VP3210.

Instead:

snd_hda_intel 0000:00:1f.3: Unknown capability 0
Bluetooth: hci0: Failed to send body at 4 of 1857 (-110)
ath10k_pci 0000:03:00.0: wmi unified ready event not received
ath10k_pci 0000:03:00.0: could not init core (-110)
ath10k_pci 0000:03:00.0: could not probe fw (-110)

ath10k part is related to failed firmware downgrade procedure, which seems to be no longer valid on Ubuntu 24.

matmacieje avatar Jul 18 '25 13:07 matmacieje

@matmacieje by downgrade procedure, do you mean https://kb.protectli.com/kb/wifi-on-the-vault/?intsrc=eu#articleTOC_5?

krystian-hebel avatar Jul 21 '25 19:07 krystian-hebel

on VP6650 0.9.3-rc1 there is an error with:

genirq: Setting trigger mode 8 for irq 223 failed (intel_gpio_irq_type+0x0/0x160)

dasharo-performance_log.zip

wiktormowinski avatar Aug 19 '25 12:08 wiktormowinski

Also a problem on ASRock SPC741D8:

ubuntu@3mdeb:~$ sudo dmesg -t -l err,crit,alert,emerg
x86/cpu: SGX disabled or unsupported by BIOS.
ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0], AE_NOT_FOUND (20240827/dswload2-162)
ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20240827/psobject-220)
usb usb1-port12: over-current condition
usb usb1-port14: over-current condition
snd_hda_intel 0000:00:1f.3: no codecs found!

The ACPI errors are most likely what causes Windows to immediately BSOD with BIOS_ACPI_ERROR - https://github.com/Dasharo/dasharo-issues/issues/1598

filipleple avatar Sep 16 '25 09:09 filipleple

Errors still appear in dmesg onASRock SPC741D8 v0.9.0-rc4

'x86/cpu: SGX disabled or unsupported by BIOS.',
 'ERROR: Unable to locate IOAPIC for GSI 255',
 'usb usb1-port12: over-current condition',
 'usb usb1-port14: over-current condition',
 'snd_hda_intel 0000:00:1f.3: no codecs found!

philipanda avatar Sep 18 '25 08:09 philipanda

Protectli VP2445 (with VP2440 0.9.0 rom) has:

snd_hda_intel 0000:00:1f.3: Unknown capability 0

wiktormowinski avatar Oct 17 '25 07:10 wiktormowinski

Protectli VP66xx 0.9.3-rc1:

genirq: Setting trigger mode 8 for irq 223 failed (intel_gpio_irq_type+0x0/0x160)

platform-stability_log.html

wiktormowinski avatar Oct 23 '25 12:10 wiktormowinski

Protectli VP4651 v1.2.1-rc1 x86/cpu: SGX disabled or unsupported by BIOS.

matmacieje avatar Oct 23 '25 13:10 matmacieje

Protectli VP4651 v1.2.1-rc1 x86/cpu: SGX disabled or unsupported by BIOS.

This test case was also not in scope of the old 1.2.0 release. We may also add it to known issues for a possible fix in the future release.

macpijan avatar Oct 23 '25 14:10 macpijan