freebsd-src/tools/build/options
Hans Petter Selasky e808190a59 Add kernel and userspace code to dump the firmware state of supported
ConnectX-4/5 devices in mlx5core.

The dump is obtained by reading a predefined register map from the
non-destructive crspace, accessible by the vendor-specific PCIe
capability (VSC). The dump is stored in preallocated kernel memory and
managed by the mlx5tool(8), which communicates with the driver using a
character device node.

The utility allows to store the dump in format
    <address> <value>
into a file, to reset the dump content, and to manually initiate the
dump.

A call to mlx5_fwdump() should be added at the places where a dump
must be fetched automatically. The most likely place is right before a
firmware reset request.

Submitted by:	kib@
MFC after:	1 week
Sponsored by:	Mellanox Technologies
2018-03-08 15:21:56 +00:00
..
makeman Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR. 2017-11-01 21:22:05 +00:00
WITH_AUTO_OBJ Fix generation of src.conf.5 2015-06-22 20:21:57 +00:00
WITH_BINUTILS Add missing src.conf(5) descriptions for tool chain components 2016-02-11 00:14:00 +00:00
WITH_BINUTILS_BOOTSTRAP Add missing src.conf(5) descriptions for tool chain components 2016-02-11 00:14:00 +00:00
WITH_BSD_GREP
WITH_BSD_GREP_FASTMATCH Add missing WITH_BSD_GREP_FASTMATCH description 2018-02-28 15:27:36 +00:00
WITH_CCACHE_BUILD Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITH_CLANG
WITH_CLANG_BOOTSTRAP
WITH_CLANG_EXTRAS
WITH_CLANG_FULL
WITH_CLANG_IS_CC
WITH_CTF
WITH_CXGBETOOL Add cxgbetool(8) to the base system. 2017-03-03 03:11:58 +00:00
WITH_CXX Add WITH_CXX to complement WITHOUT_CXX and placate makeman's complaints 2017-04-19 20:35:47 +00:00
WITH_DEBUG_FILES
WITH_DIRDEPS_BUILD Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITH_DIRDEPS_CACHE Rename META_MODE option to DIRDEPS_BUILD 2015-11-14 03:24:48 +00:00
WITH_DTRACE_TESTS Add a src.conf option to build and install the DTrace test suite. 2015-08-02 00:37:33 +00:00
WITH_EFI Add documentation for MK_EFI added in r307243 2017-01-02 20:07:56 +00:00
WITH_EXTRA_TCP_STACKS Document support for alternate TCP stacks. 2016-06-28 13:37:01 +00:00
WITH_FDT
WITH_GCC
WITH_GCC_BOOTSTRAP
WITH_GDB Add WITH_GDB src.conf(5) description 2016-02-11 00:30:51 +00:00
WITH_GDB_LIBEXEC Add a new GDB_LIBEXEC option to install gdb and kgdb to /usr/libexec. 2017-04-25 18:08:56 +00:00
WITH_GNU_GREP_COMPAT bsdgrep: disable GNU_GREP_COMPAT by default 2017-04-21 14:50:29 +00:00
WITH_GNUCXX
WITH_GPL_DTC
WITH_HESIOD
WITH_INSTALL_AS_USER Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITH_KERNEL_RETPOLINE Add kernel retpoline option for amd64 2018-02-28 14:57:45 +00:00
WITH_LIBCPLUSPLUS
WITH_LIBSOFT Add a WITH_LIBSOFT 2016-05-20 19:23:07 +00:00
WITH_LLD Add WITH_/WITHOUT_LLD knobs to enable the lld linker 2016-08-31 21:18:38 +00:00
WITH_LLD_BOOTSTRAP Introduce LLD_BOOTSTRAP to control lld as bootstrap linker 2017-04-09 01:35:19 +00:00
WITH_LLD_IS_LD Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CC 2017-01-27 01:59:12 +00:00
WITH_LLDB
WITH_LLVM_COV Promote llvm-cov to a standalone option 2018-02-10 00:22:35 +00:00
WITH_LLVM_LIBUNWIND Support use of LLVM's libunwind for exception unwinding 2016-01-09 00:42:07 +00:00
WITH_LOADER_FIREWIRE Replace LOADER_FIREWIRE_SUPPORT variable 2017-11-10 23:54:41 +00:00
WITH_LOADER_LUA Add Lua as a scripting langauge to /boot/loader 2018-02-12 15:31:53 +00:00
WITH_LOADER_OFW Add descriptions for recently added loader options 2018-03-01 22:00:38 +00:00
WITH_LOADER_UBOOT Add descriptions for recently added loader options 2018-03-01 22:00:38 +00:00
WITH_META_MODE Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITH_MLX5TOOL Add kernel and userspace code to dump the firmware state of supported 2018-03-08 15:21:56 +00:00
WITH_NAND
WITH_OFED
WITH_OPENLDAP
WITH_PROFILE Clean up WITH*_PROFILE 2017-04-20 03:36:09 +00:00
WITH_RATELIMIT Add a WITHOUT_RATELIMIT option description for src.conf(5) 2017-03-23 01:44:17 +00:00
WITH_REPRODUCIBLE_BUILD Comment the RCSID. 2016-12-19 15:09:30 +00:00
WITH_RPCBIND_WARMSTART_SUPPORT Add a knob, WITH*_RPCBIND_WARMSTART_SUPPORT, to allow the end-user to build 2017-04-19 20:45:46 +00:00
WITH_SHARED_TOOLCHAIN
WITH_SORT_THREADS
WITH_SSP Add WITH_SSP to silence complaints from mkman about there not being a file 2017-01-02 20:09:09 +00:00
WITH_STAGING Rename META_MODE option to DIRDEPS_BUILD 2015-11-14 03:24:48 +00:00
WITH_STAGING_MAN Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITH_STAGING_PROG Fix generation of src.conf.5 2015-06-22 20:21:57 +00:00
WITH_STALE_STAGED Fix generation of src.conf.5 2015-06-22 20:21:57 +00:00
WITH_SVN
WITH_SYSROOT Rename META_MODE option to DIRDEPS_BUILD 2015-11-14 03:24:48 +00:00
WITH_SYSTEM_COMPILER Opportunistically skip building a cross-compiler with SYSTEM_COMPILER set. 2016-05-21 01:32:23 +00:00
WITH_UNIFIED_OBJDIR Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR. 2017-11-01 21:22:05 +00:00
WITH_USB_GADGET_EXAMPLES
WITH_ZONEINFO_LEAPSECONDS_SUPPORT Formalize LEAPSECONDS and OLDTIMEZONES in share/zoneinfo/... as 2017-07-06 04:19:33 +00:00
WITH_ZONEINFO_OLD_TIMEZONES_SUPPORT Formalize LEAPSECONDS and OLDTIMEZONES in share/zoneinfo/... as 2017-07-06 04:19:33 +00:00
WITHOUT_ACCT
WITHOUT_ACPI
WITHOUT_AMD
WITHOUT_APM
WITHOUT_ASSERT_DEBUG
WITHOUT_AT
WITHOUT_ATM
WITHOUT_AUDIT
WITHOUT_AUTHPF
WITHOUT_AUTO_OBJ Enable AUTO_OBJ by default if the OBJDIR is writable, only for in-tree builds. 2017-11-02 18:09:07 +00:00
WITHOUT_AUTOFS Fix section numbers for autofs(5), kbdcontrol(1), vidcontrol(1), quota(1), 2016-03-01 11:36:10 +00:00
WITHOUT_BHYVE
WITHOUT_BINUTILS Remove old GNU Binutils tools now provided by ELF Tool Chain 2015-08-05 18:30:00 +00:00
WITHOUT_BINUTILS_BOOTSTRAP Update list of binutils controlled by WITHOUT_BINUTILS_BOOTSTRAP 2016-02-10 23:57:09 +00:00
WITHOUT_BLACKLIST Use .Xr to reference libblacklist(3), blacklistctl(8), and blacklistd(8) 2017-05-30 18:03:34 +00:00
WITHOUT_BLACKLIST_SUPPORT Use .Xr to reference libblacklist(3), blacklistctl(8), and blacklistd(8) 2017-05-30 18:03:34 +00:00
WITHOUT_BLUETOOTH
WITHOUT_BMAKE
WITHOUT_BOOT
WITHOUT_BOOTPARAMD
WITHOUT_BOOTPD
WITHOUT_BSD_CPIO
WITHOUT_BSD_GREP_FASTMATCH bsdgrep: add BSD_GREP_FASTMATCH knob for built-in fastmatch 2017-04-21 14:36:09 +00:00
WITHOUT_BSDINSTALL
WITHOUT_BSNMP
WITHOUT_BZIP2
WITHOUT_BZIP2_SUPPORT
WITHOUT_CALENDAR
WITHOUT_CAPSICUM
WITHOUT_CASPER
WITHOUT_CCD
WITHOUT_CDDL
WITHOUT_CLANG
WITHOUT_CLANG_BOOTSTRAP Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITHOUT_CLANG_FULL
WITHOUT_CLANG_IS_CC
WITHOUT_CPP
WITHOUT_CROSS_COMPILER Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITHOUT_CRYPT
WITHOUT_CTM
WITHOUT_CUSE
WITHOUT_CVS
WITHOUT_CXGBETOOL Add cxgbetool(8) to the base system. 2017-03-03 03:11:58 +00:00
WITHOUT_CXX
WITHOUT_DEBUG_FILES Add WITHOUT_DEBUG_FILES description 2015-10-27 20:49:56 +00:00
WITHOUT_DIALOG Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITHOUT_DICT
WITHOUT_DMAGENT Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITHOUT_DOCCOMPRESS Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITHOUT_DYNAMICROOT
WITHOUT_ED_CRYPTO
WITHOUT_EE
WITHOUT_EFI Add documentation for MK_EFI added in r307243 2017-01-02 20:07:56 +00:00
WITHOUT_ELFTOOLCHAIN_BOOTSTRAP Add missing src.conf(5) descriptions for tool chain components 2016-02-11 00:14:00 +00:00
WITHOUT_EXAMPLES
WITHOUT_FDT
WITHOUT_FILE
WITHOUT_FINGER
WITHOUT_FLOPPY
WITHOUT_FMTREE
WITHOUT_FORMAT_EXTENSIONS
WITHOUT_FORTH
WITHOUT_FP_LIBC
WITHOUT_FREEBSD_UPDATE
WITHOUT_FTP
WITHOUT_GAMES
WITHOUT_GCC
WITHOUT_GCC_BOOTSTRAP
WITHOUT_GCOV
WITHOUT_GDB
WITHOUT_GDB_LIBEXEC Add a new GDB_LIBEXEC option to install gdb and kgdb to /usr/libexec. 2017-04-25 18:08:56 +00:00
WITHOUT_GNU_DIFF Add knobs to make GNU diff and GNU grep optional 2016-10-20 14:48:57 +00:00
WITHOUT_GNU_GREP Add knobs to make GNU diff and GNU grep optional 2016-10-20 14:48:57 +00:00
WITHOUT_GNU_GREP_COMPAT
WITHOUT_GNUCXX
WITHOUT_GPIO
WITHOUT_GPL_DTC Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITHOUT_GSSAPI
WITHOUT_HAST
WITHOUT_HTML
WITHOUT_HYPERV
WITHOUT_ICONV
WITHOUT_INCLUDES
WITHOUT_INET
WITHOUT_INET6
WITHOUT_INET6_SUPPORT
WITHOUT_INET_SUPPORT
WITHOUT_INETD
WITHOUT_INFO
WITHOUT_INSTALLLIB Decromulate an extra "if". 2017-02-03 19:21:28 +00:00
WITHOUT_IPFILTER
WITHOUT_IPFW
WITHOUT_IPSEC_SUPPORT Fix mdoc(7) warning: new sentences should start on new lines 2017-03-23 02:13:59 +00:00
WITHOUT_ISCSI
WITHOUT_JAIL
WITHOUT_KDUMP
WITHOUT_KERBEROS Clarify some option descriptions, add a line of text to makeman to 2017-02-03 19:09:46 +00:00
WITHOUT_KERBEROS_SUPPORT
WITHOUT_KERNEL_RETPOLINE Add kernel retpoline option for amd64 2018-02-28 14:57:45 +00:00
WITHOUT_KERNEL_SYMBOLS
WITHOUT_KVM
WITHOUT_KVM_SUPPORT
WITHOUT_LDNS
WITHOUT_LDNS_UTILS
WITHOUT_LEGACY_CONSOLE Fix section numbers for autofs(5), kbdcontrol(1), vidcontrol(1), quota(1), 2016-03-01 11:36:10 +00:00
WITHOUT_LIB32
WITHOUT_LIBCPLUSPLUS
WITHOUT_LIBPTHREAD
WITHOUT_LIBTHR
WITHOUT_LLD Add WITH_/WITHOUT_LLD knobs to enable the lld linker 2016-08-31 21:18:38 +00:00
WITHOUT_LLD_BOOTSTRAP Introduce LLD_BOOTSTRAP to control lld as bootstrap linker 2017-04-09 01:35:19 +00:00
WITHOUT_LLD_IS_LD Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CC 2017-01-27 01:59:12 +00:00
WITHOUT_LLDB Add WITHOUT_LLDB for src.conf(5) 2015-10-14 00:23:31 +00:00
WITHOUT_LLVM_COV Promote llvm-cov to a standalone option 2018-02-10 00:22:35 +00:00
WITHOUT_LLVM_LIBUNWIND Support use of LLVM's libunwind for exception unwinding 2016-01-09 00:42:07 +00:00
WITHOUT_LOADER_GELI Fix typo in filename. 2017-11-11 16:09:20 +00:00
WITHOUT_LOADER_OFW Add descriptions for recently added loader options 2018-03-01 22:00:38 +00:00
WITHOUT_LOADER_UBOOT Add descriptions for recently added loader options 2018-03-01 22:00:38 +00:00
WITHOUT_LOCALES
WITHOUT_LOCATE
WITHOUT_LPR
WITHOUT_LS_COLORS
WITHOUT_LZMA_SUPPORT
WITHOUT_MAIL
WITHOUT_MAILWRAPPER
WITHOUT_MAKE
WITHOUT_MAKE_CHECK_USE_SANDBOX Add limited sandbox capability to "make check" 2017-08-14 19:03:05 +00:00
WITHOUT_MAN
WITHOUT_MAN_UTILS Deorbit catman. The tradeoff of disk for performance has long since tipped 2017-09-13 16:35:16 +00:00
WITHOUT_MANCOMPRESS
WITHOUT_MLX5TOOL Add kernel and userspace code to dump the firmware state of supported 2018-03-08 15:21:56 +00:00
WITHOUT_NAND
WITHOUT_NCP
WITHOUT_NDIS
WITHOUT_NETCAT
WITHOUT_NETGRAPH
WITHOUT_NETGRAPH_SUPPORT
WITHOUT_NIS
WITHOUT_NLS
WITHOUT_NLS_CATALOGS
WITHOUT_NS_CACHING
WITHOUT_NTP
WITHOUT_OPENSSH
WITHOUT_OPENSSL
WITHOUT_PAM
WITHOUT_PAM_SUPPORT
WITHOUT_PC_SYSINSTALL
WITHOUT_PF
WITHOUT_PKGBOOTSTRAP
WITHOUT_PMC
WITHOUT_PORTSNAP
WITHOUT_PPP
WITHOUT_PROFILE Clean up WITH*_PROFILE 2017-04-20 03:36:09 +00:00
WITHOUT_QUOTAS Fix section numbers for autofs(5), kbdcontrol(1), vidcontrol(1), quota(1), 2016-03-01 11:36:10 +00:00
WITHOUT_RADIUS_SUPPORT
WITHOUT_RBOOTD
WITHOUT_RESCUE
WITHOUT_ROUTED
WITHOUT_SENDMAIL
WITHOUT_SETUID_LOGIN
WITHOUT_SHAREDOCS
WITHOUT_SOURCELESS
WITHOUT_SOURCELESS_HOST
WITHOUT_SOURCELESS_UCODE
WITHOUT_SSP
WITHOUT_SVNLITE
WITHOUT_SYMVER
WITHOUT_SYSCONS
WITHOUT_SYSTEM_COMPILER Opportunistically skip building a cross-compiler with SYSTEM_COMPILER set. 2016-05-21 01:32:23 +00:00
WITHOUT_TALK
WITHOUT_TCP_WRAPPERS
WITHOUT_TCSH
WITHOUT_TELNET Fix section numbers for autofs(5), kbdcontrol(1), vidcontrol(1), quota(1), 2016-03-01 11:36:10 +00:00
WITHOUT_TESTS
WITHOUT_TESTS_SUPPORT
WITHOUT_TEXTPROC
WITHOUT_TFTP
WITHOUT_TIMED
WITHOUT_TOOLCHAIN The build does work now with WITHOUT_TOOLCHAIN. 2016-04-13 20:55:05 +00:00
WITHOUT_UNBOUND
WITHOUT_UNIFIED_OBJDIR Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR. 2017-11-01 21:22:05 +00:00
WITHOUT_USB
WITHOUT_USB_GADGET_EXAMPLES Carry over r311520 to tools/build/options/WITHOUT_USB_GADGET_EXAMPLES 2017-01-06 21:08:19 +00:00
WITHOUT_UTMPX
WITHOUT_VI
WITHOUT_VT
WITHOUT_WARNS
WITHOUT_WIRELESS
WITHOUT_WIRELESS_SUPPORT
WITHOUT_WPA_SUPPLICANT_EAPOL
WITHOUT_ZFS
WITHOUT_ZONEINFO