Searched full:fw (Results 1 – 25 of 85) sorted by relevance
1234
/Zephyr-Core-3.5.0/dts/bindings/bluetooth/ |
D | infineon,cyw43xxx-bt-hci.yaml | 26 fw-download-speed = <3000000>; 33 NOTE2: Use fw-download-speed and hci-operation-speed properties to configure UART 34 speeds for firmware download (fw-download-speed) and HCI operation 36 If hci-operation-speed or fw-download-speed are not defined in bt-hci node, 71 fw-download-speed: 74 HCI UART boudrate for FW dowload operation. If not defined
|
/Zephyr-Core-3.5.0/boards/xtensa/intel_adsp_cavs25/doc/ |
D | intel_adsp_generic.rst | 178 :zephyr_file:`soc/xtensa/intel_adsp/tools/remote-fw-service.py` will receive 182 :file:`remote-fw-service.py`. 187 scp -r $ZEPHYR_BASE/soc/xtensa/intel_adsp/tools/remote-fw-service.py username@remotehostname 189 sudo ./remote-fw-service.py 191 :file:`remote-fw-service.py` uses ports 9999 and 10000 on the remote host to 212 :file:`cavstool_client.py` to :file:`remote-fw-service.py` is forwarded through 285 sudo ./remote-fw-service.py -v 292 sudo ./remote-fw-service.py --help 304 :file:`remote-fw-service.py` on the board, you may have another instance of the 314 with :file:`remote-fw-service.py` but hang with no output afterwards, [all …]
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ |
D | Kconfig | 109 bool "Saves FW context into IMR before core is shut down" 112 When true, FW will store its entire context into IMR before 113 entering D3 state. Later this context can be used to FW restore
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/include/ |
D | manifest.h | 14 /* start offset for base FW module */ 17 /* FW Extended Manifest Header id = $AE1 */ 75 * Each module has an entry in the FW header. Used by ROM - Immutable. 93 * Each module has a configuration in the FW header. Used by ROM - Immutable. 107 * FW Manifest Header
|
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/common/ecst/ |
D | ecst.py | 231 print(f'- HDR - FW Header ANCHOR - Offset ' 266 FW HEADER SIZE (64 KB) 267 input file size is bigger than FW HEADER SIZE (64 KB) 290 f'should be bigger than fw header size ({HEADER_SIZE} bytes)' 294 message = f'FW offset ({paste_fw_offset_to_print})should be less ' \ 295 f'than input file size ({input_file_size}) minus fw header size' \ 436 print(f'- HDR - FW CRC Enabled - Offset ' 443 """writes the fw load address to the output file 470 message = f'Cannot read FW Load start address' 500 print(f'- HDR - FW load start address - Offset ' [all …]
|
/Zephyr-Core-3.5.0/boards/arm/cy8cproto_062_4343w/ |
D | cy8cproto_062_4343w.dts | 62 /* Configuration UART speeds for firmware download (fw-download-speed) and 64 * If hci-operation-speed or fw-download-speed are not defined in bt-hci{...} 67 fw-download-speed = <3000000>;
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | wdt_intel_adsp.h | 31 * FW write 76h as the code to set the PAUSED bit. Other value are ignored and has no effect. 41 * field. Clear when FW writes a 1 to the bit. 50 * watch dog timer. Clear when DSPCCTL.CPA = 0. Set when FW writes a 1 to the bit. 137 * watch dog timer. Clear when DSPCCTL.CPA = 0. Set when FW writes a 1 to the bit.
|
/Zephyr-Core-3.5.0/drivers/bluetooth/hci/ |
D | cyw43xxx.c | 34 /* Stabilization delay after FW loading */ 46 /* Externs for CY43xxx controller FW */ 153 LOG_DBG("Executing Fw downloading for CYW43xx device"); in bt_firmware_download() 204 LOG_DBG("Fw downloading complete"); in bt_firmware_download() 269 /* When FW launched, HCI UART baudrate should be configured to default */ in bt_h4_vnd_setup() 284 * after fw downloading. in bt_h4_vnd_setup()
|
/Zephyr-Core-3.5.0/boards/arm/nrf5340_audio_dk_nrf5340/ |
D | Kconfig.defconfig | 16 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 27 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/ |
D | comm_widget.h | 195 * and cleared by HW when FW writes to upstream completion control register 292 * cleared by FW when writing 1 to it. 318 * sent out, and cleared by FW when writing 1 to it. 339 * DSP FW writes a 1 to this bit to cause an IOSF SB Transaction. The type of 341 * read as 0 but FW can write it to 1 to start the upstream transaction. In that way 572 * Completion for downstream request handling. DSP FW writes a 1 to this bit to 668 * Implementation Note: This FW managed TCG bit is not used as HW has been improved 695 * model in ACE IP to support any boot prep message handling by FW. 703 * This bit is set by DSP FW to enable SBEP HW to accept downstream cycles from 705 * NOTE: If a BOOTPREP message is received, DSP FW is interrupted unconditionally, [all …]
|
D | pmc_interface.h | 61 * No operation - PMC FW will clear the run / busy bit and return a success response 72 * SRAM config - Any FW allocating HP-SRAM is expected to report allocated number of banks.
|
/Zephyr-Core-3.5.0/boards/arm64/mimx93_evk/ |
D | mimx93_evk_a55_sof.dts | 71 * the fact that the DMA buffer shared by host and FW is situated 74 * for the physical address of the buffer sent to the FW through an
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/tools/ |
D | remote-fw-service.py | 40 log = logging.getLogger("remote-fw") 74 log.error(f"Get exception {e} during FW transfer.") 97 log.error("Cannot find the FW file.") 137 log.info("wait for FW ready...") 144 log.info("FW is ready...") 246 log.info(f"Current FW is {self.fw_file}")
|
/Zephyr-Core-3.5.0/boards/arm/raytac_mdbt53v_db_40_nrf5340/ |
D | Kconfig.defconfig | 30 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 41 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
|
/Zephyr-Core-3.5.0/boards/arm/nrf5340dk_nrf5340/ |
D | Kconfig.defconfig | 31 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 42 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
|
/Zephyr-Core-3.5.0/boards/arm/raytac_mdbt53_db_40_nrf5340/ |
D | Kconfig.defconfig | 31 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 42 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
|
/Zephyr-Core-3.5.0/boards/arm/thingy53_nrf5340/ |
D | Kconfig.defconfig | 16 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 27 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
|
/Zephyr-Core-3.5.0/boards/arm/bl5340_dvk/ |
D | Kconfig.defconfig | 36 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always 47 # (TRUSTED_EXECUTION_SECURE=y), the secure FW image SRAM shall always
|
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/common/spigen/ |
D | mec_spi_gen.py | 129 pld_spi_loc: Payload(FW binary) location in SPI Image 208 # Unsigned offset from start of Header to start of FW Binary 209 # FW binary(payload) must always be located after header 267 help="FW entry point address Lookup in image (default: %(default)s)") 354 print("Read input FW binary: length = {0}".format(indata_len)) 367 print("Padded FW binary: length = {0}".format(indata_len)) 369 # Do we have enough space for 4KB block containing TAG and Header, padded FW binary, 373 …print("ERROR: FW binary exceeds flash size! indata_len = {0} spi_size = {1}".format(indata_len, sp…
|
/Zephyr-Core-3.5.0/scripts/build/ |
D | gen_cfb_font_header.py | 83 fw = size[2] - size[0] # right - left 86 if fw > fw_max: 87 fw_max = fw 113 fw = size[2] - size[0] # right - left 118 xpos = (width - fw) / 2 + 1
|
/Zephyr-Core-3.5.0/modules/trusted-firmware-m/ |
D | CMakeLists.txt | 369 # Note that the Nonsecure FW is replaced by the Zephyr app in regular Zephyr 373 TFM_S_BIN_FILE ${TFM_S_BIN_FILE} # TFM Secure FW (unsigned) 374 TFM_S_HEX_FILE ${TFM_S_HEX_FILE} # TFM Secure FW (unsigned) 375 TFM_NS_BIN_FILE ${TFM_NS_BIN_FILE} # TFM Nonsecure FW (unsigned) 376 TFM_NS_HEX_FILE ${TFM_NS_HEX_FILE} # TFM Nonsecure FW (unsigned) 377 TFM_S_SIGNED_BIN_FILE ${TFM_S_SIGNED_BIN_FILE} # TFM Secure FW (signed) 378 TFM_NS_SIGNED_BIN_FILE ${TFM_NS_SIGNED_BIN_FILE} # TFM Nonsecure FW (signed) 379 TFM_S_NS_SIGNED_BIN_FILE ${TFM_S_NS_SIGNED_BIN_FILE} # Merged TFM Secure/Nonsecure FW (signed)
|
/Zephyr-Core-3.5.0/boards/arm/lpcxpresso55s28/ |
D | Kconfig.defconfig | 26 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always
|
/Zephyr-Core-3.5.0/boards/arm/actinius_icarus/ |
D | Kconfig.defconfig | 16 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always
|
/Zephyr-Core-3.5.0/boards/arm/actinius_icarus_som_dk/ |
D | Kconfig.defconfig | 16 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always
|
/Zephyr-Core-3.5.0/boards/arm/sparkfun_thing_plus_nrf9160/ |
D | Kconfig.defconfig | 15 # secure image (TRUSTED_EXECUTION_SECURE=y), the secure FW image shall always
|
1234