]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r336919, r336924
authorkevans <kevans@FreeBSD.org>
Mon, 6 Aug 2018 03:58:56 +0000 (03:58 +0000)
committerkevans <kevans@FreeBSD.org>
Mon, 6 Aug 2018 03:58:56 +0000 (03:58 +0000)
commit0bf9c766cff09d09aa684f5184cad4b5a24e723b
tree079915eabad86ca909816d3e1ceea85f4a94a2b2
parent8947e72af4ee9a14092d4d4ee92590ec6933d30f
MFC r336919, r336924

r336919:
efirt: Add tunable to allow disabling EFI Runtime Services

Leading up to enabling EFIRT in GENERIC, allow runtime services to be
disabled with a new tunable: efi.rt_disabled. This makes it so that EFIRT
can be disabled easily in case we run into some buggy UEFI implementation
and fail to boot.

r336924:
Follow up to r336919 and r336921: s/efi.rt_disabled/efi.rt.disabled/

The latter matches the rest of the tree better [0]. The UPDATING entry has
been updated to reflect this, and the new tunable is now documented in
loader(8) [1].

Reported by: imp [0], Shawn Webb [1]
stand/man/loader.8
sys/dev/efidev/efirt.c