/freebsd/usr.sbin/fwget/pci/ |
H A D | pci_video_amd | 29 # A table listing the required firmware versions for each GPU series 34 addpkg "gpu-firmware-amd-kmod-tahiti" 37 addpkg "gpu-firmware-amd-kmod-pitcairn" 40 addpkg "gpu-firmware-amd-kmod-oland" 43 addpkg "gpu-firmware-amd-kmod-verde gpu-firmware-amd-kmod-si58" 46 addpkg "gpu-firmware-amd-kmod-hainan" 49 addpkg "gpu-firmware-amd-kmod-kaveri" 52 addpkg "gpu-firmware-amd-kmod-bonaire" 55 addpkg "gpu-firmware-amd-kmod-hawaii" 58 addpkg "gpu-firmware-amd-kmod-kabini" [all …]
|
H A D | pci_network_qca | 35 # to generate the flavor/firmware Makefile definitions for ports. 39 0x003c) addpkg "wifi-firmware-ath10k-kmod-qca988x_hw20"; return 1 ;; 40 0x003e) addpkg "wifi-firmware-ath10k-kmod-qca6174_hw21" 41 addpkg "wifi-firmware-ath10k-kmod-qca6174_hw30" 43 0x0040) addpkg "wifi-firmware-ath10k-kmod-qca99x0_hw20"; return 1 ;; 44 0x0041) addpkg "wifi-firmware-ath10k-kmod-qca6174_hw21"; return 1 ;; 45 0x0042) addpkg "wifi-firmware-ath10k-kmod-qca6174_hw30" 46 addpkg "wifi-firmware-ath10k-kmod-qca9377_hw10" 48 0x0046) addpkg "wifi-firmware-ath10k-kmod-qca9984_hw10"; return 1 ;; 49 0x0050) addpkg "wifi-firmware [all...] |
H A D | pci_video_intel | 32 addpkg "gpu-firmware-intel-kmod-skylake" 36 addpkg "gpu-firmware-intel-kmod-broxton" 40 addpkg "gpu-firmware-intel-kmod-geminilake" 44 addpkg "gpu-firmware-intel-kmod-kabylake" 48 addpkg "gpu-firmware-intel-kmod-cannonlake" 52 addpkg "gpu-firmware-intel-kmod-icelake" 56 addpkg "gpu-firmware-intel-kmod-elkhartlake" 60 addpkg "gpu-firmware-intel-kmod-tigerlake" 62 # Rocketlake (Uses tigerlake GuC/HuC firmware) 64 addpkg "gpu-firmware-intel-kmod-rocketlake gpu-firmware-intel-kmod-tigerlake" [all …]
|
H A D | pci_network_realtek | 39 # to generate the flavor/firmware Makefile definitions for ports. 43 0xd723) addpkg "wifi-firmware-rtw88-kmod-rtw8723d"; return 1 ;; 44 0xb821) addpkg "wifi-firmware-rtw88-kmod-rtw8821c"; return 1 ;; 45 0xc821) addpkg "wifi-firmware-rtw88-kmod-rtw8821c"; return 1 ;; 46 0xb822) addpkg "wifi-firmware-rtw88-kmod-rtw8822b"; return 1 ;; 47 0xc822) addpkg "wifi-firmware-rtw88-kmod-rtw8822c"; return 1 ;; 48 0xc82f) addpkg "wifi-firmware-rtw88-kmod-rtw8822c"; return 1 ;; 61 # to generate the flavor/firmware Makefile definitions for ports. 65 0xb851) addpkg "wifi-firmware-rtw89-kmod-rtw8851b"; return 1 ;; 66 0x8852) addpkg "wifi-firmware [all...] |
/freebsd/share/man/man9/ |
H A D | firmware.9 | 33 .Nd firmware image loading and management 40 struct firmware { 53 .Fa "const struct firmware *parent" 62 .Fn firmware_put "const struct firmware *fp" "int flags" 65 .Nm firmware 67 .Nm firmware images 71 .Nm firmware image 81 firmware subsystem. 84 .Nm firmware 90 specially crafted kernel modules that contain the firmware image. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
H A D | fsl,qe-firmware.yaml | 4 $id: http://devicetree.org/schemas/soc/fsl/cpm_qe/fsl,qe-firmware.yaml# 7 title: Freescale QUICC Engine module Firmware Node 13 This node defines a firmware binary that is embedded in the device tree, for 14 the purpose of passing the firmware from bootloader to the kernel, or from 17 The firmware node itself contains the firmware binary contents, a compatible 18 property, and any firmware-specific properties. The node should be placed 20 fsl,firmware-phandle property. Other QE nodes that need the same firmware 21 should define an fsl,firmware-phandle property that points to the firmware node 24 The fsl,firmware property can be specified in the DTS (possibly using incbin) 30 - fsl,qe-firmware [all …]
|
H A D | qe.txt | 26 - fsl,firmware-phandle: 27 Usage: required only if there is no fsl,qe-firmware child node 29 Definition: Points to a firmware node (see "QE Firmware Node" below) 30 that contains the firmware that should be uploaded for this QE. 31 The compatible property for the firmware node should say, 32 "fsl,qe-firmware". 135 * QE Firmware Node 137 This node defines a firmware binary that is embedded in the device tree, for 138 the purpose of passing the firmware from bootloader to the kernel, or from 141 The firmware node itself contains the firmware binary contents, a compatible [all …]
|
/freebsd/usr.sbin/bluetooth/rtlbtfw/ |
H A D | rtlbtfw.conf | 2 # Download Realtek 87XX/88XX bluetooth adaptor firmware 16 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; 26 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; 36 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; 46 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; 56 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; 64 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; 72 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; 80 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; 90 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; [all …]
|
/freebsd/share/firmwares/iwm/ |
H A D | Makefile | 15 iwm3160DIR= /boot/firmware 17 iwm3160PACKAGE= firmware-iwm 21 iwm3168DIR= /boot/firmware 23 iwm3168PACKAGE= firmware-iwm 27 iwm7260DIR= /boot/firmware 29 iwm7260PACKAGE= firmware-iwm 33 iwm7265DIR= /boot/firmware 35 iwm7265PACKAGE= firmware-iwm 39 iwm7265DDIR= /boot/firmware 41 iwm7265DPACKAGE= firmware-iwm [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/xilinx/ |
H A D | xlnx,zynqmp-firmware.txt | 2 Device Tree Bindings for the Xilinx Zynq MPSoC Firmware Interface 5 The zynqmp-firmware node describes the interface to platform firmware. 6 ZynqMP has an interface to communicate with secure firmware. Firmware 7 driver provides an interface to firmware APIs. Interface APIs can be 15 "xlnx,zynqmp-firmware" for Zynq Ultrascale+ MPSoC 16 "xlnx,versal-firmware" for Versal 17 - method: The method of calling the PM-API firmware layer. 28 firmware { 29 zynqmp_firmware: zynqmp-firmware { 30 compatible = "xlnx,zynqmp-firmware"; [all …]
|
H A D | xlnx,zynqmp-firmware.yaml | 4 $id: http://devicetree.org/schemas/firmware/xilinx/xlnx,zynqmp-firmware.yaml# 7 title: Xilinx firmware driver 12 description: The zynqmp-firmware node describes the interface to platform 13 firmware. ZynqMP has an interface to communicate with secure firmware. 14 Firmware driver provides an interface to firmware APIs. Interface APIs 24 const: xlnx,zynqmp-firmware 27 const: xlnx,versal-firmware 32 - xlnx,versal-net-firmware 33 - const: xlnx,versal-firmware 37 The method of calling the PM-API firmware layer. [all …]
|
/freebsd/sys/kern/ |
H A D | subr_firmware.c | 33 #include <sys/firmware.h> 53 * Loadable firmware support. See sys/sys/firmware.h and firmware(9) 56 * 'struct firmware' is the user-visible part of the firmware table. 58 * which embeds the public firmware structure. 93 #define FW_BINARY 0x080 /* Firmware directly loaded, file == NULL */ 111 struct firmware fw; /* externally visible information */ 115 * PRIV_FW returns the pointer to the container of struct firmware * [all...] |
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/ |
H A D | raspberrypi,bcm2835-firmware.yaml | 4 $id: http://devicetree.org/schemas/arm/bcm/raspberrypi,bcm2835-firmware.yaml# 7 title: Raspberry Pi VideoCore firmware driver 17 const: raspberrypi,bcm2835-firmware 25 - const: raspberrypi,bcm2835-firmware 37 const: raspberrypi,firmware-clocks 43 firmware messages. 55 const: raspberrypi,firmware-gpio 79 const: raspberrypi,firmware-reset 84 The argument is the ID of the firmware reset line to affect. 96 const: raspberrypi,firmware-poe-pwm [all …]
|
/freebsd/sys/sys/ |
H A D | firmware.h | 31 * Loadable firmware support. 33 * The firmware abstraction provides an interface for loading firmware 36 * Firmware images are usually embedded in kernel loadable modules that can 38 * one or more firmware images that are stored as opaque data arrays 40 * firmware by name, and are returned a struct firmware * below on success. 41 * The kernel keeps track of references to firmware images to allow/prevent 51 struct firmware { struct 58 const struct firmware *firmware_register(const char *, argument 59 const void *, size_t, unsigned int, const struct firmware *); 62 #define FIRMWARE_GET_NOWARN 0x0001 /* Do not warn if firmware not found. */ [all …]
|
/freebsd/sys/dev/ice/ |
H A D | ice_fw_logging.c | 34 * @brief firmware logging sysctls 36 * Contains sysctls to enable and configure firmware logging debug support. 45 * SDT provider for DTrace probes related to firmware logging events 50 * SDT DTrace probe fired when a firmware log message is received over the 70 * ice_reconfig_fw_log - Re-program firmware logging configuration 72 * @cfg: firmware log configuration to latch 74 * If the adminq is currently active, ask firmware to update the logging 76 * case, ice_init_hw() will re-configure firmware logging as soon as it brings 95 "Failed to reconfigure firmware logging, err %s aq_err %s\n", in ice_reconfig_fw_log() 105 "\nControl firmware messag [all...] |
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/ |
H A D | firmware.txt | 1 * Uploaded QE firmware 3 If a new firmware has been uploaded to the QE (usually by the 4 boot loader), then a 'firmware' child node should be added to the QE 5 node. This node provides information on the uploaded firmware that 9 - id: The string name of the firmware. This is taken from the 'id' 10 member of the qe_firmware structure of the uploaded firmware. 12 firmware they want is already present. 14 firmware binary. It is a 64-bit number represented 16 - virtual-traps: The virtual traps, taken from the firmware binary. 20 firmware {
|
/freebsd/share/man/man4/ |
H A D | iwi.4 | 44 .Cd "device firmware" 56 to acknowledge the firmware license (see below): 72 This driver requires the firmware built with the 75 For the loaded firmware to be enabled for use the license at 101 firmware license 129 .It "iwi%d: firmware error" 133 .It "iwi%d: timeout waiting for firmware initialization to complete" 136 .It "iwi%d: could not load firmware image '%s'" 137 The driver failed to load the firmware image using the 138 .Xr firmware 9 [all …]
|
H A D | ipw.4 | 44 .Cd "device firmware" 56 to acknowledge the firmware license (see below): 72 This driver requires the firmware built with the 75 For the loaded firmware to be enabled for use the license at 93 firmware license 121 .It "ipw%d: firmware error" 125 .It "ipw%d: timeout waiting for firmware initialization to complete" 128 .It "ipw%d: could not load firmware image '%s'" 129 The driver failed to load the firmware image using the 130 .Xr firmware 9 [all …]
|
H A D | iwm.4 | 42 .Cd "device firmware" 45 You also need to select a firmware for your device. 88 This driver requires the firmware built with the 149 .It "iwm%d: firmware error" 153 .It "iwm%d: timeout waiting for firmware initialization to complete" 156 .It "iwm%d: could not load firmware image '%s'" 157 The driver failed to load the firmware image using the 158 .Xr firmware 9 162 firmware module is present. 163 .It "iwm%d: could not load boot firmware" [all …]
|
H A D | iwn.4 | 43 .Cd "device firmware" 46 You also need to select a firmware for your device. 102 This driver requires the firmware built with the 190 .It "iwn%d: firmware error" 194 .It "iwn%d: timeout waiting for firmware initialization to complete" 197 .It "iwn%d: could not load firmware image '%s'" 198 The driver failed to load the firmware image using the 199 .Xr firmware 9 203 firmware module is present. 204 .It "iwn%d: could not load boot firmware" [all …]
|
/freebsd/sbin/nvmecontrol/ |
H A D | firmware.c | 53 static cmd_fn_t firmware; variable 71 "Attempt to activate firmware"), 73 "Slot to activate and/or download firmware to"), 74 OPT("firmware", 'f', arg_path, opt, fw_img, 75 "Firmware image to download"), 86 .name = "firmware", 87 .fn = firmware, 88 .descr = "Download firmware image to controller", 130 * The NVMe spec does not explicitly state a maximum firmware image in read_image_file() 132 * for the size and offset fields in the Firmware Imag in read_image_file() 227 firmware(const struct cmd *f, int argc, char *argv[]) firmware() function [all...] |
/freebsd/share/examples/kld/firmware/ |
H A D | README | 2 This is a simple example of the firmware(9) system. It consists of two 6 This is the firmware image (the ascii art of beastie from the boot 7 menu). The Makefile lists the firmware file "firmware.img" and the 8 short handle for this firmware image "beastie". 13 This module tries to get the a firmware image called "beastie", 15 It keeps a reference to the firmware until it is unloaded. 17 This is mainly to demonstrate how to construct firmware image modules.
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | raspberrypi,firmware-gpio.txt | 3 The Raspberry Pi 3 GPIO expander is controlled by the VC4 firmware. The 4 firmware exposes a mailbox interface that allows the ARM core to control the 8 firmware node. 12 - compatible : Should be "raspberrypi,firmware-gpio" 21 firmware: firmware-rpi { 22 compatible = "raspberrypi,bcm2835-firmware"; 26 compatible = "raspberrypi,firmware-gpio";
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | raspberrypi,firmware-ts.txt | 1 Raspberry Pi firmware based 7" touchscreen 5 - compatible: "raspberrypi,firmware-ts" 8 - firmware: Reference to RPi's firmware device node 17 firmware: firmware-rpi { 18 compatible = "raspberrypi,bcm2835-firmware"; 22 compatible = "raspberrypi,firmware-ts";
|
/freebsd/usr.sbin/bluetooth/iwmbtfw/ |
H A D | main.c | 49 #define _DEFAULT_IWMBT_FIRMWARE_PATH "/usr/share/firmware/intel" 176 iwmbt_info("Minimum firmware build %u week %u year %u", in iwmbt_dump_boot_params() 205 iwmbt_info("Minimum firmware build %u week %u year %u", in iwmbt_dump_version_tlv() 222 "Bootloader" : "Firmware"), in iwmbt_dump_version_tlv() 239 /* Read in the firmware */ in iwmbt_patch_firmware() 245 iwmbt_debug("Firmware file size=%d", fw.len); in iwmbt_patch_firmware() 254 iwmbt_err("Invalid size of firmware file (%d)", fw.len); in iwmbt_init_firmware() 283 iwmbt_err("Invalid size of firmware file (%d)", fw.len); in iwmbt_init_firmware() 314 /* free firmware */ in iwmbt_init_firmware() 372 "Usage: iwmbtfw [-DI] -d ugenX.Y [-f firmware pat [all...] |