diff options
author | Aaron Durbin <adurbin@chromium.org> | 2017-09-15 14:24:03 -0600 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-09-20 23:54:07 +0000 |
commit | 64b4bddcbc2156e9a410f07e14e58cf01d579fdb (patch) | |
tree | a9b5157046c8102a876166739b0ea00d9b8677d9 /src/soc/intel/baytrail/Makefile.inc | |
parent | d1fc8c13437da7326aaf189f1acc4fae4f6715b0 (diff) | |
download | coreboot-64b4bddcbc2156e9a410f07e14e58cf01d579fdb.tar.xz |
soc/intel/baytrail: refactor rtc failure checking
In order to prepare for checking RTC failure in the early boot
paths move the rtc failure calculation to pmutil.c and add a helper
function to determine if failure occurred.
BUG=b:63054105
Change-Id: I1d90cc557225ddbba1787bf95eae0de623af487e
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/21555
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/baytrail/Makefile.inc')
-rw-r--r-- | src/soc/intel/baytrail/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/baytrail/Makefile.inc b/src/soc/intel/baytrail/Makefile.inc index edc77af094..ba9517d5dc 100644 --- a/src/soc/intel/baytrail/Makefile.inc +++ b/src/soc/intel/baytrail/Makefile.inc @@ -26,6 +26,7 @@ ramstage-y += gpio.c romstage-y += reset.c ramstage-y += reset.c ramstage-y += cpu.c +romstage-y += pmutil.c ramstage-y += pmutil.c smm-y += pmutil.c smm-y += smihandler.c |