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