summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/loader.c
AgeCommit message (Expand)AuthorLines
2024-05-06ASoC: SOF: Intel: clarify Copyright informationPierre-Louis Bossart-1/+1
2023-03-07ASoC: SOF: loader: Remove log prefixes for snd_sof_run_firmwareCurtis Malainey-2/+2
2022-10-21ASoC: SOF: loader: Remove the query_fw_configuration opsPeter Ujfalusi-8/+2
2022-10-21ASoC: SOF: loader: Add support for IPC dependent post firmware boot opsPeter Ujfalusi-0/+6
2022-10-21ASoC: SOF: Drop the firmware and fw_offset from snd_sof_pdataPeter Ujfalusi-9/+0
2022-10-21ASoC: SOF: Introduce container struct for SOF firmwarePeter Ujfalusi-5/+13
2022-10-21ASoC: SOF: loader: Set complete state before post_fw_run opRanjani Sridharan-3/+3
2022-04-29ASoC: SOF: loader: Call optional query_fw_configuration on first bootPeter Ujfalusi-0/+3
2022-04-29ASoC: SOF: loader: Remove snd_sof_parse_module_memcpy() as it is not usedPeter Ujfalusi-85/+0
2022-04-29ASoC: SOF: loader: Switch to use the fw_loader opsPeter Ujfalusi-375/+8
2022-04-25ASoC: SOF: loader: Remove the old fw_ready related codePeter Ujfalusi-227/+0
2021-12-23ASoC: SOF: Set SOF_FW_BOOT_FAILED in case we have failure during bootPeter Ujfalusi-1/+0
2021-12-23ASoC: SOF: Introduce new firmware state: SOF_FW_BOOT_READY_OKPeter Ujfalusi-3/+4
2021-12-23ASoC: SOF: Add a 'message' parameter to snd_sof_dsp_dbg_dump()Peter Ujfalusi-4/+4
2021-10-18Merge tag 'v5.15-rc6' into asoc-5.16Mark Brown-3/+5
2021-10-08ASoC: SOF: prepare code to allocate IPC messages in fw_readyRander Wang-1/+2
2021-10-07ASoC: SOF: loader: Drop SOF_DBG_DUMP_REGS flag when firmware start failsPeter Ujfalusi-2/+1
2021-10-07ASoC: SOF: Introduce macro to set the firmware statePeter Ujfalusi-1/+1
2021-10-07ASoC: SOF: Drop SOF_DBG_DUMP_FORCE_ERR_LEVEL and sof_dev_dbg_or_errPeter Ujfalusi-2/+2
2021-10-07ASoC: SOF: loader: Print the DSP dump if boot failsPeter Ujfalusi-1/+3
2021-10-07ASoC: SOF: Print the dbg_dump and ipc_dump once to reduce kernel log noisePeter Ujfalusi-0/+4
2021-09-16ASoC: SOF: loader: Re-phrase the missing firmware error to avoid duplicationPeter Ujfalusi-3/+3
2021-09-16ASoC: SOF: loader: release_firmware() on load failure to avoid batchingMarc Herbert-0/+2
2021-09-15ASoC: SOF: loader: Use the generic ops for region debugfs handlingPeter Ujfalusi-40/+28
2021-09-15ASoC: SOF: core: Do not use 'bar' as parameter for block_read/writePeter Ujfalusi-34/+28
2021-09-15ASoC: SOF: loader: No need to export snd_sof_fw_parse_ext_data()Peter Ujfalusi-2/+1
2021-09-15ASoC: SOF: ipc: Remove snd_sof_dsp_mailbox_init()Peter Ujfalusi-2/+6
2021-09-15ASoC: SOF: loader: load_firmware callback is mandatory, treat it like thatPeter Ujfalusi-10/+0
2021-05-21ASoC: SOF: loader: Use snd_sof_dsp_block_read() instead sof_block_read()Peter Ujfalusi-1/+1
2021-02-05Merge branch 'asoc-5.11' into asoc-5.12Mark Brown-0/+2
2021-01-28ASoC: SOF: update dsp core power status in common APIsBard Liao-6/+0
2021-01-27ASoC: SOF: add a pointer to download repo in case FW request failsKai Vehmanen-0/+2
2020-12-11ASoC: SOF: Intel: hda: fix the condition passed to sof_dev_dbg_or_errRanjani Sridharan-1/+1
2020-12-11ASoC: SOF: modify the SOF_DBG flagsRanjani Sridharan-2/+2
2020-11-27ASoC: SOF: ops: add parse_platform_ext_manifest() opFred Oh-0/+3
2020-11-25ASoC: SOF: Add `memory_info` file to debugfsKarol Trzcinski-0/+10
2020-11-25ASoC: SOF: ext_manifest: Parse firmware config dictionaryKarol Trzcinski-0/+41
2020-11-12ASoC: SOF: loader: do not warn about unknown firmware headersKai Vehmanen-2/+2
2020-10-23ASoC: SOF: loader: handle all SOF_IPC_EXT typesBard Liao-0/+5
2020-08-26ASoC: SOF: loader: Add debug box regionIulian Olaru-0/+9
2020-08-26ASoC: SOF: ext_manifest: Parse debug ABI versionKarol Trzcinski-0/+19
2020-08-26ASoC: SOF: loader: fix memory leak in get_ext_windowsPierre-Louis Bossart-1/+2
2020-08-26ASoC: SOF: IPC: make sof_ipc_window monosizedKarol Trzcinski-3/+2
2020-05-25ASoC: SOF: ext_manifest: parse compiler versionKarol Trzcinski-0/+21
2020-05-25ASoC: SOF: ext_manifest: parse windowsKarol Trzcinski-2/+23
2020-05-25ASoC: SOF: ext_manifest: parse firmware versionKarol Trzcinski-0/+16
2020-05-25ASoC: SOF: Introduce extended manifestKarol Trzcinski-0/+112
2020-05-25ASoC: SOF: loader: Adjust validation condition for fw_offsetKarol Trzcinski-1/+1
2020-05-01ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-onlyPierre-Louis Bossart-1/+1
2020-04-22ASoC: SOF: Fix buildMark Brown-187/+2