
18 Feb
2019
18 Feb
'19
10:47 a.m.
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass sjg@chromium.org wrote:
The Application Digital Signal Processor is used for sound processing with broadwell. Add a driver to support this.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Drop useless 'set' comment
arch/x86/cpu/broadwell/Makefile | 1 + arch/x86/cpu/broadwell/adsp.c | 156 +++++++++++++++++++++ arch/x86/include/asm/arch-broadwell/adsp.h | 46 ++++++ arch/x86/include/asm/arch-broadwell/pch.h | 3 + arch/x86/include/asm/arch-broadwell/rcb.h | 2 + 5 files changed, 208 insertions(+) create mode 100644 arch/x86/cpu/broadwell/adsp.c create mode 100644 arch/x86/include/asm/arch-broadwell/adsp.h
Reviewed-by: Bin Meng bmeng.cn@gmail.com