| /freebsd-src/share/examples/kld/firmware/fwimage/ |
| H A D | Makefile | 4 FIRMWS= firmware.img:beastie 6 CLEANFILES= firmware.img 8 firmware.img: firmware [all...] |
| HD | firmware.img.uu | 1 begin 644 firmware.img
|
| /freebsd-src/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-drv.c | 10 #include <linux/completion.h> 11 #include <linux/dma-mapping.h> 12 #include <linux/firmware.h> 13 #include <linux/module.h> 14 #include <linux/vmalloc.h> 16 #include "iwl-drv.h" 17 #include "iwl-csr.h" 18 #include "iwl-debug.h" 19 #include "iwl-trans. 126 iwl_free_fw_img(struct iwl_drv * drv,struct fw_img * img) iwl_free_fw_img() argument 314 struct fw_img_parsing img[IWL_UCODE_TYPE_MAX]; global() member 349 struct fw_img_parsing *img = &pieces->img[type]; alloc_sec_data() local 409 struct fw_img_parsing *img; iwl_store_ucode_sec() local [all...] |
| /freebsd-src/sys/modules/rtw88fw/ |
| H A D | Makefile.inc | |
| /freebsd-src/sys/modules/rtw89fw/ |
| H A D | Makefile.inc | |
| /freebsd-src/sys/modules/iwlwififw/ |
| H A D | Makefile.inc | 1 # Common rules for building iwlwifi firmware. 4 _NAME?= iwlwifi-${NAME}-${FWVERSION}.${EXT} 6 IMG= ${_NAME} 9 CLEANFILES+= ${IMG} 11 FIRMWS= ${IMG}:${IMG}:${FWVERSION} 13 # License ack is not needed for iwlwifi (same as iwn/iwm). 16 ${IMG}: ${SRCTOP}/sys/contrib/dev/iwlwififw/${IMG} [all...] |
| /freebsd-src/sys/contrib/dev/iwlwifi/fw/ |
| H A D | img.h | 9 #include <linux/types.h> 11 #include "api/dbg-tlv.h" 13 #include "file.h" 14 #include "error-dump.h" 19 * The type of ucode. 35 * enumeration of ucode section. 36 * This enumeration is used directly for older firmware (before 16.0). 37 * For new firmware, there can be up to 4 sections (see below) but the 38 * first one packaged into the firmware fil 204 struct fw_img img[IWL_UCODE_TYPE_MAX]; global() member [all...] |
| H A D | runtime.h | 9 #include "iwl-config.h" 10 #include "iwl-trans.h" 11 #include "img.h" 12 #include "fw/api/debug.h" 13 #include "fw/api/paging.h" 14 #include "fw/api/power.h" 15 #include "iwl-nvm-utils.h" 16 #include "fw/acpi.h" 17 #include "fw/regulatory. [all...] |
| H A D | paging.c | 7 #include "iwl-drv.h" 8 #include "runtime.h" 9 #include "fw/api/commands.h" 15 if (!fwrt->fw_paging_db[0].fw_paging_block) in iwl_free_fw_paging() 47 if (fwrt->fw_paging_db[0].fw_paging_block) in iwl_alloc_fw_paging_mem() 66 * Allocate CSS and paging blocks in dram. in iwl_alloc_fw_paging_mem() 79 fwrt->fw_paging_db[blk_idx].fw_paging_block = block; in iwl_alloc_fw_paging_mem() 80 fwrt->fw_paging_db[blk_idx].fw_paging_size = size; in iwl_alloc_fw_paging_mem() 88 * since we failed to map_page. in iwl_alloc_fw_paging_mem() 93 fwrt->fw_paging_db[blk_idx].fw_paging_phys = phys; in iwl_alloc_fw_paging_mem() [all …]
|
| /freebsd-src/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". 10 loaded automatically if requested. 13 This module tries to get the a firmware image called "beastie", 14 checks if the data is '\0'-terminated and prints it to the console. 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-src/sys/modules/ralfw/ |
| H A D | Makefile.inc | 2 # Common rules for building firmware. Note this gets auto-included 3 # by the subdir Makefile's as a consequence of included bsd.kmod.mk. 5 KMOD= ${IMG}fw 6 _FIRM= ${IMG}.fw 12 ${_FIRM}: ${SRCTOP}/sys/contrib/dev/ral/${_FIRM}.uu 13 uudecode -p ${.ALLSR [all...] |
| /freebsd-src/contrib/file/magic/Magdir/ |
| H A D | map | 7 # Garmin .FIT files https://pub.ks-and-ks.ne.jp/cycling/edge500_fit.shtml 8 8 string .FIT FIT Map data 12 # https://pub.ks-and-ks.ne.jp/cycling/edge500_fit.shtm [all...] |
| /freebsd-src/tools/boot/ |
| H A D | full-test.sh | 10 # different booting scenarios in the precense / absence of variables). 11 # scripts - generated scripts that uses images to run the tests. 15 # other misc things. We use these to generate dozens of test images that we 16 # use qemu-system-XXXX to boot. They all boot the same thing at the moment: 18 # halts. 23 # eg https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/13.1/FreeBSD-13.1-RELEASE-amd64-b… 24 URLBASE="https://download.freebsd.org/releases" 42 # need root to extract the files. 76 local url="${URLBASE}/${m}/${ma}/ISO-IMAGES/${v}/${file}.xz" 83 xz -d ${file}.xz || die "Can't uncompress ${file}.xz" [all …]
|
| /freebsd-src/sys/modules/usb/rsufw/ |
| H A D | Makefile.inc | 2 # Common rules for building firmware. Note this gets auto-included 3 # by the subdir Makefile's as a consequence of included bsd.kmod.mk. 5 _FIRM= ${IMG}.fw 13 ${_FIRM}: ${SRCTOP}/sys/contrib/dev/rsu/${_FIRM}.uu 14 uudecode -p ${.ALLSRC} > ${.TARGET}
|
| /freebsd-src/sys/modules/rtwnfw/ |
| H A D | Makefile.inc | 2 # Common rules for building firmware. Note this gets auto-included 3 # by the subdir Makefile's as a consequence of included bsd.kmod.mk. 5 _FIRM= ${IMG}.fw 13 ${_FIRM}: ${SRCTOP}/sys/contrib/dev/rtwn/${_FIRM}.uu 14 uudecode -p ${.ALLSRC} > ${.TARGET}
|
| /freebsd-src/sys/modules/iwmfw/ |
| H A D | Makefile.inc | |
| /freebsd-src/sys/modules/iwnfw/ |
| H A D | Makefile.inc | 2 # Common rules for building firmware. Note this gets auto-included 3 # by the subdir Makefile's as a consequence of included bsd.kmod.mk. 5 _FIRM= ${IMG}.fw 12 # Note that a license ack is not needed for iwn. 16 ${_FIRM}: ${SRCTOP}/sys/contrib/dev/iwn/${_FIRM}.uu 17 uudecode -p ${.ALLSRC} > ${.TARGET}
|
| /freebsd-src/usr.sbin/bhyve/ |
| H A D | bhyve.8 | 1 .\" Copyright (c) 2013 Peter Grehan 2 .\" All rights reserved. 3 .\" 4 .\" Redistribution and use in source and binary forms, with or without 5 .\" modification, are permitted provided that the following conditions 6 .\" are met: 7 .\" 1. Redistributions of source code must retain the above copyright 8 .\" notic [all...] |
| /freebsd-src/share/examples/ |
| H A D | Makefile | 4 .include <src.opts.mk> 38 FreeBSD.pfa \ 40 beastie.eps \ 41 beastie.fig \ 42 eps.patch \ 43 poster.sh 45 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64" 46 .i [all...] |
| /freebsd-src/usr.sbin/mlx5tool/ |
| H A D | mlx5tool.c | 2 * Copyright (c) 2018, Mellanox Technologies, Ltd. All rights reserved. 7 * 1. Redistributions of source code must retain the above copyright 8 * notice, this list of conditions and the following disclaimer. 9 * 2. Redistributions in binary form must reproduce the above copyright 11 * documentation and/or other materials provided with the distribution. 16 * ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE 23 * SUCH DAMAGE. 26 #include <sys/param.h> 27 #include <sys/ioctl.h> 28 #include <sys/mman.h> [all …]
|
| /freebsd-src/sys/contrib/device-tree/Bindings/clock/ |
| H A D | imx8qxp-lpcg.yaml | 4 $id: http://devicetree.org/schemas/clock/imx8qxp-lpcg.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP i.MX8QXP LPCG (Low-Power Clock Gating) Clock 10 - Aisheng Dong <aisheng.dong@nxp.com> 14 model to control the clock gates for the peripherals. An LPCG module 15 is used to locally gate the clocks for the associated peripheral. 18 by the SCU resources and clock controls. Thus even if the clock is 20 on the base resource. 23 ID in its "clocks" phandle cell. See the full list of clock IDs from: 24 include/dt-bindings/clock/imx8-lpcg.h [all …]
|
| /freebsd-src/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8qxp.dtsi | 3 * Copyright (C) 2016 Freescale Semiconductor, Inc. 5 * Dong Aisheng <aisheng.dong@nxp.com> 8 #include <dt-bindings/clock/imx8-clock.h> 9 #include <dt-bindings/clock/imx8-lpcg.h> 10 #include <dt-bindings/firmware/imx/rsrc.h> 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/interrupt-controller/arm-gic. [all...] |
| H A D | imx8qm.dtsi | 4 * Dong Aisheng <aisheng.dong@nxp.com> 7 #include <dt-bindings/clock/imx8-lpcg.h> 8 #include <dt-bindings/firmware/imx/rsrc.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/pinctrl/pads-imx8qm.h> 12 #include <dt-bindings/thermal/thermal.h> 585 #include "imx8-ss-cm41.dts [all...] |
| /freebsd-src/sys/dev/iwm/ |
| H A D | if_iwmvar.h | 1 /* $OpenBSD: if_iwmvar.h,v 1.7 2015/03/02 13:51:10 jsg Exp $ */ 4 * Copyright (c) 2014 genua mbh <info@genua.de> 5 * Copyright (c) 2014 Fixup Software Ltd. 9 * copyright notice and this permission notice appear in all copies. 13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 22 * which were used as the reference documentation for this implementation. 25 * Linux 3.14.3 (tag id a2df521e42b1d9a23f620ac79dbfe8655a8391dd) 29 * This file is provided under a dual BSD/GPLv2 license. When using or 30 * redistributing this file, you may do so under either license. 185 struct iwm_fw_img img[IWM_UCODE_TYPE_MAX]; global() member [all...] |
| /freebsd-src/contrib/ntp/html/drivers/ |
| H A D | driver8.html | 8 <link href="scripts/style.css" type="text/css" rel="stylesheet"> 18 Address: 127.127.8.<em>u</em><br> 24 … driver supports 20 different clock types/configurations. PARSE is actually a multi-clock driver.<… 26 …. The driver is configured to interpret the time codes of Meinberg DCF77 AM receivers, DCF77 FM r… 27 …. In addition to supporting several different clock types and up to 4 devices, the processing of … 28 …e reference clock, while the hardware PPS signal controls the way time offsets are determined.</p> 29 <p>The use of the PPS option requires receivers with an accuracy of better than 1ms.</p> 31 …<p>The ntpq program can read and display several clock variables. These hold the following informa… 34 <dd>A qualification of the decoded time code format.</dd> 36 <dd>The overall running time and the accumulated times for the clock event states.</dd> [all …]
|