Angel Pons uploaded patch set #3 to this change.

View Change

mb/intel/coffeelake_rvp: Stop using headers for HDA verbs

One of the variants lacks an hda_verb.h, and hda_verb.c can't be built.
Follow-up changes will make mainboard hda_verb.c files always get built
through AZALIA_PLUGIN_SUPPORT, and breaks building this contraption.

Turn the headers into standalone compilation units to prevent this
issue. Since they contain definitions, including them from multiple
compilation units wasn't a good idea anyway.

Change-Id: I00d968563539a4e1b8d1e12145293439d8358555
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/mainboard/intel/coffeelake_rvp/Makefile.inc
D src/mainboard/intel/coffeelake_rvp/hda_verb.c
R src/mainboard/intel/coffeelake_rvp/variants/cfl_h/hda_verb.c
C src/mainboard/intel/coffeelake_rvp/variants/cfl_s/hda_verb.c
D src/mainboard/intel/coffeelake_rvp/variants/cfl_s/include/variant/hda_verb.h
R src/mainboard/intel/coffeelake_rvp/variants/cml_u/hda_verb.c
C src/mainboard/intel/coffeelake_rvp/variants/whl_u/hda_verb.c
D src/mainboard/intel/coffeelake_rvp/variants/whl_u/include/variant/hda_verb.h
8 files changed, 1 insertion(+), 893 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/48360/3

To view, visit change 48360. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I00d968563539a4e1b8d1e12145293439d8358555
Gerrit-Change-Number: 48360
Gerrit-PatchSet: 3
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Michael Niewöhner <foss@mniewoehner.de>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: Subrata Banik <subrata.banik@intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset