~canonical-hwe-team/hwe-next/+git/sof:jsl-001-drop-stable

Last commit made on 2020-02-05
Get this branch:
git clone -b jsl-001-drop-stable https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Name:
jsl-001-drop-stable
Repository:
lp:~canonical-hwe-team/hwe-next/+git/sof

Recent commits

cc77f68... by Marcin Rajwa <email address hidden>

memory: increase heap buffer size for ICL an JSP platforms

This patch increases heap buffer size for ICL and JSP platforms.
Therefore more pipelines can work simultaneously.

Signed-off-by: Marcin Rajwa <email address hidden>

f182c4a... by Yong Zhi <email address hidden>

topology: jsl: fix the extra parameter for HDMI DAIs

Fix the extra 0 introduced by mistake, while here
also change format from s16le to s32le.

Signed-off-by: Yong Zhi <email address hidden>

5b9bbbc... by Marcin Rajwa <email address hidden>

apl: fix LSPGCTL register define

This patch fixes wrong define to LSPGCTL
register.

Signed-off-by: Marcin Rajwa <email address hidden>

384d10f... by Marcin Rajwa <email address hidden>

shim: remove unused, wrong offset

This patch removes unused and wrong offset
to SHIM register for CNL platform.

Signed-off-by: Marcin Rajwa <email address hidden>

b0ba230... by Marcin Rajwa <email address hidden>

boot_loader: fix lp_sram_init

This patch fixes LP_SRAM_INIT - this
procedure was reading wrong register.

Signed-off-by: Marcin Rajwa <email address hidden>

921fd95... by Daniel Baluta <email address hidden>

drivers: imx: interrupt: Fix IRQSTEER address

Use specific CONFIG_ to select correct address for
IRQSTEER on i.MX8/i.MX8X.

Signed-off-by: Daniel Baluta <email address hidden>

5f0b1fd... by Daniel Baluta <email address hidden>

rimage: Add support for i.MX8X

i.MX8X is very similar with i.MX8. Memory layout is the same
except IRQSTEER address.

Code will be shared but there will be different firmware binaries
named:
 * sof-imx8.ri, for i.MX8
 * sof-imx8x.ri, for i.MX8X

Signed-off-by: Daniel Baluta <email address hidden>

d44130e... by Daniel Baluta <email address hidden>

platform: Add support for i.MX8X

DSP integrations for i.MX8 and i.MX8X are very similar
from the DSP point of view.

The only notable difference at this point is the IRQSTEER
address.

i.MX8 means for now i.MX8QM.
i.MX8X means for now i.MX8QXP.

There might be other variants in the future.

https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i.mx-applications-processors/i.mx-8-processors:IMX8-SERIES

Signed-off-by: Daniel Baluta <email address hidden>

e6e17b0... by Daniel Baluta <email address hidden>

drivers: imx: Add separate config option for IMX drivers

Future i.MX platforms will use this config option
to compile NXP specific drivers.

Signed-off-by: Daniel Baluta <email address hidden>

fd6804c... by Seppo Ingalsuo <email address hidden>

Volume: Avoid unnecessary error trace about limiting to VOL_MIN

The trace issue is only cosmetic since VOL_MIN is currently defined
to zero. There linear gain value was not altered despite the emitted
trace. With this change the limiting no more happens for input value
zero.

The related trace messages are improved to show the defined limits
for easier adjust the offending topology volume scale if this
happens. The string split style is also updated to current.

Signed-off-by: Seppo Ingalsuo <email address hidden>