soc/intel/{common,skylake}: provide common NHLT SoC support

Hardware / Coreboot - Aaron Durbin [chromium.org] - 29 June 2016 16:15 UTC

The nhlt_soc_serialize() and nhlt_soc_serialize_oem_overrides() functions should be able to be leveraged on all Intel SoCs which support NHLT. Therefore provide that functionality and make skylake use it.

Change-Id: Ib5535cc874f2680ec22554cecaf97b09753cacd0

c14a1a9 soc/intel/{common,skylake}: provide common NHLT SoC support
src/soc/intel/common/Kconfig | 4 +++
src/soc/intel/common/Makefile.inc | 1 +
src/soc/intel/common/nhlt.c | 41 +++++++++++++++++++++++++++++++
src/soc/intel/skylake/Kconfig | 1 +
src/soc/intel/skylake/nhlt/Makefile.inc | 1 -
src/soc/intel/skylake/nhlt/nhlt.c | 41 -------------------------------
6 files changed, 47 insertions(+), 42 deletions(-)

Upstream: review.coreboot.org


  • Share