summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2022-11-03 11:39:55 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-03 08:07:37 +0000
commite828dd4e2bb9b7cfb2814c82e605e2f047ba60d4 (patch)
tree52106597e83e60cc157c6cb1ab6583422eb979a2
parentd8719f53c8b9f02ed1f4f401f93c6ac526f82a03 (diff)
downloadchrome-ec-e828dd4e2bb9b7cfb2814c82e605e2f047ba60d4.tar.gz
corsola: add corsola-relevant-paths.txt
Send the first path files for maintaining corsola firmware branch. BUG=none TEST=util/update_release_branch.py --relevant_paths_file util/corsola- relevant-paths.txt firmware-corsola-15194.B-main BRANCH=corsola Change-Id: I17be3ca1286975b4a570a36b2391a241650274df Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4000345 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Auto-Submit: Eric Yilun Lin <yllin@google.com> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Tested-by: Eric Yilun Lin <yllin@google.com>
-rw-r--r--util/corsola-relevant-paths.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/util/corsola-relevant-paths.txt b/util/corsola-relevant-paths.txt
new file mode 100644
index 0000000000..3bb8e4f5a7
--- /dev/null
+++ b/util/corsola-relevant-paths.txt
@@ -0,0 +1,32 @@
+# Here you can place files of interest to be included in the commit message for
+# merge commits to cros/firmware-corsola-15194.B
+common/charge_state_v2.c
+common/dps.c
+common/mkbp_*
+common/usb_charger.c
+common/usb_common.c
+common/usbc/*_pd_*
+common/usbc/dp_alt_mode.c
+common/usbc/usb_pe_drp_sm.c
+common/usbc/usb_prl_sm.c
+common/usbc/usb_sm.c
+common/usbc/usb_tc_drp_acc_trysrc_sm.c
+driver/battery/smart.c
+driver/bc12/pi3usb9201.*
+driver/charger/isl923x.*
+driver/charger/rt949*
+driver/ppc/nx20p348x.*
+driver/ppc/rt1718s.*
+driver/ppc/syv682x.*
+driver/tcpm/anx7447.*
+driver/tcpm/rt1718s.*
+driver/tcpm/tcpci.*
+driver/usb_mux/it5205.*
+driver/usb_mux/ps8743.*
+power/mt8186.c
+zephyr/boards/arm/npcx9/*
+zephyr/boards/riscv/it8xxx2/*
+zephyr/drivers/*
+zephyr/projects/corsola/*
+zephyr/projects/corsola/*
+zephyr/shim/*