You've already forked open-source-firmware-validation
mirror of
https://github.com/Dasharo/open-source-firmware-validation.git
synced 2026-03-06 14:51:55 -08: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.