[U-Boot] [PATCH v2 28/34] x86: broadwell: Add support for the ADSP

2019-02-16 Thread Simon Glass
The Application Digital Signal Processor is used for sound processing with broadwell. Add a driver to support this. Signed-off-by: Simon Glass --- Changes in v2: - Drop useless 'set' comment arch/x86/cpu/broadwell/Makefile| 1 + arch/x86/cpu/broadwell/adsp.c | 156 ++

Re: [U-Boot] [PATCH v2 28/34] x86: broadwell: Add support for the ADSP

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > The Application Digital Signal Processor is used for sound processing with > broadwell. Add a driver to support this. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Drop useless 'set' comment > > arch/x86/cpu/broadwell/Makefile