summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorGe Song <ge.song@hxt-semitech.com>2018-08-02 17:29:36 +0000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-08-07 11:30:36 +1000
commita915889b7fbbc4be11f9a37ea7afb5b3f3d41173 (patch)
treed0d1e8d524e086ded019c19f6c5e54c967f51fe0 /lib/Makefile.am
parentec07742d2a37f8f96705fc0f20d9b22b583dad57 (diff)
downloadtalos-petitboot-a915889b7fbbc4be11f9a37ea7afb5b3f3d41173.tar.gz
talos-petitboot-a915889b7fbbc4be11f9a37ea7afb5b3f3d41173.zip
lib/efi: Add new routines to access efi variables
Provide methods to load/store petitboot's configuration on efi-based platforms. A test case is also provided. Signed-off-by: Ge Song <ge.song@hxt-semitech.com> [Cleanup file comments, make efivarfs_path static.] Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0088e0b..59d37ab 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -65,7 +65,9 @@ lib_libpbcore_la_SOURCES = \
lib/util/util.h \
lib/flash/config.h \
lib/flash/flash.h \
- lib/security/security.h
+ lib/security/security.h \
+ lib/efi/efivar.h \
+ lib/efi/efivar.c
if ENABLE_MTD
lib_libpbcore_la_SOURCES += \
OpenPOWER on IntegriCloud