aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/hda_verb.c
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2015-04-20 15:24:54 -0700
committerLeroy P Leahy <leroy.p.leahy@intel.com>2015-06-24 17:05:06 +0200
commit0946ec37aa4660ecf16d66cb1174a68df0afc4f0 (patch)
tree7be11b3d97f09f9f5fd176b275d0df3a9c2692e4 /src/soc/intel/common/hda_verb.c
parent4a8c19cc90464ad215395bd116c9dc95fc682cac (diff)
Intel Common SOC: Add romstage support
Provide a common romstage implementation for the Intel SOCs. BRANCH=none BUG=None TEST=Build for Braswell Change-Id: I80f5f8f0f36e9023117b07d4af5c806fff8157b6 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: http://review.coreboot.org/10050 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/hda_verb.c')
-rw-r--r--src/soc/intel/common/hda_verb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/hda_verb.c b/src/soc/intel/common/hda_verb.c
index c4cdb3d70c..ecd6c810b8 100644
--- a/src/soc/intel/common/hda_verb.c
+++ b/src/soc/intel/common/hda_verb.c
@@ -72,7 +72,7 @@ int hda_codec_detect(u8 *base)
/* Clear the "State Change Status Register" STATESTS bits
* for each of the "SDIN Stat Change Status Flag"
- */
+ */
write8(base + HDA_STATESTS_REG, 0xf);
/* Turn off the link and poll RESET# bit until it reads back as 0 */