-
5081b7d...
by
Liam Girdwood <email address hidden>
on 2020-06-09
-
build: elif statement has no conditional.
Looks like was never compiled ?
Signed-off-by: Liam Girdwood <email address hidden>
-
97377c3...
by
Bartosz Kokoszko <email address hidden>
on 2020-07-07
-
smart_amp: fix smart amplifier tplg
This commit changes SSP bclk rate from 9600000 to
12288000 ind ssp container to 32 bits order to fix
glitch issue.
Signed-off-by: Bartosz Kokoszko <email address hidden>
-
443319a...
by
Janusz Jankowski <email address hidden>
on 2020-07-13
-
idc: set budget for IDC task
IDC task may be time consuming and has high priority,
what may make other tasks stall. To prevent this it should
have limited cycles budget per systick.
Signed-off-by: Janusz Jankowski <email address hidden>
-
e8dc076...
by
Janusz Jankowski <email address hidden>
on 2020-06-16
-
drivers: cavs: set budget for IPC task
IPC task may be time consuming and has high priority,
what may make other tasks stall. To prevent this it should
have limited cycles budget per systick.
Signed-off-by: Janusz Jankowski <email address hidden>
-
e003afe...
by
Janusz Jankowski <email address hidden>
on 2020-06-05
-
schedule: edf: cycles budget
Add possibility to set budget for EDF tasks.
It's needed to ensure that some long running task will
not stall other tasks.
Signed-off-by: Janusz Jankowski <email address hidden>
-
8a275ea...
by
Janusz Jankowski <email address hidden>
on 2020-07-10
-
xtensa: clock: change cpu timer to per-core timer
Every core has it's own timer so cpu timer should be
handled for each core independently.
Signed-off-by: Janusz Jankowski <email address hidden>
-
47907d2...
by
Marc Herbert <email address hidden>
on 2020-07-16
-
Revert accidental rimage downgrade in "topology: mirror CML topologies for TGL"
This partially reverts commit 1a8ed6dfd08971642 PR #3184,
merged on Wed Jul 15 15:22:50 2020 +0100. This reverts just the
rimage part of it.
Commit 1a8ed6dfd08 downgraded rimage from:
from most recent 7317f2af39019 ("manifest: set feature mask to 0xffff")
to 3 commits older 9f3f2d7d7149 ("headers: Use full path to header")
This upgrades rimage again to newer 7317f2af39019
Hopefully fixes (again): #3173
Useful command for these situations:
cd sof; git log -p -- rimage
Signed-off-by: Marc Herbert <email address hidden>
-
8675d4c...
by
Kai-Chuan Hsieh
on 2020-07-15
-
tools: add TGL key signature to sof_ri_info
Provide output info if evaluated FW image was signed with
TGL production key.
Signed-off-by: Kai-Chuan Hsieh <email address hidden>
-
7c8491e...
by
Marcin Rajwa <email address hidden>
on 2020-07-14
-
memory: add TGL HPSRAM LDOCTL missing settings
TGL introduces new LDO control register bits - HS2 which
is responsible of LDO2 control. This patch adds this missing
LDO2 settings for TGL HPSRAM memory banks.
Signed-off-by: Marcin Rajwa <email address hidden>
-
1a8ed6d...
by
Pierre-Louis Bossart <email address hidden>
on 2020-07-14
-
topology: mirror CML topologies for TGL
Some TGL devices use the same devices and hardware layout and on CML,
reuse. Also remove cml-mono.m4 definition and directly add the define
in the CMakeLists.
Signed-off-by: Pierre-Louis Bossart <email address hidden>