(off-topic: WTB a “coreboot” label)
Hi folks,
It’s been a while since I last posted here as I had been busy not breaking this shiny laptop, but that couldn’t laste too long
So here we are:
- I was/am back to running coreboot 4.6-a86d1b-Purism-5, the laptop is a librem 15 v3.
- Upgrading to 4.7 Purism-4 with the build-coreboot.sh script of coreboot-files looked like it works fine, at least as far as the script/building goes, I could build the coreboot image with the right hash without any trouble and it flashed correctly…
- Except that once I tried rebooting to it, anything using the GPU failed hard! Basically I had to reboot in single mode with nomodeset to make sure and reflash the old coreboot image from there.
I’ve seen on this forum that others successfully flashed this just fine, so it might be something on my end. So far I only took the time to remove my intel_pstate=disable
but I have other options that might affect this (i915.enable_gvt=1 kvm.ignore_msrs=1 intel_iommu=on drm.debug=0
), and I didn’t take the time to take any trace… Now I’m looking at journal logs I think it might just be these, but they used to work, so I’d like them to work again eventually as I use intel graphics virtualisation from time to time…
Here’s some DMAR errors:
Apr 03 01:31:10 laptop kernel: ACPI: DMAR 0x000000007AAB3230 000068 (v01 CORE COREBOOT 00000000 CORE 00000000)
Apr 03 01:31:10 laptop kernel: DMAR: IOMMU enabled
Apr 03 01:31:10 laptop kernel: DMAR: Host address width 39
Apr 03 01:31:10 laptop kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Apr 03 01:31:10 laptop kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
Apr 03 01:31:10 laptop kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Apr 03 01:31:10 laptop kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Apr 03 01:31:10 laptop kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
Apr 03 01:31:10 laptop kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Apr 03 01:31:10 laptop kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Apr 03 01:31:10 laptop kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Apr 03 01:31:10 laptop kernel: DMAR: No RMRR found
Apr 03 01:31:10 laptop kernel: DMAR: No ATSR found
Apr 03 01:31:10 laptop kernel: DMAR: dmar0: Using Queued invalidation
Apr 03 01:31:10 laptop kernel: DMAR: dmar1: Using Queued invalidation
Apr 03 01:31:10 laptop kernel: DMAR: Setting RMRR:
Apr 03 01:31:10 laptop kernel: DMAR: Prepare 0-16MiB unity mapping for LPC
Apr 03 01:31:10 laptop kernel: DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
Apr 03 01:31:10 laptop kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Apr 03 01:31:10 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:10 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 0 [fault reason 01] Present bit in root entry is clear
Apr 03 01:31:26 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:26 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 7c000000 [fault reason 01] Present bit in root entry is clear
Apr 03 01:31:26 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:26 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 7c026000 [fault reason 01] Present bit in root entry is clear
Apr 03 01:31:26 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:26 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 7c03c000 [fault reason 01] Present bit in root entry is clear
Apr 03 01:31:26 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:26 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 7c040000 [fault reason 01] Present bit in root entry is clear
Apr 03 01:31:26 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:26 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 7c055000 [fault reason 01] Present bit in root entry is clear
Apr 03 01:31:26 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:26 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 7c06d000 [fault reason 01] Present bit in root entry is clear
Apr 03 01:31:26 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:26 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 7c080000 [fault reason 01] Present bit in root entry is clear
Apr 03 01:31:26 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:26 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 7c095000 [fault reason 01] Present bit in root entry is clear
Apr 03 01:31:26 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:26 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 7c0a9000 [fault reason 01] Present bit in root entry is clear
Apr 03 01:31:26 laptop kernel: DMAR: DRHD: handling fault status reg 3
Apr 03 01:31:26 laptop kernel: DMAR: [DMA Write] Request device [00:02.0] fault addr 7c0bd000 [fault reason 01] Present bit in root entry is clear
With the old coreboot I only got the very first line (IOMMU enabled and that’s it), so will look that way next, but it’s already past 2AM and I should work on fixing my jetlag instead of doing this right now
I’ll probably test again without igvt during the week, but if someone has a clue first that’ll help