secure-boot: check sysfs debug settings
These aspeed-specific settings are provided via the kernels sysfs
filesystem. They provide information on the security of the BMC.
Follow on commits will check if the BMC is in manufacturing mode and log
an error if the system does not pass the security check.
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Iddcc09dc34133806abe33570c5422bde51981bdb
diff --git a/meson.build b/meson.build
index b267f40..de40c93 100644
--- a/meson.build
+++ b/meson.build
@@ -45,6 +45,10 @@
'BOOT_COUNT_MAX_ALLOWED', get_option('boot-count-max-allowed'))
conf.set(
'CLASS_VERSION', get_option('class-version'))
+conf.set_quoted(
+ 'SYSFS_SECURE_BOOT_PATH', get_option('sysfs-secure-boot-path'))
+conf.set_quoted(
+ 'SYSFS_ABR_IMAGE_PATH', get_option('sysfs-abr-image-path'))
if build_host_gpios.enabled()
conf.set_quoted(
'HOST_GPIOS_BUSNAME', get_option('host-gpios-busname'))