Searched full:manifest (Results 1 – 25 of 30) sorted by relevance
12
/sof-3.4.0/tools/topology/topology2/include/common/ |
D | manifest.conf | 2 # Manifest Class definition. 5 Class.Base."manifest" { 28 # instance attribute values for manifest objects must be unique
|
/sof-3.4.0/src/include/kernel/ |
D | ext_manifest.h | 15 * Extended manifest is a place to store metadata about firmware, known during 25 * Extended manifest is designed to be extensible. In header there is a field 55 /* check extended manifest version consistency */ 60 /* used extended manifest header version */ 66 /* extended manifest header, deleting any field breaks backward compatibility */ 81 /* Now define extended manifest elements */ 83 /* extended manifest element header */ 93 /* Extended manifest elements identificators */
|
/sof-3.4.0/src/include/sof/ |
D | lib_manager.h | 26 * | | | Verify Manifest | | 32 * | | | Parse Manifest | | 42 * | | | Verify Manifest | | 66 #include <rimage/manifest.h> 106 * param[in] desc - library manifest descriptor 107 * param[in] module_id - used to get manifest offset for module 115 * \brief Get library module manifest descriptor 117 * param[in] module_id - used to get text manifest offset 119 * Gets firmware manifest descriptor using module_id to locate it 154 * Function will load library manifest into temporary buffer.
|
/sof-3.4.0/submanifests/ |
D | README.txt | 1 This directory can contain additional west manifest files. Any files 8 …://docs.zephyrproject.org/latest/guides/west/manifest.html#example-2-2-downstream-with-directory-o…
|
/sof-3.4.0/src/platform/tigerlake/ |
D | base_module.c | 9 #include <rimage/sof/user/manifest.h> 12 * Each module has an entry in the FW manifest header. This is NOT part of 14 * for parsing by rimage (to genrate the manifest).
|
D | boot_module.c | 9 #include <rimage/sof/user/manifest.h> 12 * Each module has an entry in the FW manifest header. This is NOT part of 14 * for parsing by rimage (to genrate the manifest).
|
/sof-3.4.0/ |
D | west.yml | 2 # SOF west manifest 3 manifest: 26 # west manifest file).
|
/sof-3.4.0/src/platform/intel/cavs/ |
D | boot_loader.c | 18 #include <rimage/sof/user/manifest.h> 110 /* parse FW manifest and copy modules */ 139 /* Calculate fw size passed in BASEFW module in MANIFEST */ in get_fw_size_in_use() 227 /* parse manifest and copy modules */ in boot_primary_core()
|
/sof-3.4.0/tools/sof_ri_info/ |
D | sof_ri_info.py | 467 parser.add_argument('--no_cse', help='disable cse manifest parsing', 565 reader.info('Extended Manifest (' + sig + ')', -4) 568 # Next dword is the total length of the extended manifest 584 reader.info('Extended Manifest (' + sig + ')', -4) 587 # Next dword is the total length of the extended manifest 605 """ Parses extended manifest from sof binary 608 reader.info('Looking for Extended Manifest') 620 reader.info('info: Extended Manifest not found (sig = '+sig+')') 627 """ Parses CSE manifest form sof binary 629 reader.info('Looking for CSE Manifest') [all …]
|
/sof-3.4.0/scripts/ |
D | xtensa-build-zephyr.py | 346 """[summary] Performs west reinitialization to SOF manifest file asking user for permission. 351 :param west_manifest_path: manifest file to which west is initialized. 353 :raises RuntimeError: Raised when west is initialized to wrong manifest file 354 (not SOFs manifest) and script is running in non-interactive mode. 357 message = "West is initialized to manifest other than SOFs!\n" 358 message += f"Initialized to manifest: {west_manifest_path}." + "\n" 363 question = message + "Reinitialize west to SOF manifest? [Y/n] " 372 sys.exit("Can not proceed. Reinitialize your west manifest to SOF and rerun this script.") 377 """[summary] Validates whether west workspace had been initialized and points to SOF manifest. 388 result_manifest_dir = execute_command(["west", "config", "manifest.path"], capture_output=True, [all …]
|
D | fuzz.sh | 108 # The manifest itself is not a west project
|
/sof-3.4.0/submanifests/sof-ci-jenkins/ |
D | zephyr-override-template.yml | 17 manifest:
|
/sof-3.4.0/tools/topology/topology2/ |
D | cavs-nocodec-bt.conf | 10 <manifest.conf> 25 <manifest.conf>
|
D | get_abi.sh | 11 Object.Base.manifest.1 {
|
D | cavs-rt5682.conf | 10 <manifest.conf> 32 <manifest.conf>
|
D | sof-hda-generic.conf | 33 <manifest.conf>
|
D | cavs-sdw-src-gain-mixin.conf | 23 <manifest.conf>
|
D | cavs-sdw.conf | 32 <manifest.conf>
|
D | cavs-nocodec.conf | 10 <manifest.conf> 35 <manifest.conf>
|
/sof-3.4.0/keys/ |
D | README | 35 The public key needs to be programmed into the OEM Key manifest (cavsManifest0)
|
/sof-3.4.0/src/include/ipc4/ |
D | module.h | 94 Manifest. 97 0..ModuleEntry.max_instance_count range defined in the FW Image Manifest.
|
D | error_status.h | 56 /**< Manifest of the library being loaded is invalid */
|
/sof-3.4.0/.github/workflows/ |
D | zephyr.yml | 19 manifest-check: 30 : all the manifest revisions make sense but it is quick and
|
/sof-3.4.0/src/platform/ |
D | Kconfig | 373 # TODO: it should just take manifest version and offsets
|
/sof-3.4.0/src/library_manager/ |
D | lib_manager.c | 654 /* allocate temporary manifest buffer */ in lib_manager_load_library() 666 /* Load manifest to temporary buffer */ in lib_manager_load_library()
|
12