
13 Feb
2019
13 Feb
'19
10:39 a.m.
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass sjg@chromium.org wrote:
Add support for initing the I2C device and ADSP on broadwell. These are needed for sound to work.
Signed-off-by: Simon Glass sjg@chromium.org
arch/x86/cpu/broadwell/pch.c | 110 ++++++++++++++++++ .../x86/include/asm/arch-broadwell/serialio.h | 82 +++++++++++++ 2 files changed, 192 insertions(+) create mode 100644 arch/x86/include/asm/arch-broadwell/serialio.h
Reviewed-by: Bin Meng bmeng.cn@gmail.com