Home
last modified time | relevance | path

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

123

/arch/powerpc/sysdev/qe_lib/
Dqe.c417 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() argument
426 if (!firmware) { in qe_upload_firmware()
431 hdr = &firmware->header; in qe_upload_firmware()
448 if ((firmware->count < 1) || (firmware->count > MAX_QE_RISC)) { in qe_upload_firmware()
454 calc_size += (firmware->count - 1) * sizeof(struct qe_microcode); in qe_upload_firmware()
456 for (i = 0; i < firmware->count; i++) in qe_upload_firmware()
463 be32_to_cpu(firmware->microcode[i].count); in qe_upload_firmware()
472 crc = be32_to_cpu(*(__be32 *)((void *)firmware + calc_size)); in qe_upload_firmware()
473 if (crc != crc32(0, firmware, calc_size)) { in qe_upload_firmware()
481 if (!firmware->split) in qe_upload_firmware()
[all …]
/arch/x86/kernel/
Dmicrocode_intel.c412 const struct firmware *firmware; in request_microcode_fw() local
418 if (request_firmware(&firmware, name, device)) { in request_microcode_fw()
423 ret = generic_load_microcode(cpu, (void *)firmware->data, in request_microcode_fw()
424 firmware->size, &get_ucode_fw); in request_microcode_fw()
426 release_firmware(firmware); in request_microcode_fw()
Dmicrocode_amd.c333 const struct firmware *fw; in request_microcode_amd()
/arch/arm/plat-omap/include/plat/
Dremoteproc.h38 const char *firmware; member
/arch/powerpc/platforms/52xx/
DKconfig16 - GPIO pins are configured by the firmware,
17 - CDM configuration (clocking) is setup correctly by firmware,
/arch/cris/arch-v32/drivers/
Diop_fw_load.c64 const struct firmware *fw_entry; in iop_fw_load_spu()
133 const struct firmware *fw_entry; in iop_fw_load_mpu()
/arch/arm/boot/compressed/
Dhead-shark.S29 __beginning: mov r4, r0 @ save the entry to the firmware
38 mov r0, r4 @ get the Memory layout from firmware
/arch/powerpc/platforms/prep/
DKconfig17 firmware. This allows detection of memory size, devices present and
/arch/powerpc/boot/dts/
Dge_imp3a.dts41 compatible = "ge,imp3a-firmware-mirror", "cfi-flash";
47 label = "firmware";
68 label = "firmware";
Dgef_sbc610.dts89 compatible = "gef,sbc610-firmware-mirror", "cfi-flash";
96 label = "firmware";
115 label = "firmware";
Dgef_ppc9a.dts89 compatible = "gef,ppc9a-firmware-mirror", "cfi-flash";
96 label = "firmware";
115 label = "firmware";
Dgef_sbc310.dts87 compatible = "gef,sbc310-firmware-mirror", "cfi-flash";
94 label = "firmware";
113 label = "firmware";
Debony.dts145 // based on firmware's configuration of the
181 label = "firmware";
Dxpedite5200.dts407 label = "Boot firmware";
424 label = "Alternate boot firmware";
Dp1025rdb_32b.dts91 status = "disabled"; /* no firmware loaded */
/arch/powerpc/platforms/pseries/
DMakefile6 firmware.o power.o dlpar.o mobility.o
DKconfig100 memory than physically available and will allow firmware to
112 will be reused for other LPARs. The interface allows firmware to
/arch/parisc/kernel/
DMakefile8 pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \
/arch/mips/
DKconfig.debug27 For most systems, it is firmware or second stage bootloader that
41 the command line from the firmware or the second-stage bootloader.
65 command line arguments from firmware or second stage bootloader.
/arch/mips/txx9/
DKconfig119 bool "Keep firmware settings"
/arch/ia64/
DKconfig529 and the PAL firmware version in use.
552 firmware extensions, such as the ability to inject memory-errors
556 bool "Support ACPI AML calls to native firmware"
560 native firmware functions. The driver installs the OpRegion
573 but it is independent of the system firmware. And like a reboot
590 source "drivers/firmware/Kconfig"
/arch/mips/kernel/
Dhead.S184 LONG_S a0, fw_arg0 # firmware arguments
/arch/powerpc/include/asm/
Dqe.h245 int qe_upload_firmware(const struct qe_firmware *firmware);
247 static inline int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() argument
/arch/mips/sibyte/
DKconfig141 bool "Use firmware console"
/arch/arm/mach-netx/
Dxc.c119 const struct firmware *fw; in xc_request_firmware()

123