aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/purism/librem13v2/Makefile.inc
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@puri.sm>2017-05-17 17:16:09 -0400
committerMartin Roth <martinroth@google.com>2017-06-16 16:19:04 +0200
commiteacac20bd52b1502b754e172ecd97e064189bbbd (patch)
tree96e18fc133767035e2b7c7165f0e79e6e0d19f0f /src/mainboard/purism/librem13v2/Makefile.inc
parentd8cbd5633fd2e5fa0b6007802c9338dcbe4c0bfd (diff)
purism/librem13v2: Add audio support
Initialize the audio codec without depending on DSP binary blobs. The hda_verb.c was copied from the intel/kblrvp rvp7 variant, and the hda_verb.h file was copied from the purism/librem13. The IoBufferOwnership FSP option in devicetree has to be 0 for the azalia driver to work. Change-Id: Ifa36ac0839daedfa59c497057da0ace04d401f2a Signed-off-by: Youness Alaoui <youness.alaoui@puri.sm> Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/19943 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/purism/librem13v2/Makefile.inc')
-rw-r--r--src/mainboard/purism/librem13v2/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/purism/librem13v2/Makefile.inc b/src/mainboard/purism/librem13v2/Makefile.inc
index 6c8f38cdd2..eb01360863 100644
--- a/src/mainboard/purism/librem13v2/Makefile.inc
+++ b/src/mainboard/purism/librem13v2/Makefile.inc
@@ -15,7 +15,7 @@
romstage-y += pei_data.c
-ramstage-y += mainboard.c
ramstage-y += pei_data.c
ramstage-y += ramstage.c
+ramstage-y += hda_verb.c