freebsd-nq/stand
Kyle Evans 7325df02c5 stand: Improve some debugging experience
Some of these files using <FOO>_DEBUG defined a DEBUG() macro to serve as a
debug-printf. -DDEBUG is useful to enable some debugging output across
multiple ELF/common parts, so switch the DEBUG-as-printf macros over to
something more like DPRINTF that is more commonly used for this kind of
thing and less likely to conflict.

userboot/elf64_freebsd debugging also assumed %llx for uint64; use PRIx64
instead.

MFC after:	1 week
2019-03-12 16:21:39 +00:00
..
arm
arm64
common stand: Improve some debugging experience 2019-03-12 16:21:39 +00:00
defaults
efi Drop "All rights reserved" from my copyright statements. 2019-03-06 22:11:45 +00:00
fdt
ficl Enable veriexec for loader 2019-02-26 06:22:10 +00:00
ficl32 Enable veriexec for loader 2019-02-26 06:22:10 +00:00
forth Regularize the Netflix copyright 2019-02-04 21:28:25 +00:00
i386 Drop "All rights reserved" from my copyright statements. 2019-03-06 22:11:45 +00:00
kshim
liblua Enable veriexec for loader 2019-02-26 06:22:10 +00:00
liblua32
libsa Enable veriexec for loader 2019-02-26 06:22:10 +00:00
libsa32 Enable veriexec for loader 2019-02-26 06:22:10 +00:00
lua lualoader: only clear the screen before first password prompt 2019-02-18 02:59:47 +00:00
man
mips Unbreak mip64 build after r328437 2019-01-20 21:09:44 +00:00
ofw
powerpc powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystem 2019-02-18 01:57:47 +00:00
sparc64 MK_ZFS -> {MK_ZFS|MK_LOADER_ZFS}, this is so we can diable userland / kernel 2019-01-05 22:45:20 +00:00
uboot Fix the handling of legacy-format devices in the u-boot loaderdev variable. 2019-02-20 03:00:55 +00:00
usb
userboot stand: Improve some debugging experience 2019-03-12 16:21:39 +00:00
defs.mk Move inclusion of src.opts.mk later. 2018-12-03 17:51:10 +00:00
fdt.mk
ficl.mk
loader.mk Enable veriexec for loader 2019-02-26 06:22:10 +00:00
lua.mk
Makefile
Makefile.amd64
Makefile.inc
uboot.mk