Home
last modified time | relevance | path

Searched refs:firmware (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/netbsd-src/distrib/sets/lists/base/
H A Dmd.evbarm3 ./libdata/firmware/if_bwfm/brcmfmac43143-sdio.bin base-firmware-root firmware
4 ./libdata/firmware/if_bwfm/brcmfmac43241b0-sdio.bin base-firmware-root firmware
5 ./libdata/firmware/if_bwfm/brcmfmac43241b4-sdio.bin base-firmware-root firmware
6 ./libdata/firmware/if_bwfm/brcmfmac43241b5-sdio.bin base-firmware-root firmware
7 ./libdata/firmware/if_bwfm/brcmfmac4329-sdio.bin base-firmware-root firmware
8 ./libdata/firmware/if_bwfm/brcmfmac4330-sdio.bin base-firmware-root firmware
9 ./libdata/firmware/if_bwfm/brcmfmac4334-sdio.bin base-firmware-root firmware
10 ./libdata/firmware/if_bwfm/brcmfmac43340-sdio.bin base-firmware-root firmware
11 ./libdata/firmware/if_bwfm/brcmfmac4335-sdio.bin base-firmware-root firmware
12 ./libdata/firmware/if_bwfm/brcmfmac43362-sdio.bin base-firmware-root firmware
[all …]
H A Dmd.riscv3 ./libdata/firmware/if_bwfm/brcmfmac43143-sdio.bin base-firmware-root firmware
4 ./libdata/firmware/if_bwfm/brcmfmac43241b0-sdio.bin base-firmware-root firmware
5 ./libdata/firmware/if_bwfm/brcmfmac43241b4-sdio.bin base-firmware-root firmware
6 ./libdata/firmware/if_bwfm/brcmfmac43241b5-sdio.bin base-firmware-root firmware
7 ./libdata/firmware/if_bwfm/brcmfmac4329-sdio.bin base-firmware-root firmware
8 ./libdata/firmware/if_bwfm/brcmfmac4330-sdio.bin base-firmware-root firmware
9 ./libdata/firmware/if_bwfm/brcmfmac4334-sdio.bin base-firmware-root firmware
10 ./libdata/firmware/if_bwfm/brcmfmac43340-sdio.bin base-firmware-root firmware
11 ./libdata/firmware/if_bwfm/brcmfmac4335-sdio.bin base-firmware-root firmware
12 ./libdata/firmware/if_bwfm/brcmfmac43362-sdio.bin base-firmware-root firmware
[all …]
/netbsd-src/distrib/sets/lists/gpufw/
H A Dmi6 ./libdata/firmware/amdgpu base-gpufw
7 ./libdata/firmware/amdgpu/LICENSE.amdgpu base-gpufw amdgpufirmware
8 ./libdata/firmware/amdgpu/arcturus_asd.bin base-gpufw amdgpufirmware
9 ./libdata/firmware/amdgpu/arcturus_gpu_info.bin base-gpufw amdgpufirmware
10 ./libdata/firmware/amdgpu/arcturus_mec.bin base-gpufw amdgpufirmware
11 ./libdata/firmware/amdgpu/arcturus_mec2.bin base-gpufw amdgpufirmware
12 ./libdata/firmware/amdgpu/arcturus_rlc.bin base-gpufw amdgpufirmware
13 ./libdata/firmware/amdgpu/arcturus_sdma.bin base-gpufw amdgpufirmware
14 ./libdata/firmware/amdgpu/arcturus_smc.bin base-gpufw amdgpufirmware
15 ./libdata/firmware/amdgpu/arcturus_sos.bin base-gpufw amdgpufirmware
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dfirmware.c88 void *firmware; in expose_firmware_sysfs() local
94 firmware = vzalloc(size); in expose_firmware_sysfs()
95 if (!firmware) in expose_firmware_sysfs()
98 h = firmware; in expose_firmware_sysfs()
107 p = firmware + h->cfg_space_offset; in expose_firmware_sysfs()
112 memcpy(gvt->firmware.cfg_space, p, info->cfg_space_size); in expose_firmware_sysfs()
114 p = firmware + h->mmio_offset; in expose_firmware_sysfs()
119 memcpy(gvt->firmware.mmio, p, info->mmio_size); in expose_firmware_sysfs()
122 h->crc32 = crc32_le(0, firmware + crc32_start, size - crc32_start); in expose_firmware_sysfs()
125 firmware_attr.private = firmware; in expose_firmware_sysfs()
[all …]
/netbsd-src/external/broadcom/bwfm/
H A DREADME3 Firmware images for Broadcom Fullmac are available from the linux-firmware
6 https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
8 It is always preferable to use firmware and configs from mainline Linux.
10 When importing from linux-firmware, use vendor tag "LINUX" and release
11 tag that's the name of the linux-firmware shapshot you're importing,
12 e.g. "linux-firmware-20200316".
16 mainline linux-firmware. In these cases, different vendor / release
20 Pinebook Pro "bwfm" firmware
22 These firmware images come from Tobias Schramm's pinebook-firmware
25 https://gitlab.manjaro.org/tsys/pinebook-firmware/-/tree/master/brcm
[all …]
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dfirmware.h44 struct firmware { struct
55 int request_firmware(const struct firmware **, const char *, argument
57 int request_firmware_direct(const struct firmware **, const char *,
59 int firmware_request_nowarn(const struct firmware **, const char *,
63 void (*)(const struct firmware *, void *));
64 void release_firmware(const struct firmware *);
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ucode.c316 int amdgpu_ucode_validate(const struct firmware *fw) in amdgpu_ucode_validate()
483 if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP || in amdgpu_ucode_init_single_fw()
578 if (adev->firmware.load_type != AMDGPU_FW_LOAD_DIRECT) { in amdgpu_ucode_create_bo()
579 amdgpu_bo_create_kernel(adev, adev->firmware.fw_size, PAGE_SIZE, in amdgpu_ucode_create_bo()
581 &adev->firmware.fw_buf, in amdgpu_ucode_create_bo()
582 &adev->firmware.fw_buf_mc, in amdgpu_ucode_create_bo()
583 &adev->firmware.fw_buf_ptr); in amdgpu_ucode_create_bo()
584 if (!adev->firmware.fw_buf) { in amdgpu_ucode_create_bo()
588 memset(adev->firmware.fw_buf_ptr, 0, adev->firmware.fw_size); in amdgpu_ucode_create_bo()
596 if (adev->firmware.load_type != AMDGPU_FW_LOAD_DIRECT) in amdgpu_ucode_free_bo()
[all …]
H A Damdgpu_vce_v4_0.c255 if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) { in vce_v4_0_sriov_start()
256 uint32_t low = adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].tmr_mc_addr_lo; in vce_v4_0_sriov_start()
257 uint32_t hi = adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].tmr_mc_addr_hi; in vce_v4_0_sriov_start()
293 offset = (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) ? offset + size : 0; in vce_v4_0_sriov_start()
444 if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) in vce_v4_0_sw_init()
451 if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) { in vce_v4_0_sw_init()
460 adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].ucode_id = AMDGPU_UCODE_ID_VCE; in vce_v4_0_sw_init()
461 adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].fw = adev->vce.fw; in vce_v4_0_sw_init()
462 adev->firmware.fw_size += in vce_v4_0_sw_init()
511 if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) { in vce_v4_0_sw_fini()
[all …]
H A Damdgpu_gfx.h251 const struct firmware *me_fw; /* ME firmware */
253 const struct firmware *pfp_fw; /* PFP firmware */
255 const struct firmware *ce_fw; /* CE firmware */
257 const struct firmware *rlc_fw; /* RLC firmware */
259 const struct firmware *mec_fw; /* MEC firmware */
261 const struct firmware *mec2_fw; /* MEC2 firmware */
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_firmware.c48 void (*flw_callback)(const struct firmware *, void *);
56 request_firmware(const struct firmware **fwp, const char *image_name, in request_firmware()
60 struct firmware *fw; in request_firmware()
101 request_firmware_direct(const struct firmware **fwp, const char *image_name, in request_firmware_direct()
109 firmware_request_nowarn(const struct firmware **fwp, const char *image_name, in firmware_request_nowarn()
121 const struct firmware *fw; in request_firmware_work()
147 void (*callback)(const struct firmware *, void *)) in request_firmware_nowait() argument
186 release_firmware(const struct firmware *fw) in release_firmware()
/netbsd-src/etc/mtree/
H A DNetBSD.dist.base68 ./libdata/firmware
69 ./libdata/firmware/amdgpu
70 ./libdata/firmware/if_athn
71 ./libdata/firmware/if_bwfm
72 ./libdata/firmware/if_ipw
73 ./libdata/firmware/if_iwi
74 ./libdata/firmware/if_iwm
75 ./libdata/firmware/if_iwn
76 ./libdata/firmware/if_otus
77 ./libdata/firmware/if_rtwn
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dfirmware2 # $File: firmware,v 1.7 2023/03/11 18:52:03 christos Exp $
3 # firmware: file(1) magic for firmware files
6 # https://github.com/MatrixEditor/frontier-smart-api/blob/main/docs/firmware-2.0.md#11-header-struc…
9 >4 lelong 0x7c Frontier Silicon firmware download
14 # HPE iLO firmware update image
19 >16 ubeshort =0xCFDD HPE iLO2 firmware update image
20 >16 ubeshort =0x6444 HPE iLO1 firmware update image
22 0 string iLO3\x20v\x20 HPE iLO3 firmware update image,
28 >>>5732 string HPIMAGE\x00 HPE iLO4 firmware update image,
32 >>880 string HPIMAGE\x00 HPE iLO5 firmware update image,
[all …]
H A Dtplink4 # tplink: File magic for openwrt firmware files
7 # Reference: https://git.openwrt.org/?p=openwrt.git;a=blob;f=tools/firmware-utils/src/mktplinkfw.c
9 # Note: called "TP-Link router firmware (v1)" by TrID
24 >>>>>>0 use firmware-tplink
26 0 name firmware-tplink
27 >0 ubyte x firmware
52 # total length of the firmware. not always true
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dbcm2835-rpi.dtsi15 firmware: firmware { label
16 compatible = "raspberrypi,bcm2835-firmware", "simple-mfd";
26 firmware = <&firmware>;
H A Dbcm2711-rpi.dtsi4 #include <dt-bindings/reset/raspberrypi,firmware-reset.h>
21 &firmware {
23 compatible = "raspberrypi,firmware-clocks";
28 compatible = "raspberrypi,firmware-gpio";
35 compatible = "raspberrypi,firmware-reset";
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_firmware.c32 const char *name, int ver, const struct firmware **pfw) in nvkm_firmware_load_name()
49 const struct firmware *fw; in nvkm_firmware_load_blob()
75 const struct firmware **fw) in nvkm_firmware_get()
110 nvkm_firmware_put(const struct firmware *fw) in nvkm_firmware_put()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Dfirmware.h10 const struct firmware **);
11 void nvkm_firmware_put(const struct firmware *);
17 const struct firmware **);
/netbsd-src/external/intel-fw-public/iwl2030/dist/
H A DREADME.iwlwifi-2030-ucode42 Userspace firmware loading support
45 You can determine if your kernel currently has firmware loader support
54 Once you have the firmware loader in place (or if you aren't sure and
60 udev scripts of your distro, the default is /lib/firmware.
62 Installation of the firmware is simply:
64 % cp iwlwifi-2030-6.ucode /lib/firmware
/netbsd-src/external/intel-fw-public/iwl8000/dist/
H A DREADME.iwlwifi-8000-ucode42 Userspace firmware loading support
45 You can determine if your kernel currently has firmware loader support
54 Once you have the firmware loader in place (or if you aren't sure and
60 udev scripts of your distro, the default is /lib/firmware.
62 Installation of the firmware is simply:
64 % cp iwlwifi-8000C-16.ucode /lib/firmware
/netbsd-src/external/intel-fw-public/iwl100/dist/
H A DREADME.iwlwifi-100-ucode42 Userspace firmware loading support
45 You can determine if your kernel currently has firmware loader support
54 Once you have the firmware loader in place (or if you aren't sure and
60 udev scripts of your distro, the default is /lib/firmware.
62 Installation of the firmware is simply:
64 % cp iwlwifi-100-5.ucode /lib/firmware
/netbsd-src/external/intel-fw-public/iwl3160/dist/
H A DREADME.iwlwifi-3160-ucode42 Userspace firmware loading support
45 You can determine if your kernel currently has firmware loader support
54 Once you have the firmware loader in place (or if you aren't sure and
60 udev scripts of your distro, the default is /lib/firmware.
62 Installation of the firmware is simply:
64 % cp iwlwifi-3160-9.ucode /lib/firmware
/netbsd-src/external/intel-fw-public/iwl135/dist/
H A DREADME.iwlwifi-135-ucode42 Userspace firmware loading support
45 You can determine if your kernel currently has firmware loader support
54 Once you have the firmware loader in place (or if you aren't sure and
60 udev scripts of your distro, the default is /lib/firmware.
62 Installation of the firmware is simply:
64 % cp iwlwifi-135-6.ucode /lib/firmware
/netbsd-src/external/intel-fw-public/iwl6000/dist/
H A DREADME.iwlwifi-6000-ucode42 Userspace firmware loading support
45 You can determine if your kernel currently has firmware loader support
54 Once you have the firmware loader in place (or if you aren't sure and
60 udev scripts of your distro, the default is /lib/firmware.
62 Installation of the firmware is simply:
64 % cp iwlwifi-6000-4.ucode /lib/firmware
/netbsd-src/external/intel-fw-public/iwl7260/dist/
H A DREADME.iwlwifi-7260-ucode42 Userspace firmware loading support
45 You can determine if your kernel currently has firmware loader support
54 Once you have the firmware loader in place (or if you aren't sure and
60 udev scripts of your distro, the default is /lib/firmware.
62 Installation of the firmware is simply:
64 % cp iwlwifi-7260-9.ucode /lib/firmware
/netbsd-src/external/intel-fw-public/iwl7265/dist/
H A DREADME.iwlwifi-7265-ucode42 Userspace firmware loading support
45 You can determine if your kernel currently has firmware loader support
54 Once you have the firmware loader in place (or if you aren't sure and
60 udev scripts of your distro, the default is /lib/firmware.
62 Installation of the firmware is simply:
64 % cp iwlwifi-7265-9.ucode /lib/firmware

12345678910>>...18