commit | 2ac6258b53d8d4e11727b9c65f19f193756db3ef | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 20 15:25:48 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 06 21:25:32 2019 +0200 |
tree | 634ac13ff72e0a39a2c2de76b65fc1effae91676 | |
parent | 19cd80b05d19da645c64323e504a55c724fc61ef [diff] |
efi_loader: let the variable driver patch out the runtime Our variable services are only provided at boottime. Therefore when leaving boottime the variable function are replaced by dummy functions returning EFI_UNSUPPORTED. Move this patching of the runtime table to the variable services implementation. Executed it in ExitBootServices(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>