Krystian Hebel

Firmware Engineer interested mostly in things deliberately omitted from documentation. Thinks C is high-level language, can write something in Verilog but doesn’t know how to read it yet.


Articles (21)


How TwPM is tested

Published at January 31, 2024 ·  7 min read

This post shows how we tested simple commands on TwPM, which is our attempt at making TPM more open....

Categories: firmware security

TrenchBoot Anti Evil Maid - Phase 3

Published at January 12, 2024 ·  8 min read

This blog post marks completion of next phase of TrenchBoot Anti Evil Maid project for Qubes OS. Even though user experience didn't change too much, the implementation went through a major overhaul....

Categories: bootloader firmware hypervisor os-dev security

Fobnail Token - example use case

Published at May 19, 2023 ·  11 min read

This phase focused on using Fobnail in a real-life use case, namely using it to access LUKS2 decryption key if and only if the PCR measurements are valid...

Categories: security

Fobnail Token - Fobnail provisioning

Published at May 25, 2022 ·  9 min read

This phase is about provisioning Fobnail Token itself. The closing point of that process is creating a certificate for Token that can be used later after attestation succeeds...

Categories: security

Talos II - second CPU support and test automation

Published at April 15, 2022 ·  5 min read

Another post about our adventures with porting coreboot for Talos II. This phase focused on enabling second CPU and its internal devices. We also expanded our test suite....

Categories: firmware

Fobnail Token - platform attestation

Published at April 6, 2022 ·  6 min read

The Fobnail Token is an open-source hardware USB device that helps to determine the integrity of the system. The purpose of this blog post is to present the development progress of this project. This phase was focused on attestation....

Categories: firmware security

Fobnail Token - platform provisioning

Published at March 21, 2022 ·  7 min read

The Fobnail Token is an open-source hardware USB device that helps to determine the integrity of the system. The purpose of this blog post is to present the development progress of this project. This phase was focused on platform provisioning....

Categories: firmware security

Current status of coreboot and Heads ports for Talos II

Published at February 16, 2022 ·  8 min read

This post summarizes our current progress on making first coreboot port for POWER platform, including Heads as a payload. It will also show how You can test it without having to flash firmware to PNOR....

Categories: firmware

coreboot port for OpenPOWER - why bother?

Published at December 31, 2020 ·  9 min read

You may have heard by now that we are working on coreboot port for Talos II. OpenPOWER already has, nomen omen, open source firmware, so one may ask why bother? We will try to answer that question....

Categories: firmware

TrenchBoot: Open Source DRTM. Multiboot2 support.

Published at September 7, 2020 ·  11 min read

This month we will show that not only Linux kernel can be started by TrenchBoot. We also did some drastic changes to the bootloader data format, so if you try to redo some older posts in the future and they do not seem to work, this is probably the place to look for hints....

Categories: firmware security