Filip Lewiński
Filip Lewiński
@miczyg1 added OptiPlex 9010 to build CI in [this commit](https://github.com/Dasharo/coreboot/pull/541/commits/903736a6ca4eb220b6eb0793323c11782707f535)
Implemented in: https://github.com/Dasharo/coreboot/pull/632 https://github.com/Dasharo/edk2/pull/229 https://github.com/Dasharo/ec/pull/68 Tested on V560TNE by looking at which card has the `eDP` attached in `/sys/class/drm/`.
No TPM support for this platform yet, so this looks like a non-issue
This carries over to a newer dev build, on a different unit
This issue pretty much belongs here as well: https://github.com/Dasharo/dasharo-issues/issues/817
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...
I've got a pass with a SanDisk Ultra Flair attached to a docking station on V540TND rc-7 ``` ============================================================================== Usb-Type-A-Devices-Detection ============================================================================== SUD002.001 USB devices detection after warm boot (Ubuntu) ::...
@miczyg1 I have: * added get_ilb_bar() for reading ILB_BAR from PCI config registers [here](https://github.com/Dasharo/coreboot/pull/551/commits/1834b47f38c8fca2986818d861b02aa2402f511d#diff-8c36f92f6e97cdd09aacf30e2179959c9eac7f417f26ff9f5ac3da32f9ff3cb1R1127) * switched to using get_spi_bar() and get_ilb_bar() [here](https://github.com/Dasharo/coreboot/pull/551/commits/1834b47f38c8fca2986818d861b02aa2402f511d#diff-8c36f92f6e97cdd09aacf30e2179959c9eac7f417f26ff9f5ac3da32f9ff3cb1R1141) * switched to using the BIOS_CNTL define [here](https://github.com/Dasharo/coreboot/pull/551/commits/1834b47f38c8fca2986818d861b02aa2402f511d#diff-8c36f92f6e97cdd09aacf30e2179959c9eac7f417f26ff9f5ac3da32f9ff3cb1R1122)...
I've additionally enabled the Fn key for NV41 ADL in https://github.com/Dasharo/ec/pull/63/commits/12d626f3ea1fc16c2ad89d2ec0e560121111d5a4 and added the quirks for NV41 ADL and V5x to systemd in https://github.com/systemd/systemd/pull/34183/commits/40ef5cc669f1d6d9a1854909c4dcd8e68f20f1ea . The combination works as expected...
Just to clarify, manually adding the line shouldn't be necessary after the next systemd release, which should happen in a week or two. Then, just keeping the OS updated should...