summaryrefslogtreecommitdiff
path: root/chip/ish/build.mk
diff options
context:
space:
mode:
authorHu, Hebo <hebo.hu@intel.com>2019-03-20 19:13:37 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-04-08 02:51:30 -0700
commit014b6c86dfd1aa9ec9ffaba2647d4ca89baf1ef4 (patch)
tree3038344894a47b863d96d266dc34a37884f0dfa1 /chip/ish/build.mk
parent6a184d5019f0b45fe692da09a14e9ce7c853d68c (diff)
downloadchrome-ec-014b6c86dfd1aa9ec9ffaba2647d4ca89baf1ef4.tar.gz
ish/ish5: implement AON low power mode (D0i1-3)
1: D0i1(TCG) and D0i2(TCG + SRAM retention) implemented 2: D0i3 (TCG + SRAM power off) implemented BUG=b:122364080 BRANCH=none TEST=tested on arcada Change-Id: I851d7c138b056a92d1616622e7cbfdfb94d86e5c Signed-off-by: Hu, Hebo <hebo.hu@intel.com> Reviewed-on: https://chromium-review.googlesource.com/1531772 Commit-Ready: Hebo Hu <hebo.hu@intel.corp-partner.google.com> Tested-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Hebo Hu <hebo.hu@intel.corp-partner.google.com>
Diffstat (limited to 'chip/ish/build.mk')
-rw-r--r--chip/ish/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/ish/build.mk b/chip/ish/build.mk
index 2c242725d2..20c0ad9e6b 100644
--- a/chip/ish/build.mk
+++ b/chip/ish/build.mk
@@ -30,6 +30,7 @@ chip-$(CONFIG_LOW_POWER_IDLE)+=power_mgt.o
ifeq ($(CONFIG_ISH_PM_AONTASK),y)
ish-aontask-fw=chip/ish/aontaskfw/ish_aontask
+ish-aontask-dma=chip/ish/dma
ish-aontask-fw-bin=$(out)/$(ish-aontask-fw).bin
PROJECT_EXTRA+=$(ish-aontask-fw-bin)
endif