summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi/bootinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/libefi/bootinfo.c')
-rw-r--r--sys/boot/efi/libefi/bootinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/libefi/bootinfo.c b/sys/boot/efi/libefi/bootinfo.c
index 5fdbebf..e6ba8f2 100644
--- a/sys/boot/efi/libefi/bootinfo.c
+++ b/sys/boot/efi/libefi/bootinfo.c
@@ -297,6 +297,8 @@ bi_load(struct bootinfo *bi, struct preloaded_file *fp, UINTN *mapkey)
bi->bi_symtab = ssym;
bi->bi_esymtab = esym;
+ fpswa_init(&bi->bi_fpswa); /* find FPSWA interface */
+
/* find the last module in the chain */
addr = 0;
for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) {
OpenPOWER on IntegriCloud