freebsd-dev/sys/boot/powerpc
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.chrp dd is currently a bootstrap tool. It really doesn't have any business 2016-12-02 14:44:38 +00:00
kboot Loader paged/pageable data is not always paged. 2016-11-08 06:50:18 +00:00
ofw Stop closing the network device when netbooting for loaders using the common 2016-10-13 22:43:49 +00:00
ps3 Loader paged/pageable data is not always paged. 2016-11-08 06:50:18 +00:00
uboot Convert a couple lingering NO_FORTH conditionals to test MK_FORTH. 2014-12-23 15:42:34 +00:00
Makefile Create a new MACHINE_ARCH for Freescale PowerPC e500v2 2016-10-22 01:57:15 +00:00
Makefile.inc Clean up PowerPC bootloader compiler flags to fix the build with GCC 5.2 2015-12-03 00:08:50 +00:00