On Sun, Feb 17, 2019 at 11:26 AM Simon Glass <[email protected]> wrote:
>
> The Application Digital Signal Processor is used for sound processing with
> broadwell. Add a driver to support this.
>
> Signed-off-by: Simon Glass <[email protected]>
> ---
>
> 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 <[email protected]>
_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to