soc/intel/common: Add common dsp driver
commit7b6a8cec9b87e048894b926a6a2b082bcdae05ce
authorLijian Zhao <lijian.zhao@intel.com>
Mon, 30 Oct 2017 21:21:31 +0000 (30 14:21 -0700)
committerMartin Roth <martinroth@google.com>
Sat, 4 Nov 2017 00:26:54 +0000 (4 00:26 +0000)
tree70ab77bdf7507bb5213933e1bb18595788724560
parentaf36f1d5259884d89e1523fc251393846683361c
soc/intel/common: Add common dsp driver

Audio DSP pci driver can be common across different platforms.

TEST=N/A.

Change-Id: Ia9206657864b8795799dc71af54996017c1eec57
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/22232
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
src/soc/intel/common/block/dsp/Kconfig [new file with mode: 0644]
src/soc/intel/common/block/dsp/Makefile.inc [new file with mode: 0644]
src/soc/intel/common/block/dsp/dsp.c [new file with mode: 0644]