mirror of
https://github.com/Dasharo/open-source-firmware-validation.git
synced 2026-06-13 10:16:18 -07:00
TrenchBoot tests
These are the tests of TrenchBoot functionality meant to be used with meta-trenchboot distribution.
The tests check sanitity of the environment with and without the DRTM.
Example usage
From the root of the repository.
With UEFI firmware on APU2
CONFIG=pcengines-apu2 RTE_IP=192.168.10.172 SNIPEIT_NO=1 scripts/run.sh trenchboot
With SeaBIOS firmware on APU2
CONFIG=pcengines-apu2 RTE_IP=192.168.10.172 SNIPEIT_NO=1 scripts/run.sh trenchboot -- -v SEABIOS_BOOT_DEVICE:2
Here SEABIOS_BOOT_DEVICE specifies a device to boot from via SeaBIOS boot
menu. It should correspond to the drive with the meta-trenchboot image.