opnsense-src/sys/boot/efi
Warner Losh 158c18ffb4 dd is currently a bootstrap tool. It really doesn't have any business
being a bootstrap tool. However, for reproducible build output,
FreeBSD added dd status=none because it was otherwise difficult to
suppress the status information, but retain any errors that might
happen. There's no real reason that dd has to be a build tool, other
than we use status=none unconditional. Remove dd from a bootstrap tool
entirely by only using status=none when available. This may also help
efforts to build the system on non-FreeBSD hosts as well.

Differential Revision: https://reviews.freebsd.org/D8605
2016-12-02 14:44:38 +00:00
..
boot1 dd is currently a bootstrap tool. It really doesn't have any business 2016-12-02 14:44:38 +00:00
fdt Add more .NOMETA missed in r291320 2016-03-11 23:45:51 +00:00
include Add comment for the closing guard. 2016-09-18 18:40:27 +00:00
libefi lsdev device name section headers should be printed by dv_print callback. 2016-11-19 08:54:21 +00:00
loader Loader paged/pageable data is not always paged. 2016-11-08 06:50:18 +00:00
Makefile Fix typo in the COMPILER_VERSION check 2016-10-22 20:00:39 +00:00
Makefile.inc On arm64 build the efi loader with -fPIC. Without this clang 3.9 will 2016-10-31 11:13:36 +00:00