]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand/boot1.efi: Allow modules to add env variables
authorWarner Losh <imp@FreeBSD.org>
Mon, 1 May 2023 15:26:31 +0000 (09:26 -0600)
committerWarner Losh <imp@FreeBSD.org>
Mon, 1 May 2023 21:02:52 +0000 (15:02 -0600)
commit91ac713b646de667ac149be7dfe06adba4ce55cc
tree1b38f9e61f354afdd5cd28650b7ce5a266b91d6f
parent5f2e84015da7a664bba0af7727349c9c3f6902ba
stand/boot1.efi: Allow modules to add env variables

Sometimes filesystem modules need to pass details of the state of the
filesystem to later stages of a boot. Provide a generic method to do
so. We'll add them after any env variables set in our config files.

Sponsored by: Netflix
Reviewed by: tsoome, kevans
Differential Revision: https://reviews.freebsd.org/D39407
stand/efi/boot1/boot1.c
stand/efi/boot1/boot_module.h