summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/dedede/variants/drawcia/Makefile.inc
diff options
context:
space:
mode:
authorKevin Chiu <kevin.chiu.17802@gmail.com>2021-06-04 15:58:40 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-07-01 09:41:12 +0000
commit58ff2acb7e1c5f49fef17eb782306ae610384314 (patch)
tree56c26ab51b0c1039d5a93c09b506f45353af9b9a /src/mainboard/google/dedede/variants/drawcia/Makefile.inc
parent856b579fe55696147ab3361e51a042efc4302518 (diff)
downloadcoreboot-58ff2acb7e1c5f49fef17eb782306ae610384314.tar.gz
coreboot-58ff2acb7e1c5f49fef17eb782306ae610384314.tar.bz2
coreboot-58ff2acb7e1c5f49fef17eb782306ae610384314.zip
mb/google/dedede/var/drawcia: Add LTE modem support for drawper
Add LTE modem to devicetree. Configure GPIO control for LTE modem by fw_config. Update LTE USB port configuration at run-time after probing FW_CONFIG. By default the concerned USB port takes the Type-A port configuration. BUG=b:186393848 TEST=Build image and check with command modem status Change-Id: I20450ae37e5047dba67211316515994bd2a09600 Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55181 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/variants/drawcia/Makefile.inc')
-rw-r--r--src/mainboard/google/dedede/variants/drawcia/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/variants/drawcia/Makefile.inc b/src/mainboard/google/dedede/variants/drawcia/Makefile.inc
index 04eb9a4877fe..c517214e468c 100644
--- a/src/mainboard/google/dedede/variants/drawcia/Makefile.inc
+++ b/src/mainboard/google/dedede/variants/drawcia/Makefile.inc
@@ -1,4 +1,7 @@
## SPDX-License-Identifier: GPL-2.0-or-later
ramstage-y += gpio.c
+ramstage-y += ramstage.c
ramstage-$(CONFIG_FW_CONFIG) += variant.c
+
+smm-y += variant.c