summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Chiu <Kevin.Chiu@quantatw.com>2020-10-04 23:07:33 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-10-27 16:35:22 +0000
commitfd3dde3e33c470b29ff953e82ca68f404d766bec (patch)
treef29725319eeb48f24317ba5541bd1b313307d617 /src
parent05b883ed24a120dba83e84d9326aedf32d3522eb (diff)
downloadcoreboot-fd3dde3e33c470b29ff953e82ca68f404d766bec.tar.gz
coreboot-fd3dde3e33c470b29ff953e82ca68f404d766bec.tar.bz2
coreboot-fd3dde3e33c470b29ff953e82ca68f404d766bec.zip
mb/google/octopus/var/garg: fix LTE power sequence in reboot state
invoke LTE power off function to meet LTE power sequence while DUT is in reboot state. BUG=b:167565015 BRANCH=octopus TEST=build and verify on the DUT with LTE Change-Id: I825cefb524ddaf9a9cb6add31c2ee0eea484f978 Signed-off-by: Kevin Chiu <kevin.chiu@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46022 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Marco Chen <marcochen@google.com> Reviewed-by: Henry Sun <henrysun@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/octopus/variants/garg/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/variants/garg/Makefile.inc b/src/mainboard/google/octopus/variants/garg/Makefile.inc
index ba865e9f826a..7ee7e70d4bda 100644
--- a/src/mainboard/google/octopus/variants/garg/Makefile.inc
+++ b/src/mainboard/google/octopus/variants/garg/Makefile.inc
@@ -2,3 +2,5 @@ bootblock-y += gpio.c
ramstage-y += gpio.c
ramstage-y += variant.c
+
+smm-y += variant.c