Tim Crawford

Results 210 comments of Tim Crawford

Working on it. Current progress in https://github.com/system76/ec/pull/495.

oryp8 is also affected on 4136ef8f2b09.

system76/edk2@d3b38ea28a2d is suspicious. This commit was upstreamed in tianocore/edk2@2b4b8013fe45.

> You also need to install `libopenssl-devel` for the final build script to run, but I'm not sure which script to put that in. That should go in the firmware-open...

With coreboot debugging enabled, I see ``` PCI: pci_scan_bus for bus 02 POST: 0x24 PCI: 02:00.0 [10ec/5287] enabled PCI: 02:00.1 [10ec/8168] enabled POST: 0x25 ``` which corresponds to ``` #...

Driver would need to be added to (possibly written) for edk2.

Flashing a RPL board took 10 minutes. I injured my hand holding these fucking pogo pins in place that long. This flat fuck that can't hold a clip is now...

Firmware: 2022-05-16_3a5b422 Kernel: 5.17.5-76051705-generic ``` [ 2.876451] fbcon: i915drmfb (fb0) is primary device [ 4.365377] i915 0000:00:02.0: [drm] *ERROR* Failed to write source OUI [ 4.553118] Console: switching to colour...

Host will still need ccache installed, and it seems to be `~/.cache/ccache` on Debian (`ccache -p | grep cache_dir`). So the example probably needs to be: ```diff - -v ~/.ccache:/root/.ccache:Z...

Going beyond this, we probably to to ensure compatibility with Intel Converged Boot Guard and Trusted Execution Technology (CBnT). 9elements has implemented support for both in coreboot. - `INTEL_TXT` -...