Home
last modified time | relevance | path

Searched full:manifest (Results 1 – 25 of 30) sorted by relevance

12

/sof-3.4.0/tools/topology/topology2/include/common/
Dmanifest.conf2 # Manifest Class definition.
5 Class.Base."manifest" {
28 # instance attribute values for manifest objects must be unique
/sof-3.4.0/src/include/kernel/
Dext_manifest.h15 * 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/
Dlib_manager.h26 * | | | 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/
DREADME.txt1 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/
Dbase_module.c9 #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).
Dboot_module.c9 #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/
Dwest.yml2 # SOF west manifest
3 manifest:
26 # west manifest file).
/sof-3.4.0/src/platform/intel/cavs/
Dboot_loader.c18 #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/
Dsof_ri_info.py467 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/
Dxtensa-build-zephyr.py346 """[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 …]
Dfuzz.sh108 # The manifest itself is not a west project
/sof-3.4.0/submanifests/sof-ci-jenkins/
Dzephyr-override-template.yml17 manifest:
/sof-3.4.0/tools/topology/topology2/
Dcavs-nocodec-bt.conf10 <manifest.conf>
25 <manifest.conf>
Dget_abi.sh11 Object.Base.manifest.1 {
Dcavs-rt5682.conf10 <manifest.conf>
32 <manifest.conf>
Dsof-hda-generic.conf33 <manifest.conf>
Dcavs-sdw-src-gain-mixin.conf23 <manifest.conf>
Dcavs-sdw.conf32 <manifest.conf>
Dcavs-nocodec.conf10 <manifest.conf>
35 <manifest.conf>
/sof-3.4.0/keys/
DREADME35 The public key needs to be programmed into the OEM Key manifest (cavsManifest0)
/sof-3.4.0/src/include/ipc4/
Dmodule.h94 Manifest.
97 0..ModuleEntry.max_instance_count range defined in the FW Image Manifest.
Derror_status.h56 /**< Manifest of the library being loaded is invalid */
/sof-3.4.0/.github/workflows/
Dzephyr.yml19 manifest-check:
30 : all the manifest revisions make sense but it is quick and
/sof-3.4.0/src/platform/
DKconfig373 # TODO: it should just take manifest version and offsets
/sof-3.4.0/src/library_manager/
Dlib_manager.c654 /* allocate temporary manifest buffer */ in lib_manager_load_library()
666 /* Load manifest to temporary buffer */ in lib_manager_load_library()

12