[U-Boot] [PATCH v2 28/34] x86: broadwell: Add support for the ADSP
Bin Meng
bmeng.cn at gmail.com
Mon Feb 18 09:47:03 UTC 2019
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass <sjg at 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 at 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 at gmail.com>
More information about the U-Boot
mailing list