/third_party/uboot/u-boot-2020.01/drivers/qe/ |
D | qe.c | 456 int qe_upload_firmware(const struct qe_firmware *firmware) in qe_upload_firmware() argument 471 if (!firmware) { in qe_upload_firmware() 476 hdr = &firmware->header; in qe_upload_firmware() 496 if ((firmware->count < 1) || (firmware->count > MAX_QE_RISC)) { in qe_upload_firmware() 502 calc_size += (firmware->count - 1) * sizeof(struct qe_microcode); in qe_upload_firmware() 504 for (i = 0; i < firmware->count; i++) in qe_upload_firmware() 511 be32_to_cpu(firmware->microcode[i].count); in qe_upload_firmware() 523 crc = be32_to_cpu(*(u32 *)((void *)firmware + calc_size)); in qe_upload_firmware() 524 if (crc != (crc32(-1, (const void *) firmware, calc_size) ^ -1)) { in qe_upload_firmware() 532 if (!firmware->split) { in qe_upload_firmware() [all …]
|
/third_party/uboot/u-boot-2020.01/doc/driver-model/ |
D | fs_firmware_loader.rst | 7 This is file system firmware loader for U-Boot framework, which has very close 9 to https://01.org/linuxgraphics/gfx-docs/drm/driver-api/firmware/index.html. 11 File system firmware loader can be used to load whatever(firmware, image, 16 To enable firmware loader, CONFIG_FS_LOADER need to be set at 25 firmware loading from to the firmware loader driver, those data could be 50 Then, firmware-loader property can be added with any device node, which 51 driver would use the firmware loader for loading. 53 The value of the firmware-loader property should be set with phandle 56 firmware-loader = <&fs_loader0>; 59 firmware-loader property can be added under /chosen node instead of [all …]
|
/third_party/uboot/u-boot-2020.01/board/freescale/imx8mq_evk/ |
D | README | 5 - Build the ARM Trusted firmware binary 10 Get and Build the ARM Trusted firmware 18 Get the ddr and hdmi firmware 20 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.9.bin 21 $ chmod +x firmware-imx-7.9.bin 22 $ ./firmware-imx-7.9.bin 23 $ cp firmware-imx-7.9/firmware/hdmi/cadence/signed_hdmi_imx8m.bin $(srctree) 24 $ cp firmware-imx-7.9/firmware/ddr/synopsys/lpddr4*.bin $(srctree)
|
/third_party/uboot/u-boot-2020.01/board/freescale/imx8qm_mek/ |
D | README | 6 - Build the ARM Trusted firmware binary 12 Get and Build the ARM Trusted firmware 23 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-sc-firmware-1.1.bin 24 $ chmod +x imx-sc-firmware-1.1.bin 25 $ ./imx-sc-firmware-1.1.bin 26 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.0.bin 27 $ chmod +x firmware-imx-8.0.bin 28 $ ./firmware-imx-8.0.bin 37 $ cp firmware-imx-7.6/firmware/seco/ahab-container.img . 38 $ cp imx-sc-firmware-0.7/mx8qm-mek-scfw-tcm.bin .
|
/third_party/uboot/u-boot-2020.01/board/freescale/imx8qxp_mek/ |
D | README | 6 - Build the ARM Trusted firmware binary 12 Get and Build the ARM Trusted firmware 23 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-sc-firmware-0.7.bin 24 $ chmod +x imx-sc-firmware-0.7.bin 25 $ ./imx-sc-firmware-0.7.bin 26 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.6.bin 27 $ chmod +x firmware-imx-7.6.bin 28 $ ./firmware-imx-7.6.bin 37 $ cp firmware-imx-7.6/firmware/seco/ahab-container.img . 38 $ cp imx-sc-firmware-0.7/mx8qx-mek-scfw-tcm.bin .
|
/third_party/uboot/u-boot-2020.01/doc/uImage.FIT/ |
D | sec_firmware_ppa.its | 6 * For booting PPA (SEC Firmware), "firmware" is searched and loaded. 9 * respective load offsets from firmware image address. 16 firmware@1 { 19 type = "firmware"; 34 type = "firmware"; 44 description = "PPA Secure firmware"; 45 firmware = "firmware@1";
|
D | multi_spl.its | 8 * For booting U-Boot, "firmware" is searched first. If not found, "loadables" 18 description = "multiple firmware blobs and U-Boot, loaded by SPL"; 33 type = "firmware"; 40 mgmt-firmware { 41 description = "arisc management processor firmware"; 42 type = "firmware"; 92 loadables = "uboot", "atf", "mgmt-firmware";
|
D | update3.its | 16 type = "firmware"; 26 type = "firmware"; 37 type = "firmware";
|
/third_party/uboot/u-boot-2020.01/board/freescale/imx8mm_evk/ |
D | README | 5 - Build the ARM Trusted firmware binary 10 Get and Build the ARM Trusted firmware 18 Get the ddr and hdmi firmware 20 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.0.bin 21 $ chmod +x firmware-imx-8.0.bin 22 $ ./firmware-imx-8.0 23 $ cp firmware-imx-7.9/firmware/ddr/synopsys/lpddr4*.bin $(srctree)
|
/third_party/uboot/u-boot-2020.01/board/advantech/imx8qm_rom7720_a1/ |
D | README | 6 - Build the ARM Trusted firmware binary 14 Get and Build the ARM Trusted firmware 25 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-sc-firmware-1.1.bin 26 $ chmod +x imx-sc-firmware-1.1.bin 27 $ ./imx-sc-firmware-1.1.bin 28 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.0.bin 29 $ chmod +x firmware-imx-8.0.bin 30 $ ./firmware-imx-8.0.bin
|
/third_party/ltp/testcases/kernel/firmware/fw_load_kernel/ |
D | README | 1 The aim of the test is to check device firmware loading. Since kernel 3.7 2 firmware loading changed to direct loading (by-pass udev). The test consists 7 This is a kernel module, which is a part of the device firmware loading test. 9 Template firmware file name and expected firmware file's data size are passed 10 as the insmod command line parameters. Then, the number of firmware test files 12 will initiate request firmware procedure. In the end, results can be read from
|
/third_party/ltp/testcases/kernel/firmware/fw_load_user/ |
D | README | 1 The aim of the test is to check device firmware loading. Since kernel 3.7 2 firmware loading changed to direct loading (by-pass udev). The test consists 8 - create firmware files in the standard firmware paths 9 - load the module and initiate firmware request procedure
|
/third_party/jerryscript/targets/particle/ |
D | README.md | 19 | + firmware 25 For detailed descriptions please visit the official website of the firmware: https://www.particle.i… 27 You can checkout the firmware with the following command: 31 git clone https://github.com/spark/firmware.git particle/firmware 34 The Photon’s latest firmware release is hosted in the latest branch of the firmware repo. 38 cd particle/firmware 44 … build and flash the firmware: switch to the modules directory then call make with a few parameter…
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/ |
D | Kconfig | 20 Say Y here if there is not any trust firmware to set 28 register may be controlled by EL3/EL2 firmware. To be more 29 precise, by default (if there is EL2/EL3 firmware running) 55 menu "ARMv8 secure monitor firmware" 57 bool "Enable ARMv8 secure monitor firmware framework support" 61 This framework is aimed at making secure monitor firmware load 65 - Address of secure firmware. 66 - Address to hold the return address from secure firmware. 67 - Secure firmware FIT image related information. 69 - The target exception level that secure monitor firmware will [all …]
|
/third_party/uboot/u-boot-2020.01/board/toradex/colibri-imx8x/ |
D | README | 6 - Build the ARM trusted firmware binary 23 …b/toradex-sumo-4.14.78-1.0.0_ga-bringup/imx/meta-bsp/recipes-bsp/imx-sc-firmware/files/mx8qx-colib… 25 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.0.bin 26 $ chmod +x firmware-imx-8.0.bin 27 $ ./firmware-imx-8.0.bin 34 Copy the following firmware to the U-Boot folder: 36 $ cp firmware-imx-8.0/firmware/seco/ahab-container.img .
|
/third_party/uboot/u-boot-2020.01/board/toradex/apalis-imx8/ |
D | README | 6 - Build the ARM trusted firmware binary 23 …b/toradex-sumo-4.14.78-1.0.0_ga-bringup/imx/meta-bsp/recipes-bsp/imx-sc-firmware/files/mx8qm-apali… 25 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-8.0.bin 26 $ chmod +x firmware-imx-8.0.bin 27 $ ./firmware-imx-8.0.bin 34 Copy the following firmware to the U-Boot folder: 36 $ cp firmware-imx-8.0/firmware/seco/ahab-container.img .
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | bcm2835-rpi.dtsi | 20 firmware: firmware { label 21 compatible = "raspberrypi,bcm2835-firmware", "simple-bus"; 27 firmware = <&firmware>;
|
/third_party/uboot/u-boot-2020.01/drivers/net/fm/ |
D | fm.c | 113 const struct qe_firmware *firmware) in fman_upload_firmware() argument 121 if (!firmware) { in fman_upload_firmware() 126 hdr = &firmware->header; in fman_upload_firmware() 133 firmware); in fman_upload_firmware() 145 if ((firmware->count != 1)) { in fman_upload_firmware() 151 calc_size += (firmware->count - 1) * sizeof(struct qe_microcode); in fman_upload_firmware() 153 for (i = 0; i < firmware->count; i++) in fman_upload_firmware() 160 be32_to_cpu(firmware->microcode[i].count); in fman_upload_firmware() 173 crc = be32_to_cpu(*(u32 *)((void *)firmware + calc_size)); in fman_upload_firmware() 174 if (crc != (crc32(-1, (const void *)firmware, calc_size) ^ -1)) { in fman_upload_firmware() [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/firmware/ |
D | Makefile | 1 obj-$(CONFIG_FIRMWARE) += firmware-uclass.o 4 obj-$(CONFIG_SANDBOX) += firmware-sandbox.o 5 obj-$(CONFIG_ZYNQMP_FIRMWARE) += firmware-zynqmp.o
|
/third_party/uboot/u-boot-2020.01/drivers/remoteproc/ |
D | k3_system_controller.c | 162 struct k3_sysctrler_load_msg firmware; in k3_sysctrler_load() local 169 memset(&firmware, 0, sizeof(firmware)); in k3_sysctrler_load() 173 k3_sysctrler_load_msg_setup(&firmware, priv, addr, size); in k3_sysctrler_load() 174 msg.len = sizeof(firmware); in k3_sysctrler_load() 175 msg.buf = (u32 *)&firmware; in k3_sysctrler_load()
|
/third_party/uboot/u-boot-2020.01/drivers/ata/ |
D | libata.c | 77 unsigned char firmware[ATA_ID_FW_REV_LEN + 1]; in ata_dump_id() local 86 ata_id_c_string(id, firmware, ATA_ID_FW_REV, sizeof(firmware)); in ata_dump_id() 87 printf("Firmware version: %s\n\r", firmware); in ata_dump_id()
|
/third_party/uboot/u-boot-2020.01/board/freescale/ls2080ardb/ |
D | README | 92 Boot firmware (U-Boot) 0x00100000 93 Boot firmware Environment 0x00300000 94 PPA firmware 0x00400000 96 Cortina PHY firmware 0x00980000 117 Boot firmware (U-Boot) 0x00100000 118 Boot firmware Environment 0x00300000 119 PPA firmware 0x00400000 120 Cortina PHY firmware 0x00980000
|
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/remoteproc/ |
D | k3-system-controller.txt | 5 resource management. Any HLOS/firmware on compute clusters should 6 load a firmware to this microcontroller before accessing any resource. 7 This driver communicates with ROM for loading this firmware.
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-bcm283x/ |
D | Kconfig | 70 This option assumes the VideoCore firmware is configured to use the 88 VideoCore firmware to select the PL011 UART for the console by: 96 This works as of firmware.git commit 046effa13ebc "firmware: 98 https://github.com/raspberrypi/firmware/issues/572". 109 This option assumes the VideoCore firmware is configured to use the 125 This option assumes the VideoCore firmware is configured to use the 142 https://github.com/raspberrypi/firmware/issues/579. 153 This option assumes the VideoCore firmware is configured to use the 172 This option assumes the VideoCore firmware is configured to use the 182 Also, due to a bug in firmware, switching to 64bit mode doesn't [all …]
|
/third_party/uboot/u-boot-2020.01/drivers/net/phy/ |
D | Kconfig | 73 bool "Aquantia firmware loading support" 77 Aquantia PHYs use firmware which can be either loaded automatically 79 via MDIO commands. The firmware is loaded from a file, specified by 83 string "Aquantia firmware partition" 86 Partition containing the firmware file. 89 string "Aquantia firmware filename" 104 prompt "Location of the Cortina firmware" 109 bool "Cortina firmware in MMC" 112 bool "Cortina firmware in NAND flash" 115 bool "Cortina firmware in NOR flash" [all …]
|