opnsense-src/sys/boot/efi
Toomas Soome c9296b3227 loader: F_READ/F_WRITE should be checked against masked flag
The work to make it possible to avoid bcache via using F_NORA modifier did
miss the fact that not all loader platforms are using the bcache, and so
it is possible the modifier is not cleared, as bcache strategy function is
not used.

For fix, we make sure the checks are dont with masked flag.

This patch does fix boot for platforms which do not use bcache.

Reported by:	emaste
Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D10422
2017-04-18 18:07:54 +00:00
..
boot1 Silence GCC warning by initializing the local variable. 2017-04-07 22:58:34 +00:00
fdt Do not use -msoft-float with intention of disabling FP on aarch64 2017-04-07 22:58:25 +00:00
include Share UCS2/UTF8 routines between boot loader and userland. 2017-03-09 00:24:01 +00:00
libefi loader: F_READ/F_WRITE should be checked against masked flag 2017-04-18 18:07:54 +00:00
loader loader.efi: only fetch zfs pool guid for the actual boot device 2017-04-11 15:20:32 +00:00
Makefile Fix typo in the COMPILER_VERSION check 2016-10-22 20:00:39 +00:00
Makefile.inc Do not use -msoft-float with intention of disabling FP on aarch64 2017-04-07 22:58:25 +00:00