author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
136,275
15.09.2020 17:05:16
-28,800
f608eba27f67f253661be0cf01eb28889cee2b60
mt6360: fix ldo set. The original calculation is wrong on the case when min_mV is larger than data->ldo_vosel_table[i]. Fix it. TEST=manually with chromium:2409487 BRANCH=none Tested-by: Pi-Hsun Shih
[ { "change_type": "MODIFY", "old_path": "driver/bc12/mt6360.c", "new_path": "driver/bc12/mt6360.c", "diff": "@@ -463,20 +463,18 @@ int mt6360_regulator_set_voltage(enum mt6360_regulator_id id, int min_mv,\n/* It's a LDO. */\nfor (i = 0; i < data->ldo_vosel_table_len; i++) {\nint mv = data->ldo_vosel_...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
mt6360: fix ldo set. The original calculation is wrong on the case when min_mV is larger than data->ldo_vosel_table[i]. Fix it. BUG=b:147789962 TEST=manually with chromium:2409487 BRANCH=none Change-Id: I038c661922b124aaa6290e43069522c7e6c23772 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2409488 Commit-Queue: Pi-Hsun Shih <pihsun@chromium.org> Tested-by: Pi-Hsun Shih <pihsun@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
136,269
14.09.2020 13:22:52
25,200
6f137ef733489c4de18d0d72b6015c97ef71c848
util: update recommended JLink version BRANCH=none TEST==With dragonclaw v0.2 connected to Segger J-Trace and servo micro: ./test/run_device_tests.py
[ { "change_type": "MODIFY", "old_path": "docs/fingerprint/fingerprint-debugging.md", "new_path": "docs/fingerprint/fingerprint-debugging.md", "diff": "@@ -29,7 +29,7 @@ used for JTAG and SWD for ARM devices.\n* [JLink Software] \\(when using [J-Trace] or other Segger debug probes).\n* Any tool that s...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
util: update recommended JLink version BRANCH=none BUG=b:158327221 TEST==With dragonclaw v0.2 connected to Segger J-Trace and servo micro: ./test/run_device_tests.py Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Ibef704e447ecb94e383cd1463e7258c382272998 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2410830 Commit-Queue: Craig Hesling <hesling@chromium.org> Reviewed-by: Craig Hesling <hesling@chromium.org>
136,330
17.09.2020 15:11:15
21,600
6ed9b65ae38977118f0d5f02d6f5c61da23c5f24
volteer: Move USB PID to board files Add TODOs to update variants boards. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "baseboard/volteer/baseboard.h", "new_path": "baseboard/volteer/baseboard.h", "diff": "/* UART COMMAND */\n#define CONFIG_CMD_CHARGEN\n-/*\n- * USB ID\n- * This is allocated specifically for Volteer\n- * http://google3/hardware/standards/usb/\n- */\n-#define CO...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
volteer: Move USB PID to board files Add TODOs to update variants boards. BUG=none TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: If0d8d0dd544c06114f355dcf281b2841a8397aee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2417348 Reviewed-by: Keith Short <keithshort@chromium.org>
136,378
17.09.2020 17:47:02
-28,800
7b6cb69db9d9ca392ef3d8d55f2535cc121f4b93
Coachz: Add battery for Coachz Add DS02032XL battery information for Coachz BRANCH=master TEST=make -j BOARD=coachz Tested-by: Wai-Hong Tam
[ { "change_type": "MODIFY", "old_path": "board/coachz/battery.c", "new_path": "board/coachz/battery.c", "diff": "*/\nconst struct board_batt_params board_battery_info[] = {\n- /* AP16L5J */\n- [BATTERY_AP16L5J] = {\n+ /* COSMX DS02032XL */\n+ [BATTERY_DS02032XL] = {\n.fuel_gauge = {\n- .manuf_name = ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Coachz: Add battery for Coachz Add DS02032XL battery information for Coachz BUG=b:168734684 BRANCH=master TEST=make -j BOARD=coachz Change-Id: I6f5ef136afe157b653ca53b374668195212bfe68 Signed-off-by: Simon Zhou <zhouguohui@huaqin.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2416469 Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Wai-Hong Tam <waihong@google.com> Tested-by: Wai-Hong Tam <waihong@google.com>
136,209
19.09.2020 12:46:24
-36,000
f0c3332979bfa2585a02a125da967e731870bee3
Dooly: update thermal table Copied from Puff config. TEST=buildall BRANCH=none Tested-by: Andrew McRae
[ { "change_type": "MODIFY", "old_path": "board/dooly/board.c", "new_path": "board/dooly/board.c", "diff": "@@ -442,8 +442,8 @@ const static struct ec_thermal_config thermal_a = {\n[EC_TEMP_THRESH_HIGH] = C_TO_K(58),\n[EC_TEMP_THRESH_HALT] = 0,\n},\n- .temp_fan_off = C_TO_K(25),\n- .temp_fan_max = C_T...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Dooly: update thermal table Copied from Puff config. BUG=b:166696500 TEST=buildall BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: I0cf87aced4730d6c0ad8f55f8aef5c6731f97ca9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2418694 Reviewed-by: Nikolai Artemiev <nartemiev@google.com> Commit-Queue: Andrew McRae <amcrae@chromium.org> Tested-by: Andrew McRae <amcrae@chromium.org>
136,200
21.09.2020 14:22:08
-28,800
f260b44a688ebd025a0d556a27df61fc6c017539
juniper: Change default battery to AP16L5J Set AP16L5J as default battery. BRANCH=master TEST=make buildall is success.
[ { "change_type": "MODIFY", "old_path": "board/jacuzzi/battery.c", "new_path": "board/jacuzzi/battery.c", "diff": "@@ -120,7 +120,7 @@ const struct board_batt_params board_battery_info[] = {\n};\nBUILD_ASSERT(ARRAY_SIZE(board_battery_info) == BATTERY_TYPE_COUNT);\n-const enum battery_type DEFAULT_BAT...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
juniper: Change default battery to AP16L5J Set AP16L5J as default battery. BUG=b:168269608 BRANCH=master TEST=make buildall is success. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: Ie1a1b655e78cd5ec57cd2eb9e4db389d781fa305 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2419736 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
136,362
10.09.2020 21:57:00
-28,800
db78abe0160364bf075e1595850407dfdd182297
ucsa: add lcd driver LCD 2004A driver, show "USB-C Sink Advertiser" on screen. TEST=make buildall BRANCH=master
[ { "change_type": "MODIFY", "old_path": "board/fusb307bgevb/board.c", "new_path": "board/fusb307bgevb/board.c", "diff": "#include \"ec_version.h\"\n#include \"gpio.h\"\n#include \"hooks.h\"\n+#include \"i2c.h\"\n+#include \"lcd.h\"\n#include \"queue_policies.h\"\n#include \"registers.h\"\n#include \"...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
ucsa: add lcd driver LCD 2004A driver, show "USB-C Sink Advertiser" on screen. BUG=none TEST=make buildall BRANCH=master Signed-off-by: Yun-Chieh Lee <lyunjie@google.com> Change-Id: I4dc3932fba0077bc215f2e6c7855ba26995370ac Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2402852 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,257
18.09.2020 14:59:28
-28,800
7b14150c0425080644bd96df846a4eb5c3159e01
eldrid: remove USB4 support We don't support USB4 and bb retimer. BRANCH=none TEST=make -j BOARD=eldrid TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "board/eldrid/board.c", "new_path": "board/eldrid/board.c", "diff": "*/\n/* Volteer board-specific configuration */\n-#include \"bb_retimer.h\"\n#include \"button.h\"\n#include \"common.h\"\n#include \"accelgyro.h\"\n#include \"driver/bc12/pi3usb9201.h\"\n#incl...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
eldrid: remove USB4 support We don't support USB4 and bb retimer. BUG=b:168862153 BRANCH=none TEST=make -j BOARD=eldrid TEST=make buildall Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: Ifc0b1b239812b1cf690691f4c90eb96f05e370a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2417786 Reviewed-by: Keith Short <keithshort@chromium.org>
136,311
18.09.2020 16:27:16
21,600
17838629321431d8248f3ade35993a9f21242477
Makefile: add support for private-kandou directory BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -262,6 +262,7 @@ include driver/build.mk\ninclude fuzz/build.mk\ninclude power/build.mk\n-include private/build.mk\n+-include private-kandou/build.mk\nifneq ($(PDIR),)\ninclude $(PDIR)/build.mk\nendif\n@@ -285,6 +...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Makefile: add support for private-kandou directory BUG=b:168930682 BRANCH=none TEST=make buildall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I658f309644cdbeb050523cab722de71bb052bf25 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2421301 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
136,208
22.07.2020 13:51:31
-28,800
c414ce49403052368a4743521018f39f1461ec00
asurada: enable FRS TEST=ensure FRS work BRANCH=none
[ { "change_type": "MODIFY", "old_path": "board/asurada/board.c", "new_path": "board/asurada/board.c", "diff": "@@ -273,12 +273,14 @@ struct ppc_config_t ppc_chips[CONFIG_USB_PD_PORT_MAX_COUNT] = {\n{\n.i2c_port = I2C_PORT_PPC0,\n.i2c_addr_flags = SYV682X_ADDR0_FLAGS,\n- .drv = &syv682x_drv\n+ .drv = ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
asurada: enable FRS BUG=b:159575812 b:159760359 TEST=ensure FRS work BRANCH=none Change-Id: If2be1edc77c2f933f044066b89f549395988b5d1 Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2311996 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,295
21.09.2020 17:24:50
-28,800
21889b21c704c516a447c93ee3a497ef78949d56
zork: move HDMI retimer setting to variant This CL move HDMI retimer(pi3hdx1204) setting to variant. BRANCH=zork TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "baseboard/zork/baseboard.c", "new_path": "baseboard/zork/baseboard.c", "diff": "@@ -246,13 +246,6 @@ __overridable int check_hdmi_hpd_status(void)\nreturn 1;\n}\n-const struct pi3hdx1204_tuning pi3hdx1204_tuning = {\n- .eq_ch0_ch1_offset = PI3HDX1204_EQ_DB710,...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
zork: move HDMI retimer setting to variant This CL move HDMI retimer(pi3hdx1204) setting to variant. BUG=none BRANCH=zork TEST=make buildall Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I5b50058c44ccb9fd5d9403939d5f4ea9a9670b7c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2421391 Reviewed-by: Edward Hill <ecgh@chromium.org> Commit-Queue: Edward Hill <ecgh@chromium.org>
136,378
21.09.2020 22:21:28
-28,800
98f0f2891c52e22b970d5afc94107a9eb463980a
Coachz: change charge LED port to C0 change charge LED port to C0 with reference to the schematic BRANCH=master TEST=make -j BOARD=coachz
[ { "change_type": "MODIFY", "old_path": "board/coachz/gpio.inc", "new_path": "board/coachz/gpio.inc", "diff": "@@ -101,8 +101,8 @@ GPIO(EN_USB_A_5V, PIN(8, 6), GPIO_INPUT) /* NC, backup only */\nGPIO(USB_A_CDP_ILIM_EN, PIN(7, 5), GPIO_INPUT) /* NC, backup only */\n/* LEDs */\n-GPIO(EC_CHG_LED_Y_C1, P...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Coachz: change charge LED port to C0 change charge LED port to C0 with reference to the schematic BUG=None BRANCH=master TEST=make -j BOARD=coachz Change-Id: I02f96faed85034edf9f7f73cba250023a3e9a164 Signed-off-by: Simon Zhou <zhouguohui@huaqin.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2421402 Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Wai-Hong Tam <waihong@google.com>
136,305
22.09.2020 14:49:14
21,600
bd5d36fd20acfe72ed71e61b796a6e22184d166a
Dedede: Remove VSYNC sensor Remove VSYNC sensor, and related GPIOs and configs. BRANCH=None TEST=make -j buildall
[ { "change_type": "MODIFY", "old_path": "board/drawcia/board.c", "new_path": "board/drawcia/board.c", "diff": "#include \"driver/accelgyro_lsm6dsm.h\"\n#include \"driver/bc12/pi3usb9201.h\"\n#include \"driver/charger/sm5803.h\"\n-#include \"driver/sync.h\"\n#include \"driver/temp_sensor/thermistor.h\...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Dedede: Remove VSYNC sensor Remove VSYNC sensor, and related GPIOs and configs. BRANCH=None BUG=b:169056723 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Ib37e648ea04b5da3ed9ce6a660fcd60f2bfe264a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2424891 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
136,262
03.09.2020 13:40:15
-28,800
fc1e2c342c9da90e5629c4344373b63802e09997
phaser: Add PPC syv682x config Supoprt PPC SYV682X on Phaser-R series BRANCH=firmware-octopus-11297.B TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "board/phaser/board.c", "new_path": "board/phaser/board.c", "diff": "#include \"driver/accel_lis2dh.h\"\n#include \"driver/accelgyro_lsm6dsm.h\"\n#include \"driver/ppc/nx20p348x.h\"\n+#include \"driver/ppc/syv682x.h\"\n#include \"driver/tcpm/anx7447.h\"\n#inclu...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
phaser: Add PPC syv682x config Supoprt PPC SYV682X on Phaser-R series BUG=b:160940803 BRANCH=firmware-octopus-11297.B TEST=make buildall Change-Id: I7e0c66cc0626eda92985ebc40430039ba2094ae8 Signed-off-by: jerry2.huang <jerry2.huang@lcfc.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2413972 Reviewed-by: Marco Chen <marcochen@chromium.org>
136,257
16.09.2020 18:45:28
-28,800
a4e14b97193fe079d18e929ce9d28b586d5418de
eldrid: limit input current to 90% Protect adapter provide overcurrent. And follow OEM charger policy to set 90% input current limit when S0. BRANCH=none TEST=make -j BOARD=eldrid TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "baseboard/volteer/baseboard.c", "new_path": "baseboard/volteer/baseboard.c", "diff": "@@ -292,7 +292,7 @@ int board_set_active_charge_port(int port)\nreturn EC_SUCCESS;\n}\n-void board_set_charge_limit(int port, int supplier, int charge_ma,\n+__overridable voi...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
eldrid: limit input current to 90% Protect adapter provide overcurrent. And follow OEM charger policy to set 90% input current limit when S0. BUG=b:169025944 BRANCH=none TEST=make -j BOARD=eldrid TEST=make buildall Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Change-Id: Idc5aa532aaf5f4c7db45d9db2e1ce66032611a53 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2413810 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
136,224
19.09.2020 17:46:19
25,200
e7eadea4bf1bbef469e661263ecd3a016e5bd1ad
usb_pd: Add common function to get PD revision Add common function for both TCPMv1 and TCPMv2 to get PD revision Modify TCPMv1 pd_get_vdo_ver() to get correct cable VDO version BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "common/usb_pd_protocol.c", "new_path": "common/usb_pd_protocol.c", "diff": "@@ -344,29 +344,32 @@ static inline void set_state_timeout(int port,\npd[port].timeout_state = timeout_state;\n}\n-#ifdef CONFIG_USB_PD_REV30\n-int pd_get_rev(int port)\n+int pd_get_re...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
usb_pd: Add common function to get PD revision Add common function for both TCPMv1 and TCPMv2 to get PD revision Modify TCPMv1 pd_get_vdo_ver() to get correct cable VDO version BUG=none BRANCH=none TEST=make buildall Signed-off-by: li feng <li1.feng@intel.com> Change-Id: I7cc597a45e9581346683b7af54894bffb48d16bd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2420468 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
136,209
22.09.2020 13:31:44
-36,000
b7029174f2c37fd17d6e8fc4ae4c4ad6666d5333
Dooly: Add tasks for type C port 1 TEST=buildall BRANCH=none Tested-by: Andrew McRae
[ { "change_type": "MODIFY", "old_path": "board/dooly/ec.tasklist", "new_path": "board/dooly/ec.tasklist", "diff": "TASK_ALWAYS(POWERBTN, power_button_task, NULL, LARGER_TASK_STACK_SIZE) \\\nTASK_ALWAYS(CONSOLE, console_task, NULL, LARGER_TASK_STACK_SIZE) \\\nTASK_ALWAYS(PD_C0, pd_task, NULL, LARGER_T...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Dooly: Add tasks for type C port 1 BUG=none TEST=buildall BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: I843380290975c7227a615d0a2790edd6acec56c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2422926 Tested-by: Andrew McRae <amcrae@chromium.org> Reviewed-by: Nikolai Artemiev <nartemiev@google.com> Commit-Queue: Andrew McRae <amcrae@chromium.org>
136,418
22.09.2020 18:42:05
25,200
a3cd6163db83eaa1d314e376fcefe1c7ed43e48b
ln9310: Clear STANDBY_EN bit on init Leaving STANDBY_EN on blocks the power on sequence. Clear the bit explicitly. BRANCH=None TEST=Built the image correctly.
[ { "change_type": "MODIFY", "old_path": "driver/ln9310.c", "new_path": "driver/ln9310.c", "diff": "@@ -215,5 +215,11 @@ void ln9310_init(void)\nCPRINTS(\"LN9310 reading INT1 failed\");\nreturn;\n}\n+\n+ /* Clear the STANDBY_EN bit */\n+ field_update8(LN9310_REG_STARTUP_CTRL,\n+ LN9310_STANDBY_EN,\n+ ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
ln9310: Clear STANDBY_EN bit on init Leaving STANDBY_EN on blocks the power on sequence. Clear the bit explicitly. BRANCH=None BUG=b:163867792, b:169127324 TEST=Built the image correctly. Change-Id: Iadfcb3a7eb58f076704392f1dd7762400ed1ab58 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2424806 Reviewed-by: Sean Hou <seanhou@lionsemi.com> Reviewed-by: Stephen Boyd <swboyd@chromium.org>
136,269
17.09.2020 14:20:39
25,200
53eda6a39a91912be8b30b191f8409d8690cb48d
third_party/linux: Add overflow.h from Linux kernel Copied from repo: commit: path: include/linux/overflow.h. BRANCH=none TEST=make buildall -j
[ { "change_type": "MODIFY", "old_path": "PRESUBMIT.cfg", "new_path": "PRESUBMIT.cfg", "diff": "@@ -12,6 +12,9 @@ tab_check: false\ncheckpatch_check: --no-tree --ignore=MSLEEP,VOLATILE,SPDX_LICENSE_TAG\nkerneldoc_check: --include_regex=\\bec_commands\\.h$\n+cros_license_check :\n+ --exclude_regex=^thi...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
third_party/linux: Add overflow.h from Linux kernel Copied from repo: https://github.com/torvalds/linux.git commit: 5925fa68fe8244651b3f78a88c4af99190a88f0d path: include/linux/overflow.h. BRANCH=none BUG=b:144957935 TEST=make buildall -j Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Iab74359f9d2c283c4a1e67d8e633e88bb1861337 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2417007 Reviewed-by: Edward Hill <ecgh@chromium.org>
136,269
17.09.2020 15:44:28
25,200
dda108fd4a55564ba657d9d26f782e9ff788f6b2
third_party/linux: Adapt overflow.h for EC build environment BRANCH=none TEST=make buildall
[ { "change_type": "ADD", "old_path": null, "new_path": "include/compiler.h", "diff": "+/* Copyright 2020 The Chromium OS Authors. All rights reserved.\n+ * Use of this source code is governed by a BSD-style license that can be\n+ * found in the LICENSE file.\n+ */\n+\n+#ifndef __CROS_EC_COMPILER_H\n+...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
third_party/linux: Adapt overflow.h for EC build environment BRANCH=none BUG=b:144957935 TEST=make buildall Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Iea1183e8b10af651eac2fad1174128774e7fb681 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2417528 Reviewed-by: Edward Hill <ecgh@chromium.org>
136,424
23.09.2020 18:45:00
-28,800
48509706db2ab4e3987a600ea6676f581317e5fb
util: Migrate chargen to python3 BRANCH=master TEST=Output is the same with python2
[ { "change_type": "MODIFY", "old_path": "util/chargen", "new_path": "util/chargen", "diff": "-#!/usr/bin/env python2\n+#!/usr/bin/env python3\n# Copyright 2019 The Chromium OS Authors. All rights reserved.\n# Use of this source code is governed by a BSD-style license that can be\n# found in the LICEN...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
util: Migrate chargen to python3 BUG=chromium:1031705 BRANCH=master TEST=Output is the same with python2 Signed-off-by: kerker <kerker@chromium.org> Change-Id: Ice9bb885fe862b298c55c29c05d7f7eb4a2bead0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2425984 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,386
19.09.2020 15:18:37
-28,800
19007dd5773dbba6b599c3a01b92b493510af58c
Fennel: Change g-sensor setting for fennel Modify lid accel to LIS2DWL & config g-sensor matrixes. BRANCH=master TEST=make -j BOARD=fennel
[ { "change_type": "MODIFY", "old_path": "board/fennel/board.c", "new_path": "board/fennel/board.c", "diff": "#include \"chipset.h\"\n#include \"common.h\"\n#include \"console.h\"\n-#include \"driver/accel_kionix.h\"\n+#include \"driver/accel_lis2dw12.h\"\n#include \"driver/accelgyro_bmi_common.h\"\n#...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Fennel: Change g-sensor setting for fennel Modify lid accel to LIS2DWL & config g-sensor matrixes. BUG=b:163109924 BRANCH=master TEST=make -j BOARD=fennel Change-Id: I2e3143daf41ea848f0c32778f3d066aa7b0878d6 Signed-off-by: Aaron Zhang <zhangjianbo@huaqin.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2419733 Reviewed-by: Zhuohao Lee <zhuohao@chromium.org> Commit-Queue: Zhuohao Lee <zhuohao@chromium.org>
136,418
22.09.2020 19:46:00
25,200
7928c23272ecc4bf551b1e4dcb96a0d9b4a46ec7
ln9310: Fix the register of LN9310_REG_LB_CTRL The existing code sets it to a wrong register, LN9310_REG_SYS_CTRL. Correct it. Also override the LN9310_REG_SYS_CTRL to 0. BRANCH=None TEST=Verified the power-on sequence worked.
[ { "change_type": "MODIFY", "old_path": "driver/ln9310.c", "new_path": "driver/ln9310.c", "diff": "@@ -134,9 +134,17 @@ static int ln9310_init_3to1(void)\nLN9310_PWR_OP_MODE_SWITCH31);\n/* 3S lower bounde delta configurations */\n+ field_update8(LN9310_REG_LB_CTRL,\n+ LN9310_LB_DELTA_MASK,\n+ LN9310_...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
ln9310: Fix the register of LN9310_REG_LB_CTRL The existing code sets it to a wrong register, LN9310_REG_SYS_CTRL. Correct it. Also override the LN9310_REG_SYS_CTRL to 0. BRANCH=None BUG=b:163867792, b:169127324 TEST=Verified the power-on sequence worked. Change-Id: Idb96e5510eb47b7f652d9ea38be5a5a7eb84e88f Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2425454
136,424
22.09.2020 14:58:00
-28,800
dec322f3a3d908564e9e9f4a1ffc418d9e061c0f
usb_power: Migrate stats_manager.py to python2/3 compatible BRANCH=master TEST=`python3 stats_manager_unittest.py` pass TEST=`python2 stats_manager_unittest.py` pass
[ { "change_type": "MODIFY", "old_path": "extra/usb_power/stats_manager.py", "new_path": "extra/usb_power/stats_manager.py", "diff": "\"\"\"Calculates statistics for lists of data and pretty print them.\"\"\"\n+# Note: This is a py2/3 compatible file.\n+\nfrom __future__ import print_function\nimport ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
usb_power: Migrate stats_manager.py to python2/3 compatible BUG=chromium:1031705 BRANCH=master TEST=`python3 stats_manager_unittest.py` pass TEST=`python2 stats_manager_unittest.py` pass Signed-off-by: kerker <kerker@chromium.org> Change-Id: I4414eb99519ae43b1d94cebaea849a9b98beeb5d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2422062 Reviewed-by: Hung-Te Lin <hungte@chromium.org>
136,424
22.09.2020 14:59:00
-28,800
1577603a46906a17525d75aaf502a3b821736b2b
usb_power: Migrate powerlog.py to python2/3 compatible BRANCH=master TEST=`python3 powerlog_unittest.py` pass TEST=`python2 powerlog_unittest.py` pass
[ { "change_type": "MODIFY", "old_path": "extra/usb_power/powerlog.py", "new_path": "extra/usb_power/powerlog.py", "diff": "-#!/usr/bin/env python2\n+#!/usr/bin/env python\n# Copyright 2016 The Chromium OS Authors. All rights reserved.\n# Use of this source code is governed by a BSD-style license that...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
usb_power: Migrate powerlog.py to python2/3 compatible BUG=chromium:1031705 BRANCH=master TEST=`python3 powerlog_unittest.py` pass TEST=`python2 powerlog_unittest.py` pass Signed-off-by: kerker <kerker@chromium.org> Change-Id: I8507a1a5dd4ad06c6311a7d9259a23b8a6377f6a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2422063 Reviewed-by: Hung-Te Lin <hungte@chromium.org>
136,331
17.09.2020 09:45:07
21,600
1c3c2140f333f4a169f047fad8a780d0b71c2e5d
common: include console_channel.inc to be relative to include/ "include/" is unnecessary in the front of these include paths since Iinclude/ is already in the compiler flags. BRANCH=none TEST=compiles
[ { "change_type": "MODIFY", "old_path": "common/console_output.c", "new_path": "common/console_output.c", "diff": "@@ -29,7 +29,7 @@ static uint32_t channel_mask_saved = CC_DEFAULT;\n*/\nstatic const char * const channel_names[] = {\n#define CONSOLE_CHANNEL(enumeration, string) string,\n- #include \"...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
common: include console_channel.inc to be relative to include/ "include/" is unnecessary in the front of these include paths since -Iinclude/ is already in the compiler flags. BUG=b:167590251 BRANCH=none TEST=compiles Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I9b815b9d190d3a1b16fe67c0e99199b1001648bb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2427087 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,424
23.09.2020 18:29:37
-28,800
24f03775900d085130f4d411da3bfdfe29afc7ef
usb_spi: Remove stm32spi.py since no one uses it BRANCH=master TEST=None
[ { "change_type": "DELETE", "old_path": "extra/usb_spi/stm32spi.py", "new_path": null, "diff": "-#!/usr/bin/env python2\n-# Copyright 2016 The Chromium OS Authors. All rights reserved.\n-# Use of this source code is governed by a BSD-style license that can be\n-# found in the LICENSE file.\n-\n-\n-# ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
usb_spi: Remove stm32spi.py since no one uses it BUG=chromium:1031705 BRANCH=master TEST=None Signed-off-by: kerker <kerker@chromium.org> Change-Id: Idf4f5342da6b3f3307e1948c165d44b83031543a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2425983 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
136,424
24.09.2020 17:24:07
-28,800
512b9c0ad6e72fb8db6b2038c6b835965fc6cbb1
util/unpack_ftb: Fix semantic error `map()` returns `list` in python2, while returns iterable object in python3. In python3, using `list()` to wrap the output from `map()` is more natural. BRANCH=master TEST=None
[ { "change_type": "MODIFY", "old_path": "util/unpack_ftb.py", "new_path": "util/unpack_ftb.py", "diff": "@@ -81,7 +81,7 @@ def main():\nfor key, _ in header._fields_:\nv = getattr(header, key)\nif isinstance(v, ctypes.Array):\n- print(key, map(hex, v))\n+ print(key, list(map(hex, v)))\nelse:\nprint(k...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
util/unpack_ftb: Fix semantic error `map()` returns `list` in python2, while returns iterable object in python3. In python3, using `list()` to wrap the output from `map()` is more natural. BUG=chromium:1031705 BRANCH=master TEST=None Signed-off-by: kerker <kerker@chromium.org> Change-Id: Ic801d488920d07effa2316f1ea3b4160ffe21f7a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2428345 Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
136,362
10.09.2020 23:52:50
-28,800
de120a50f59240ed76d3942b779a36bd0cdeb888
ucsa: fusb307 driver and enable tcpc interrupt Enable interrupt from tcpc fusb307bg. TEST=make buildall BRANCH=master
[ { "change_type": "MODIFY", "old_path": "board/fusb307bgevb/board.c", "new_path": "board/fusb307bgevb/board.c", "diff": "#include \"common.h\"\n#include \"ec_version.h\"\n+#include \"fusb307.h\"\n#include \"gpio.h\"\n#include \"hooks.h\"\n#include \"i2c.h\"\nstatic void tcpc_alert_event(enum gpio_sig...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
ucsa: fusb307 driver and enable tcpc interrupt Enable interrupt from tcpc fusb307bg. BUG=b:162057390 TEST=make buildall BRANCH=master Signed-off-by: Yun-Chieh Lee <lyunjie@google.com> Change-Id: If2ab2998b4430abcfd746e9879abd4334de319e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2405713 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,362
14.09.2020 00:31:55
-28,800
1c5511ed5e33231038e019b247df19e1b6178afd
ucsa: display pdo on lcd and handle button event Display pdo on lcd and select supply voltage with buttons. TEST=make buildall BRANCH=master
[ { "change_type": "MODIFY", "old_path": "board/fusb307bgevb/board.c", "new_path": "board/fusb307bgevb/board.c", "diff": "#include \"hooks.h\"\n#include \"i2c.h\"\n#include \"lcd.h\"\n+#include \"printf.h\"\n#include \"queue_policies.h\"\n#include \"registers.h\"\n#include \"task.h\"\n#include \"usart...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
ucsa: display pdo on lcd and handle button event Display pdo on lcd and select supply voltage with buttons. BUG=b:162057390 TEST=make buildall BRANCH=master Signed-off-by: Yun-Chieh Lee <lyunjie@google.com> Change-Id: Ibee29a47bd7744dff08deb8eb14bf97d0ddc627e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2407614 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,269
24.09.2020 12:59:54
25,200
bd444bbe8fcd5125d6793ed5969f266c53b1892f
docs/fingerprint: Add link to reference manuals BRANCH=none TEST=view in gitiles
[ { "change_type": "MODIFY", "old_path": "docs/fingerprint/fingerprint.md", "new_path": "docs/fingerprint/fingerprint.md", "diff": "@@ -26,8 +26,8 @@ building the EC code) are for fingerprint:\nMCU | Firmware (EC \"board\") | Dev Board\n--------------------- | -----------------------------------------...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
docs/fingerprint: Add link to reference manuals BRANCH=none BUG=none TEST=view in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I53ddbad8cef8bccf44df3d771b9d9e0e0f9ef928 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2429493 Commit-Queue: Yicheng Li <yichengli@chromium.org> Reviewed-by: Yicheng Li <yichengli@chromium.org>
136,269
22.09.2020 10:26:47
25,200
9273bed1858368e4c550868987cf8968f9f85313
test/utils: Add unit tests for safe_memcmp BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "test/utils.c", "new_path": "test/utils.c", "diff": "@@ -450,6 +450,20 @@ test_static int test_is_aligned(void)\nreturn EC_SUCCESS;\n}\n+test_static int test_safe_memcmp(void)\n+{\n+ const char str1[] = \"abc\";\n+ const char str2[] = \"def\";\n+ const char str...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
test/utils: Add unit tests for safe_memcmp BRANCH=none BUG=b:169156874 TEST=make buildall Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I0bf4bdd654e6ba64b718c0d18650d561294744bc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2424067 Reviewed-by: Diana Z <dzigterman@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
136,424
21.09.2020 14:55:55
-28,800
4747bf170d58917025889fedc93e5a0ac7db7fb1
stack_analyzer: Migrate to python3 BRANCH=master TEST=stack_analyzer_unittest.py TEST=`make BOARD=kukui SECTION=RO analyzestack` runs successfully
[ { "change_type": "MODIFY", "old_path": "extra/stack_analyzer/run_tests.sh", "new_path": "extra/stack_analyzer/run_tests.sh", "diff": "# found in the LICENSE file.\n# Discover all the unit tests in extra/stack_analyzer directory and run them.\n-python2 -m unittest discover -b -s extra/stack_analyzer ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
stack_analyzer: Migrate to python3 BUG=chromium:1031705 BRANCH=master TEST=stack_analyzer_unittest.py TEST=`make BOARD=kukui SECTION=RO analyzestack` runs successfully Signed-off-by: kerker <kerker@chromium.org> Change-Id: I4027c9c21bdf5fb456430231f1e9bfefed3e8fdb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2419737 Reviewed-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org>
136,424
22.09.2020 16:11:47
-28,800
9e5e0e5dba9ed3b641f3595526b2d1488b00a4b6
util: Migrate inject-keys.py to python2/3 compatible BRANCH=master TEST=`test-inject-keys.sh` pass with python2, python3 shebang
[ { "change_type": "MODIFY", "old_path": "util/inject-keys.py", "new_path": "util/inject-keys.py", "diff": "-#!/usr/bin/env python2\n+#!/usr/bin/env python\n# -*- coding: utf-8 -*-\n#\n# Copyright 2016 The Chromium OS Authors. All rights reserved.\n# Use of this source code is governed by a BSD-style ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
util: Migrate inject-keys.py to python2/3 compatible BUG=chromium:1031705 BRANCH=master TEST=`test-inject-keys.sh` pass with python2, python3 shebang Signed-off-by: kerker <kerker@chromium.org> Change-Id: I61e7fe8525f8b836dae5eedd74f090899ac019e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2422111 Reviewed-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
136,386
08.08.2020 15:37:24
-28,800
6aaa7d4a1907b97787dd4b28e727394e3e5eadd6
Fennel: Change Led setting for fennel 1.Follow Google and customer spec to change led setting. 2.Free flash space for RO to solve build error. BRANCH=master TEST=make -j BOARD=fennel
[ { "change_type": "MODIFY", "old_path": "board/fennel/board.h", "new_path": "board/fennel/board.h", "diff": "#include \"baseboard.h\"\n+/* free flash space */\n+#ifdef SECTION_IS_RO\n+#undef CONFIG_USB_PD_DEBUG_LEVEL\n+#define CONFIG_USB_PD_DEBUG_LEVEL 0\n+#define CONFIG_COMMON_GPIO_SHORTNAMES\n+#end...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Fennel: Change Led setting for fennel 1.Follow Google and customer spec to change led setting. 2.Free flash space for RO to solve build error. BUG=b:163100496 BRANCH=master TEST=make -j BOARD=fennel Change-Id: Ifb5b94cb12f4309b94b0ba917336933d9f06ce85 Signed-off-by: Aaron Zhang <zhangjianbo@huaqin.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2342960 Reviewed-by: Zhuohao Lee <zhuohao@chromium.org>
136,269
17.09.2020 11:35:33
25,200
01b7d964e5afe94450548c05ca062c35ac5fdd89
fpsensor: Fix buffer check to account for overflow BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "common/fpsensor/fpsensor.c", "new_path": "common/fpsensor/fpsensor.c", "diff": "#include \"host_command.h\"\n#include \"link_defs.h\"\n#include \"mkbp_event.h\"\n+#include \"overflow.h\"\n#include \"spi.h\"\n#include \"system.h\"\n#include \"task.h\"\n@@ -356,...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
fpsensor: Fix buffer check to account for overflow BRANCH=none BUG=b:144957935 TEST=make buildall Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I1b4fa0a715869ccc37e48d75316ef52c367aa64a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2417529 Reviewed-by: Craig Hesling <hesling@chromium.org>
136,331
23.09.2020 08:40:32
21,600
4ce2585f263da305785244aade6142f11f936861
zephyr: add compatible assert.h header Add a compatible header for "builtin/assert.h" which uses Zephyr's assertion system. BRANCH=none TEST=compile with follow-up CLs
[ { "change_type": "ADD", "old_path": null, "new_path": "zephyr/shim/include/builtin/assert.h", "diff": "+/* Copyright 2020 The Chromium OS Authors. All rights reserved.\n+ * Use of this source code is governed by a BSD-style license that can be\n+ * found in the LICENSE file.\n+ */\n+\n+#ifndef __CRO...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
zephyr: add compatible assert.h header Add a compatible header for "builtin/assert.h" which uses Zephyr's assertion system. BUG=b:167590251 BRANCH=none TEST=compile with follow-up CLs Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Id6ead8fd664dca8c391c72325fd98c6990e5fc13 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2427099 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,424
18.09.2020 17:01:41
-28,800
d888a8e84e8739cc4d3e89f7c534b49e360e34ad
ec3po: run_tests.sh uses python3 to run unittest BRANCH=master TEST=run_tests.sh pass
[ { "change_type": "MODIFY", "old_path": "util/ec3po/run_tests.sh", "new_path": "util/ec3po/run_tests.sh", "diff": "# found in the LICENSE file.\n# Discover all the unit tests in the ec3po directory and run them.\n-python2 -m unittest discover -b -s util/ec3po/ -p *_unittest.py \\\n+python3 -m unittes...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
ec3po: run_tests.sh uses python3 to run unittest BUG=chromium:1031705 BRANCH=master TEST=run_tests.sh pass Signed-off-by: kerker <kerker@chromium.org> Change-Id: I3be180f50db5ec84d0035dd558a2177e0ef1313c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2418193 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
136,424
23.09.2020 17:55:53
-28,800
e4486b47c0e617e867439665dd1a774f50f68f4c
usb_updater: Migrate fw_update.py to python2/3 compatible BRANCH=master TEST=None
[ { "change_type": "MODIFY", "old_path": "extra/usb_updater/fw_update.py", "new_path": "extra/usb_updater/fw_update.py", "diff": "-#!/usr/bin/env python2\n+#!/usr/bin/env python\n# Copyright 2016 The Chromium OS Authors. All rights reserved.\n# Use of this source code is governed by a BSD-style licens...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
usb_updater: Migrate fw_update.py to python2/3 compatible BUG=chromium:1031705 BRANCH=master TEST=None Signed-off-by: kerker <kerker@chromium.org> Change-Id: I00a1c0868980e9b8a03ad13ea000fbe94ef3192f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2425791 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
136,424
22.09.2020 14:06:52
-28,800
289bb8aa3b431395d895105e6f44a58ef64c9543
usb_serial: Migrate console.py to python2/3 compatible Trace pyusb source code to make sure the correct interface, and change them properly. BRANCH=master TEST=None
[ { "change_type": "MODIFY", "old_path": "extra/usb_serial/console.py", "new_path": "extra/usb_serial/console.py", "diff": "-#!/usr/bin/env python2\n+#!/usr/bin/env python\n# Copyright 2016 The Chromium OS Authors. All rights reserved.\n# Use of this source code is governed by a BSD-style license that...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
usb_serial: Migrate console.py to python2/3 compatible Trace pyusb source code to make sure the correct interface, and change them properly. BUG=chromium:1031705 BRANCH=master TEST=None Signed-off-by: kerker <kerker@chromium.org> Change-Id: I185bf8a7d47f641f6554ba2d36a11d56967661b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2422929 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
136,418
25.09.2020 16:06:41
25,200
233287d60adf9988f864bc0593717596ecd65a2c
Coachz: Remove the reversed-plug detection for detachible base The reversed-plug is not supported. Updated the TODO's and removed the reversed-plug detection. BRANCH=None TEST=Built the Coachz image.
[ { "change_type": "MODIFY", "old_path": "board/coachz/base_detect.c", "new_path": "board/coachz/base_detect.c", "diff": "#define BASE_DETECT_RETRY_US (500 * MSEC)\n/*\n- * TODO(b:169094188): Clarify the pull-up value 601K or 100K?\n- *\n* Lid has 604K pull-up, base has 30.1K pull-down, so the\n* ADC ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Coachz: Remove the reversed-plug detection for detachible base The reversed-plug is not supported. Updated the TODO's and removed the reversed-plug detection. BRANCH=None BUG=b:169094188, b:168712053 TEST=Built the Coachz image. Change-Id: I15563c91e37bb752f15a7538bd1e19b9d922d5f9 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2432411 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
136,286
23.09.2020 19:55:45
-28,800
5f7e9fa3a0817b27a7a34c04ee970b3a5e14fb39
voxel: undefine CONFIG_CHIP_INIT_ROM_REGION Supports NPCX797FC dose not leave unused flash space. BRANCH=master TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "board/voxel/board.h", "new_path": "board/voxel/board.h", "diff": "#undef NPCX7_PWM1_SEL\n#define NPCX7_PWM1_SEL 0 /* GPIO C2 is not used as PWM1. */\n-#ifdef BOARD_VOXEL_NPCX797FC\n/*\n* The RAM and flash size combination on the the NPCX797FC does not leave\n*...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
voxel: undefine CONFIG_CHIP_INIT_ROM_REGION Supports NPCX797FC dose not leave unused flash space. BUG=b:169172356 BRANCH=master TEST=make buildall Change-Id: I643790fc34b949d4efc847bb102f3d29fd341a12 Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2425986 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
136,424
26.09.2020 14:20:59
-28,800
4a3afc38aa147d5b7feff62984b538a3c7428db0
ecusb: Fix subprocess argument to make it py2/3 compatible BRANCH=master TEST=None
[ { "change_type": "MODIFY", "old_path": "extra/tigertool/ecusb/tiny_servo_common.py", "new_path": "extra/tigertool/ecusb/tiny_servo_common.py", "diff": "\"\"\"Utilities for using lightweight console functions.\"\"\"\n+# Note: This is a py2/3 compatible file.\n+\nimport datetime\nimport errno\nimport ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
ecusb: Fix subprocess argument to make it py2/3 compatible BUG=chromium:1031705 BRANCH=master TEST=None Signed-off-by: kerker <kerker@chromium.org> Change-Id: I78713f635e00cf01e1df641436b3a6d2f5c3c00b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2431318 Reviewed-by: Yu-Ping Wu <yupingso@chromium.org>
136,295
24.09.2020 14:54:55
-28,800
7405848ded48b0fbb7ca463e779dc55f75a843b8
berknip: update mux hpd signal This CL update USB_C1_HPD_IN_DB use gpio_or_ioex_set_level(). BRANCH=zork TEST=verify EC not panic on board version>=3.
[ { "change_type": "MODIFY", "old_path": "board/berknip/board.c", "new_path": "board/berknip/board.c", "diff": "@@ -285,10 +285,10 @@ static int board_tusb544_mux_set(const struct usb_mux *me,\n{\nif (mux_state & USB_PD_MUX_DP_ENABLED) {\n/* Enable IN_HPD on the DB */\n- ioex_set_level(board_usbc1_ret...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
berknip: update mux hpd signal This CL update USB_C1_HPD_IN_DB use gpio_or_ioex_set_level(). BUG=none BRANCH=zork TEST=verify EC not panic on board version>=3. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: Ifc01005d0f974f1ab3f5f095156b516e0cba9ff1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2428355 Reviewed-by: Edward Hill <ecgh@chromium.org> Commit-Queue: Edward Hill <ecgh@chromium.org>
136,280
28.09.2020 14:31:20
-28,800
82b66303bff63fd062790965858967449b4ff384
asurada: enable virtual battery TEST=Verify virtual_battery_operation() is called BRANCH=none Tested-by: Ting Shen
[ { "change_type": "MODIFY", "old_path": "board/asurada/board.c", "new_path": "board/asurada/board.c", "diff": "@@ -268,6 +268,11 @@ const struct i2c_port_t i2c_ports[] = {\n};\nconst unsigned int i2c_ports_used = ARRAY_SIZE(i2c_ports);\n+int board_allow_i2c_passthru(int port)\n+{\n+ return (port == I...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
asurada: enable virtual battery BUG=b:168453157 TEST=Verify virtual_battery_operation() is called BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: If634d6fafab7e49dcfeae8088e07d0f7de5cf89e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2434838 Reviewed-by: Eric Yilun Lin <yllin@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org>
136,427
28.09.2020 16:39:55
21,600
1e8cf1bca5c4a33b7564cb03762942f698974230
berknip: Remove sensors Remove motion sense (gyro + accel) drivers, since HW has none. BRANCH=zork TEST=none
[ { "change_type": "MODIFY", "old_path": "baseboard/zork/baseboard.h", "new_path": "baseboard/zork/baseboard.h", "diff": "/* Thermal */\n#define CONFIG_TEMP_SENSOR_SB_TSI\n+#ifdef HAS_TASK_MOTIONSENSE\n/* Enable sensor fifo, must also define the _SIZE and _THRES */\n#define CONFIG_ACCEL_FIFO\n/* FIFO ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
berknip: Remove sensors Remove motion sense (gyro + accel) drivers, since HW has none. BUG=b:166183179 BRANCH=zork TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I954bf491dd7cecf8a76d28b02ea100a0decb12d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2437191 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,222
13.05.2020 17:44:39
-28,800
b16c033100f11fb6f290d1fb8f47fbffac369e1e
chip/mt8192_scp: support ULPOSC Supports ULPOSC and selects ULPOSC2 (360MHz). BRANCH=none TEST=make BOARD=asurada_scp
[ { "change_type": "MODIFY", "old_path": "chip/mt8192_scp/clock.c", "new_path": "chip/mt8192_scp/clock.c", "diff": "/* Clocks, PLL and power settings */\n+#include <assert.h>\n+#include <string.h>\n+\n+#include \"clock_chip.h\"\n#include \"clock.h\"\n+#include \"console.h\"\n+#include \"csr.h\"\n+#inc...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
chip/mt8192_scp: support ULPOSC Supports ULPOSC and selects ULPOSC2 (360MHz). BRANCH=none BUG=b:146213943 BUG=b:156222893 TEST=make BOARD=asurada_scp Signed-off-by: Tzung-Bi Shih <tzungbi@chromium.org> Signed-off-by: Weiyi Lu <weiyi.lu@mediatek.com> Change-Id: Ib9f043bb5575a6e18fc64479c7b241e11e012b5c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2198823 Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
136,280
24.09.2020 16:57:00
-28,800
7ff256dd7efd0127f7c25501a2f08184783d1ed0
zed: initial commit TEST=make BOARD=zed BRANCH=master Tested-by: Ting Shen
[ { "change_type": "MODIFY", "old_path": "board/hammer/variants.h", "new_path": "board/hammer/variants.h", "diff": "#define CONFIG_USB_PID 0x502d\n#elif defined(BOARD_WHISKERS)\n#define CONFIG_USB_PID 0x5030\n+#elif defined(BOARD_ZED)\n+/* TODO: update PID */\n+#define CONFIG_USB_PID 0x5022\n#else\n#e...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
zed: initial commit BUG=b:167884598 TEST=make BOARD=zed BRANCH=master Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I0b3542bff38756c07e5073672f0d485cd6a9d0c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2428444 Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org>
136,282
25.09.2020 20:14:00
-28,800
ad7938835f0c5260ce1887154aac7eab720b8dcf
Burnet: unmux pins away from emmc once we want to talk to sensors Apply CL:2043151 to burnet. BRANCH=firmware-kukui-12573.B TEST=Boot Burnet, no sensor init fail. TEST=emmc still works.
[ { "change_type": "MODIFY", "old_path": "board/burnet/board.c", "new_path": "board/burnet/board.c", "diff": "@@ -243,17 +243,24 @@ void bc12_interrupt(enum gpio_signal signal)\n#ifndef VARIANT_KUKUI_NO_SENSORS\nstatic void board_spi_enable(void)\n{\n- cputs(CC_ACCEL, \"board_spi_enable\");\n- gpio_co...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Burnet: unmux pins away from emmc once we want to talk to sensors Apply CL:2043151 to burnet. BUG=b:169259387 BRANCH=firmware-kukui-12573.B TEST=Boot Burnet, no sensor init fail. TEST=emmc still works. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: Ic4bde54ab3bf2b1482230335fe5d2b71dc72faa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2430908 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,282
26.09.2020 09:12:55
-28,800
b1e966390be0d14d609d7955cc5189713a2dd568
Kukui/baseboard: free flash space Disable PD log and enable GPIO short name to save ~800 bytes for RO. BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "baseboard/kukui/baseboard.h", "new_path": "baseboard/kukui/baseboard.h", "diff": "#define CONFIG_SYSTEM_UNLOCKED /* Allow dangerous commands for testing */\n#endif\n+/* free flash space */\n+#ifdef SECTION_IS_RO\n+#undef CONFIG_USB_PD_DEBUG_LEVEL\n+#define CON...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Kukui/baseboard: free flash space Disable PD log and enable GPIO short name to save ~800 bytes for RO. BUG=none BRANCH=none TEST=make buildall Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I326199411a3728b0ff6f5dc9531ad054245b31b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2432226 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,282
01.09.2020 15:46:10
-28,800
96b761cf5b3784b16c560563f9777e35aa61a49e
kukui/baseboard: enable CONFIG_HOSTCMD_AP_SET_SKUID CL:2321689 already sent SKUID to EC. This patch enable AP set SKUID to EC to distinguish platform factor. BRANCH=firmware-kukui-12573.B TEST=make buildall -j and boots to Burnet
[ { "change_type": "MODIFY", "old_path": "baseboard/kukui/baseboard.h", "new_path": "baseboard/kukui/baseboard.h", "diff": "/* define this if the board is jacuzzi family */\n#ifdef VARIANT_KUKUI_JACUZZI\n+#define CONFIG_HOSTCMD_AP_SET_SKUID\n#define CONFIG_IO_EXPANDER\n#define CONFIG_IO_EXPANDER_IT880...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
kukui/baseboard: enable CONFIG_HOSTCMD_AP_SET_SKUID CL:2321689 already sent SKUID to EC. This patch enable AP set SKUID to EC to distinguish platform factor. BUG=b:161767717 BRANCH=firmware-kukui-12573.B TEST=make buildall -j and boots to Burnet Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I5f92c293a26c0612b3a61bf009961217e17e8f3d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2386691 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,282
26.09.2020 09:35:03
-28,800
b10cec1fbf30a02ba582f345ec4f663935624022
Esche: Delete board Share with same firmware with Burnet base on SKUID. BRANCH=firmware-kukui-12573.B TEST=make buildall
[ { "change_type": "DELETE", "old_path": "board/esche/battery.c", "new_path": null, "diff": "-/* Copyright 2020 The Chromium OS Authors. All rights reserved.\n- * Use of this source code is governed by a BSD-style license that can be\n- * found in the LICENSE file.\n- */\n-\n-#include \"battery.h\"\n-...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Esche: Delete board Share with same firmware with Burnet base on SKUID. BUG=b:161767717 BRANCH=firmware-kukui-12573.B TEST=make buildall Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I5b7e3b69d8af821aea5646ee40e510a6dc45d271 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2431311 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,424
26.09.2020 14:30:51
-28,800
60f8307462bbb8dad78985f4321a2740bd0e828c
tigertool: Migrate tigertool.py to python2/3 compatible BRANCH=master TEST=None
[ { "change_type": "MODIFY", "old_path": "extra/tigertool/tigertool.py", "new_path": "extra/tigertool/tigertool.py", "diff": "-#!/usr/bin/env python2\n+#!/usr/bin/env python\n# Copyright 2017 The Chromium OS Authors. All rights reserved.\n# Use of this source code is governed by a BSD-style license th...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
tigertool: Migrate tigertool.py to python2/3 compatible BUG=chromium:1031705 BRANCH=master TEST=None Signed-off-by: kerker <kerker@chromium.org> Change-Id: I50b9aa6724bc6d9db5c7f743909d81c0b2dfc849 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2431319 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
136,424
26.09.2020 13:49:12
-28,800
17d47b68f8730a5404e9d2379a4b1a20c87d045b
cts: Migrate cts.py to python2/3 compatible BRANCH=master TEST=None
[ { "change_type": "MODIFY", "old_path": "cts/common/board.py", "new_path": "cts/common/board.py", "diff": "# Use of this source code is governed by a BSD-style license that can be\n# found in the LICENSE file.\n+# Note: This is a py2/3 compatible file.\n+\n+from __future__ import print_function\n+\nf...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
cts: Migrate cts.py to python2/3 compatible BUG=chromium:1031705 BRANCH=master TEST=None Signed-off-by: kerker <kerker@chromium.org> Change-Id: If043aa2d7d8b758571f43730635f741e3b81d8ad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2431316 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
136,205
29.09.2020 10:21:37
-28,800
9e7a0e936e66731ad73893b1304eebbca8a1e206
woomax: Use HPD to disable pi3hdx1204 in S0 BRANCH=zork TEST=check power consumption
[ { "change_type": "MODIFY", "old_path": "board/woomax/board.c", "new_path": "board/woomax/board.c", "diff": "@@ -213,6 +213,7 @@ static void board_chipset_resume(void)\n{\nint rv;\nint retry;\n+ int hpd = gpio_get_level(GPIO_DP1_HPD_EC_IN);\nioex_set_level(IOEX_USB_A0_RETIMER_EN, 1);\nioex_set_level(...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
woomax: Use HPD to disable pi3hdx1204 in S0 BUG=b:169300359 BRANCH=zork TEST=check power consumption Signed-off-by: Michael5 Chen <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: Ie1736313d004783ac2dc6bfd41591afa05c4edbc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2437573 Reviewed-by: Edward Hill <ecgh@chromium.org>
136,286
25.09.2020 13:17:06
-28,800
c5ec264d26024e0d63550d5aaaa645495fcc5744
magolor: add thermal table Add setup_thermal for setting thermal table BRANCH=master TEST=thermal team verify value on AP
[ { "change_type": "MODIFY", "old_path": "board/magolor/board.c", "new_path": "board/magolor/board.c", "diff": "@@ -129,6 +129,28 @@ const struct temp_sensor_t temp_sensors[] = {\n};\nBUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);\n+\n+const static struct ec_thermal_config thermal_a = {\...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
magolor: add thermal table Add setup_thermal for setting thermal table BUG=b:168353037 BRANCH=master TEST=thermal team verify value on AP Change-Id: I32e009aa8c81a8fbf5a925f009df54c467288e9d Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2428352 Reviewed-by: Diana Z <dzigterman@chromium.org>
136,331
17.09.2020 09:51:39
21,600
f8c8ab55241620fe047077f02ae0cce1d8e56d19
config: add CONFIG_ZEPHYR This adds a new configuration option, CONFIG_ZEPHYR, which gets enabled during a build of the platform/ec Zephyr module. BRANCH=none TEST=compiles
[ { "change_type": "MODIFY", "old_path": "include/config.h", "new_path": "include/config.h", "diff": "/* Define to enable USB State Machine framework. */\n#undef CONFIG_TEST_SM\n+/*\n+ * This build is not a complete platform/ec based EC, but instead\n+ * using the platform/ec zephyr module.\n+ */\n+#u...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
config: add CONFIG_ZEPHYR This adds a new configuration option, CONFIG_ZEPHYR, which gets enabled during a build of the platform/ec Zephyr module. BUG=b:167590251 BRANCH=none TEST=compiles Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I157928720d9d6ec0b71c2138298f46c64723fe0b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2427090 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,331
23.09.2020 08:08:33
21,600
5464f91364f648e31437844a923b97cc10388a9d
zephyr: make common.h compatible with Zephyr Zephyr provides definitions for these macros. Guard them away in the preprocessor so we don't get warnings about duplicate definitions. BRANCH=none TEST=no warnings in follow-up CLs
[ { "change_type": "MODIFY", "old_path": "include/common.h", "new_path": "include/common.h", "diff": "#ifdef CONFIG_ZEPHYR\n#include <sys/util.h>\n+#include <toolchain.h>\n#endif\n/*\n* Compared to directly using the preprocessor # operator, this 2-stage macro\n* is safe with regards to using nested m...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
zephyr: make common.h compatible with Zephyr Zephyr provides definitions for these macros. Guard them away in the preprocessor so we don't get warnings about duplicate definitions. BUG=b:167590251 BRANCH=none TEST=no warnings in follow-up CLs Change-Id: If2ccb23878ee6cdffa004f95562ea6a24350e063 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2427094 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,331
23.09.2020 08:16:57
21,600
1434fa7a1d5fed910c86f479aab75fee6521bb5d
zephyr: implement atomic.h This implements a compatibility layer with the deprecated_* atomic operations using Zephyr's APIs. BRANCH=none TEST=compile timer.c in follow-up CL
[ { "change_type": "ADD", "old_path": null, "new_path": "zephyr/shim/include/atomic.h", "diff": "+/* Copyright 2020 The Chromium OS Authors. All rights reserved.\n+ * Use of this source code is governed by a BSD-style license that can be\n+ * found in the LICENSE file.\n+ */\n+\n+#ifndef __CROS_EC_ATO...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
zephyr: implement atomic.h This implements a compatibility layer with the deprecated_* atomic operations using Zephyr's APIs. BUG=b:169151160 BRANCH=none TEST=compile timer.c in follow-up CL Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I49fa1afc28790ab14a91d472141a01e2370b24ac Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2427096 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,305
25.09.2020 11:58:04
21,600
2a045fdf01481da310dbe3f4c46569c0fd4b31e9
TCPMv2: Add events to TYPEC_STATUS host command Add retrieval of the event bits to the TYPEC_STATUS host command and ectool output. BRANCH=None TEST=on waddledoo, verify events show up in "ectool typecstatus"
[ { "change_type": "MODIFY", "old_path": "common/usbc/usb_pd_host.c", "new_path": "common/usbc/usb_pd_host.c", "diff": "@@ -147,7 +147,9 @@ static enum ec_status hc_typec_status(struct host_cmd_handler_args *args)\ntc_state_name = pd_get_task_state_name(p->port);\nstrzcpy(r->tc_state, tc_state_name, s...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
TCPMv2: Add events to TYPEC_STATUS host command Add retrieval of the event bits to the TYPEC_STATUS host command and ectool output. BRANCH=None BUG=b:167700356 TEST=on waddledoo, verify events show up in "ectool typecstatus" Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: If9f4f9b56acb6108c5f87f0d2ddf7a7d945f9403 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2432455 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
136,297
25.09.2020 17:37:23
-32,400
8005492bd201911633303fced48e0105dd41117e
BQ25710 : Change Voltage Step Voltage Step of MAX voltage is 8mV. BRANCH=None TEST=None
[ { "change_type": "MODIFY", "old_path": "driver/charger/bq25710.c", "new_path": "driver/charger/bq25710.c", "diff": "@@ -63,7 +63,7 @@ static const struct charger_info bq25710_charger_info = {\n.name = \"bq25710\",\n.voltage_max = 19200,\n.voltage_min = 1024,\n- .voltage_step = 16,\n+ .voltage_step =...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
BQ25710 : Change Voltage Step Voltage Step of MAX voltage is 8mV. BUG=b:169390177 BRANCH=None TEST=None Signed-off-by: YongBeum.Ha <ybha@samsung.corp-partner.google.com> Change-Id: I299ac62b62ebde802211e1a323b227e1a1d9b3c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2428359 Reviewed-by: Diana Z <dzigterman@chromium.org>
136,208
06.10.2020 17:20:08
-28,800
da441f087f4e9ea789e6141b1f780ba8e1412198
ec_commands: fix DP PIN assignment flag The DP PIN assignment mask was shifted by 1 bit since CL:2432452. TEST=ensure asurada DP out BRANCH=none
[ { "change_type": "MODIFY", "old_path": "include/ec_commands.h", "new_path": "include/ec_commands.h", "diff": "@@ -6461,13 +6461,13 @@ enum tcpc_cc_polarity {\nPOLARITY_COUNT\n};\n-#define MODE_DP_PIN_A BIT(1)\n-#define MODE_DP_PIN_B BIT(2)\n-#define MODE_DP_PIN_C BIT(3)\n-#define MODE_DP_PIN_D BIT(4...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
ec_commands: fix DP PIN assignment flag The DP PIN assignment mask was shifted by 1 bit since CL:2432452. BUG=b:170191143, b:167700356 TEST=ensure asurada DP out BRANCH=none Change-Id: I05806d2f49fa74c2bfc6f5fb27fb9afe5f8225d8 Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2452131 Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Diana Z <dzigterman@chromium.org>
136,295
16.09.2020 09:13:09
-28,800
900189e9b6e95cce90d06586a4f3c8e4c6ce201e
dooly: add oz554 support This CL add oz554 support and add panel backlight config. BRANCH=puff TEST=make BOARD=dooly
[ { "change_type": "MODIFY", "old_path": "board/dooly/board.c", "new_path": "board/dooly/board.c", "diff": "#include \"core/cortex-m/cpu.h\"\n#include \"cros_board_info.h\"\n#include \"driver/ina3221.h\"\n+#include \"driver/led/oz554.h\"\n#include \"driver/ppc/sn5s330.h\"\n#include \"driver/tcpm/anx74...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
dooly: add oz554 support This CL add oz554 support and add panel backlight config. BUG=b:168444976 BRANCH=puff TEST=make BOARD=dooly Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I8bb8da1b8efdb819f0ff80d5f5954ad75aa2b7b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2413674 Reviewed-by: Andrew McRae <amcrae@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org>
136,250
30.09.2020 11:42:20
25,200
4f8947aa5be0fba7f3b9bee7a6e9dc5697f7470c
flash_ec: Add dut_control_get_or_die function. This will be used in CL:2441395. BRANCH=none TEST=With servo_v4 Type-A + servo_micro + ampton DUT: $ util/flash_ec --board=ampton --verbose --read="$HOME"/ampton-ec-read0.bin
[ { "change_type": "MODIFY", "old_path": "util/flash_ec", "new_path": "util/flash_ec", "diff": "@@ -246,7 +246,7 @@ function dut_control() {\n}\nfunction dut_control_or_die {\n- dut_control \"$@\" || die \"dut-control $* exited $? (non-zero)\"\n+ dut_control \"$@\" || die \"command exited $? (non-zero...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
flash_ec: Add dut_control_get_or_die function. This will be used in CL:2441395. BRANCH=none BUG=b:130165933 TEST=With servo_v4 Type-A + servo_micro + ampton DUT: $ util/flash_ec --board=ampton --verbose --read="$HOME"/ampton-ec-read0.bin Signed-off-by: Matthew Blecker <matthewb@chromium.org> Change-Id: Iacaf8f6b3605c3f6105989b3aebd7e2fe2fedff6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2453713 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
136,250
30.09.2020 11:42:20
25,200
b993c2473905c33281ffe68c168243ef89c1ac3b
flash_ec: Always define ACTIVE_DEVICE. This will be used in CL:2441395. BRANCH=none TEST=With servo_v4 Type-A + servo_micro + ampton DUT: $ util/flash_ec --board=ampton --verbose --read="$HOME"/ampton-ec-read0.bin
[ { "change_type": "MODIFY", "old_path": "util/flash_ec", "new_path": "util/flash_ec", "diff": "@@ -399,12 +399,18 @@ case \"${CHIP}\" in\nesac\nSERVO_TYPE=\"$(dut_control_get servo_type || :)\"\n-if [[ ${SERVO_TYPE} =~ servo_v4_with_.*_and_.* ]] ; then\n+\n+if [[ \"${SERVO_TYPE}\" =~ ^servo_v4_with_....
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
flash_ec: Always define ACTIVE_DEVICE. This will be used in CL:2441395. BRANCH=none BUG=b:130165933 TEST=With servo_v4 Type-A + servo_micro + ampton DUT: $ util/flash_ec --board=ampton --verbose --read="$HOME"/ampton-ec-read0.bin Signed-off-by: Matthew Blecker <matthewb@chromium.org> Change-Id: I548692099ee5f94acc7cb05065b400829e6147c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2453714 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
136,262
07.10.2020 18:22:01
-28,800
4a8bef2e93e435d7f3fd9591139250718d5a4026
boten: enable stylus charging boten has garage stylus, this patch enables stylus charging when stylus present. BRANCH=none TEST=make buildall -j
[ { "change_type": "MODIFY", "old_path": "board/boten/board.c", "new_path": "board/boten/board.c", "diff": "@@ -62,6 +62,13 @@ static void c0_ccsbu_ovp_interrupt(enum gpio_signal s)\npd_handle_cc_overvoltage(0);\n}\n+static void pen_detect_interrupt(enum gpio_signal s)\n+{\n+ int pen_detect = !gpio_ge...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
boten: enable stylus charging boten has garage stylus, this patch enables stylus charging when stylus present. BUG=b:155615390 BRANCH=none TEST=make buildall -j Signed-off-by: jerry2.huang <jerry2.huang@lcfc.corp-partner.google.com> Change-Id: I601bb9c746774f3a410f83f322706ef4fb225830 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2455786 Reviewed-by: Justin TerAvest <teravest@chromium.org>
136,269
06.10.2020 14:12:55
25,200
255b4be3b644bb75dcacd7d411dbd8acb4f9e9b6
util/flash_jlink: Specify firmware address BRANCH=none TEST=./util/flash_jlink.py --board icetower \ -i ./build/nocturne_fp/ec.bin
[ { "change_type": "MODIFY", "old_path": "util/flash_jlink.py", "new_path": "util/flash_jlink.py", "diff": "@@ -21,7 +21,7 @@ import tempfile\nJLINK_COMMANDS = '''\nexitonerror 1\nr\n-loadfile {FIRMWARE}\n+loadfile {FIRMWARE} {FLASH_ADDRESS}\nr\ngo\nexit\n@@ -29,14 +29,18 @@ exit\nclass BoardConfig:\n...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
util/flash_jlink: Specify firmware address BRANCH=none BUG=b:158580909 TEST=./util/flash_jlink.py --board icetower \ -i ./build/nocturne_fp/ec.bin Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I41c5694cf8cc4f6eb569a58267b6620b4ba2df2e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2459228 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
136,269
06.10.2020 17:26:24
25,200
eadfb75ab5a43fd3b82c78c1b65f1b5623847cf4
test/utils.c: Adjust expected speedup for STM32H743 BRANCH=none TEST=On Icetower v0.1 connected to servo_micro: ./test/run_device_tests.py -b dartmonkey -t utils
[ { "change_type": "MODIFY", "old_path": "test/utils.c", "new_path": "test/utils.c", "diff": "@@ -45,13 +45,19 @@ static int test_memmove(void)\nTEST_ASSERT_ARRAY_EQ(buf + 100, buf, len);\n/* Expected about 4x speed gain. Use 3x because it fluctuates */\n-#ifndef EMU_BUILD\n+ if (!IS_ENABLED(EMU_BUILD...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
test/utils.c: Adjust expected speedup for STM32H743 BRANCH=none BUG=b:158580909, b:170432597 TEST=On Icetower v0.1 connected to servo_micro: ./test/run_device_tests.py -b dartmonkey -t utils Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: If5dcd7ade6397611b40b9c7a6f9560402a11c042 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2459229 Reviewed-by: Edward Hill <ecgh@chromium.org>
136,269
08.10.2020 13:27:52
25,200
f645ba8208e60c0e4f5606417876e30147a830b0
test/run_device_tests.py: Fix rollback region addresses for dartmonkey BRANCH=none TEST=./test/run_device_tests.py -b dartmonkey -t rollback_region0 TEST=./test/run_device_tests.py -b dartmonkey -t rollback_region1
[ { "change_type": "MODIFY", "old_path": "test/run_device_tests.py", "new_path": "test/run_device_tests.py", "diff": "@@ -40,6 +40,10 @@ DATA_ACCESS_VIOLATION_8020000_REGEX = re.compile(\nr'Data access violation, mfar = 8020000\\r\\n')\nDATA_ACCESS_VIOLATION_8040000_REGEX = re.compile(\nr'Data access ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
test/run_device_tests.py: Fix rollback region addresses for dartmonkey BRANCH=none BUG=b:170147314, b:170432597 TEST=./test/run_device_tests.py -b dartmonkey -t rollback_region0 TEST=./test/run_device_tests.py -b dartmonkey -t rollback_region1 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: If1ff057165c462716820b783a8ef1dac7994fde1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2462543 Reviewed-by: Yicheng Li <yichengli@chromium.org>
136,198
09.10.2020 11:58:01
25,200
6c653e8ab23183d623eb5e8556a513de9f2b624d
trogdor: enable CONFIG_CMD_CHARGEN This patch enables the console command 'chargen'. BRANCH=trogdor TEST=buildall
[ { "change_type": "MODIFY", "old_path": "baseboard/trogdor/baseboard.h", "new_path": "baseboard/trogdor/baseboard.h", "diff": "#define I2C_PORT_EEPROM NPCX_I2C_PORT5_0\n#define I2C_PORT_SENSOR NPCX_I2C_PORT7_0\n+/* UART */\n+#define CONFIG_CMD_CHARGEN\n+\n/* Define the host events which are allowed t...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
trogdor: enable CONFIG_CMD_CHARGEN This patch enables the console command 'chargen'. BUG=b:158477297 BRANCH=trogdor TEST=buildall Signed-off-by: Namyoon Woo <namyoon@chromium.org> Change-Id: I0bffc5ee489b1a3984ea4c59894dda770303fb92 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2463596 Reviewed-by: Wai-Hong Tam <waihong@google.com>
136,269
09.10.2020 14:17:19
25,200
9dfd286309e0b43a905bf77a56923d29027f505b
docs: Fix typos BRANCH=none TEST=view in gitiles
[ { "change_type": "MODIFY", "old_path": "docs/core_runtime.md", "new_path": "docs/core_runtime.md", "diff": "-# Chromium OS Embedded Controller runtime\n+# Chromium OS Embedded Controller Runtime\n-## Design principles\n+## Design Principles\n1. Never do at runtime what you can do at compile time The...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
docs: Fix typos BRANCH=none BUG=none TEST=view in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I5ca6773dfdfe41fc99780e6f3f532fa27b25424b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2464007 Commit-Queue: Diana Z <dzigterman@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
136,282
08.10.2020 09:20:07
-28,800
1e41b8c4b09c42898358a67db8f75a50181c3621
Bipship: Add CosMX battery BRANCH=firmware-octopus-11297.B TEST=Test on charging/discharging/battery cut off pass.
[ { "change_type": "MODIFY", "old_path": "board/bloog/battery.c", "new_path": "board/bloog/battery.c", "diff": "@@ -292,6 +292,35 @@ const struct board_batt_params board_battery_info[] = {\n.discharging_max_c = 60,\n},\n},\n+\n+ /* CosMX B00C4473A9D0002 Battery Information */\n+ [BATTERY_COS_2] = {\n+...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Bipship: Add CosMX B00C4473A9D0002 battery BUG=b:170531238 BRANCH=firmware-octopus-11297.B TEST=Test on charging/discharging/battery cut off pass. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I64745eeecf97c1e47abde707c61591ead0527985 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2459987 Reviewed-by: Diana Z <dzigterman@chromium.org> Reviewed-by: Henry Sun <henrysun@google.com>
136,208
13.10.2020 17:23:59
-28,800
11053f40043229b98ab7cb6be0325ab483a5d9e5
servo_v4,servo_v4p1: control acceptance of power and data swap enable this command for more FAFT test coverage TEST=on servo_v4, test that usbc_action prswap|drswap works as expected BRANCH=servo
[ { "change_type": "MODIFY", "old_path": "board/servo_v4/usb_pd_policy.c", "new_path": "board/servo_v4/usb_pd_policy.c", "diff": "@@ -160,6 +160,9 @@ static int cc_pull_stored = TYPEC_CC_RD;\nstatic int user_limited_max_mv = 20000;\n+static uint8_t allow_pr_swap = 1;\n+static uint8_t allow_dr_swap = 1...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
servo_v4,servo_v4p1: control acceptance of power and data swap enable this command for more FAFT test coverage BUG=b:139065787 TEST=on servo_v4, test that usbc_action prswap|drswap works as expected BRANCH=servo Change-Id: I1b88d5c0ed00997e78d129633faf435e3cee61ac Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2467599 Reviewed-by: Wai-Hong Tam <waihong@google.com>
136,233
12.10.2020 15:35:23
-28,800
0064badd26de871b8bc0b53bc764a0da8c66f6bf
it83xx/flash: handle AP's command of get status while erasing This change makes EC handle get status command from AP while erasing. BRANCH=none TEST=Software sync works on Asurada.
[ { "change_type": "MODIFY", "old_path": "chip/it83xx/flash.c", "new_path": "chip/it83xx/flash.c", "diff": "@@ -502,6 +502,18 @@ int FLASH_DMA_CODE flash_physical_erase(int offset, int size)\n*/\nif (IS_ENABLED(IT83XX_CHIP_FLASH_IS_KGD) && (size > 0x10000))\nwatchdog_reload();\n+ /*\n+ * EC still need...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
it83xx/flash: handle AP's command of get status while erasing This change makes EC handle get status command from AP while erasing. BUG=b:168869304 BRANCH=none TEST=Software sync works on Asurada. Signed-off-by: tim <tim2.lin@ite.corp-partner.google.com> Change-Id: I261ce1a82c89b4f8917e8156aa142e2ea327c368 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2465605 Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
136,295
13.10.2020 18:50:56
-28,800
6880147bc323ffb8dff02025ffa9eb7bf920ccfb
berknip: use HPD to disable pi3hdx1204 in S0 This patch use HPD HDMI HPD signal to enable/disable HDMI retimer pi3hdx1204 in S0 to save power. BRANCH=zork TEST=verify HDMI display function normally
[ { "change_type": "MODIFY", "old_path": "board/berknip/board.c", "new_path": "board/berknip/board.c", "diff": "#include \"usb_charge.h\"\n#include \"usb_mux.h\"\n+static void hdmi_hpd_interrupt(enum gpio_signal signal);\n+\n#include \"gpio_list.h\"\n#define CPRINTSUSB(format, args...) cprints(CC_USBC...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
berknip: use HPD to disable pi3hdx1204 in S0 This patch use HPD HDMI HPD signal to enable/disable HDMI retimer pi3hdx1204 in S0 to save power. BUG=none BRANCH=zork TEST=verify HDMI display function normally Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I371e5a2ceb1474a038e92b3ff0122c327f41a39f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2467601 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
136,295
05.10.2020 19:04:31
-28,800
c7f6a352f21ecd4c0ee71a7e4de395d0c3d7da21
dooly: add sensor support This CL add g-sesnor:bma253, ALS sensor: TCS3400 for dooly BRANCH=puff TEST=verify on rework MB, sensor can work.
[ { "change_type": "MODIFY", "old_path": "board/dooly/board.c", "new_path": "board/dooly/board.c", "diff": "/* Dooly board-specific configuration */\n+#include \"accelgyro.h\"\n#include \"adc.h\"\n#include \"adc_chip.h\"\n#include \"button.h\"\n#include \"common.h\"\n#include \"core/cortex-m/cpu.h\"\n...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
dooly: add sensor support This CL add g-sesnor:bma253, ALS sensor: TCS3400 for dooly BUG=b:169374251, b:168426118 BRANCH=puff TEST=verify on rework MB, sensor can work. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I7ad564298346f4188cc3944aa4471f9ed2ba6330 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2449511 Reviewed-by: Andrew McRae <amcrae@chromium.org>
136,282
15.10.2020 09:58:13
-28,800
1b4f3397354d84b307de5db359f127c2e2be3854
garg360: add LTE SKU ID Add SKU ID for LTE. BRANCH=firmware-octopus-11297.B TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "board/garg/board.c", "new_path": "board/garg/board.c", "diff": "@@ -210,10 +210,10 @@ unsigned int motion_sensor_count = ARRAY_SIZE(motion_sensors);\nstatic int board_is_convertible(void)\n{\n/*\n- * Garg360: 37, 38\n+ * Garg360: 37, 38, 39\n* Unprovisioned: 2...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
garg360: add LTE SKU ID Add SKU ID for LTE. BUG=b:170708728 BRANCH=firmware-octopus-11297.B TEST=make buildall Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: Ia041a533982aa408c2f77de61b72089229602879 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2473623 Reviewed-by: Henry Sun <henrysun@google.com> Commit-Queue: Henry Sun <henrysun@google.com>
136,282
14.10.2020 09:30:03
-28,800
70c72206fd1e7871a1f7bd15c0017ddf2ac35135
drawcia: Enable keyboard factory scanning This patch add for factory keyboard connector test. BRANCH=none TEST=Short keyboard pins and make sure "ectool kbfactorytest" works.
[ { "change_type": "MODIFY", "old_path": "board/drawcia/board.c", "new_path": "board/drawcia/board.c", "diff": "@@ -654,3 +654,22 @@ __override void ocpc_get_pid_constants(int *kp, int *kp_div,\n*kd = 4;\n*kd_div = 40;\n}\n+\n+#ifdef CONFIG_KEYBOARD_FACTORY_TEST\n+/*\n+ * Map keyboard connector pins t...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
drawcia: Enable keyboard factory scanning This patch add for factory keyboard connector test. BUG=b:170699805 BRANCH=none TEST=Short keyboard pins and make sure "ectool kbfactorytest" works. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I7da348a36611f06da700787774bf1521360a0c66 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2469639 Reviewed-by: Diana Z <dzigterman@chromium.org>
136,223
17.08.2020 15:05:00
25,200
94b07b000f55eb8922014b4a09a91a6d9866b70f
madoo: Configure unused GPIOs as inputs Configure unused GPIOs as inputs to save power in deep sleep states. Disabled the GPIO00, GPIO34, and GPIO37 pins which are not connected. BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "board/madoo/gpio.inc", "new_path": "board/madoo/gpio.inc", "diff": "@@ -52,10 +52,6 @@ GPIO(EC_I2C_USB_C0_SDA, PIN(8, 7), GPIO_INPUT)\nGPIO(EC_I2C_SUB_USB_C1_SCL, PIN(9, 2), GPIO_INPUT)\nGPIO(EC_I2C_SUB_USB_C1_SDA, PIN(9, 1), GPIO_INPUT)\n-/* Extra Sub-board I...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
madoo: Configure unused GPIOs as inputs Configure unused GPIOs as inputs to save power in deep sleep states. Disabled the GPIO00, GPIO34, and GPIO37 pins which are not connected. BUG=b:162318932 BRANCH=none TEST=make buildall Signed-off-by: Brian Nemec <bnemec@chromium.org> Change-Id: I50a90cad18b50563be026888f3930e795213ddcb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2358819 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
136,253
29.09.2020 09:21:12
-28,800
2986514c02f77f94c366f5cb55a66a35ea6586ff
Cerise: Change g-sensor setting for cerise Config g-sensor matrixes. BRANCH=firmware-kukui-12573.B TEST=buildall pass
[ { "change_type": "MODIFY", "old_path": "board/cerise/board.c", "new_path": "board/cerise/board.c", "diff": "@@ -335,15 +335,15 @@ static struct mutex g_base_mutex;\n/* Rotation matrixes */\nstatic const mat33_fp_t base_standard_ref = {\n- {FLOAT_TO_FP(1), 0, 0},\n{0, FLOAT_TO_FP(-1), 0},\n+ {FLOAT_T...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Cerise: Change g-sensor setting for cerise Config g-sensor matrixes. BUG=b:171024223 BRANCH=firmware-kukui-12573.B TEST=buildall pass Signed-off-by: Mike Lee <mike5@huaqin.corp-partner.google.com> Change-Id: I18e463631f17544044b8128fa26e2ddc0e4f90f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2437570 Reviewed-by: Chen-Tsung Hsieh <chentsung@chromium.org> Reviewed-by: Aaron Zhang <zhangjianbo@huaqin.corp-partner.google.com>
136,311
16.10.2020 12:05:58
21,600
5e76483b7488920cfae80827b0ca1e6cc3990544
volteer: remove volteer_tcpmv1 The volteer_tpcmv1 AP image has been removed, so the EC build based on the TCPMv1 stack is no longer needed. BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "board/boldar/board.h", "new_path": "board/boldar/board.h", "diff": "/* Baseboard features */\n#include \"baseboard.h\"\n-#ifdef BOARD_VOLTEER_TCPMV1\n-/* Disable TCPMv2 configuration options */\n-#undef CONFIG_USB_PD_TCPMV2\n-\n-/* Enable the required TCPMv1 o...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
volteer: remove volteer_tcpmv1 The volteer_tpcmv1 AP image has been removed, so the EC build based on the TCPMv1 stack is no longer needed. BUG=b:170658751 BRANCH=none TEST=make buildall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I8c5c3ffc95a588d4f24846eac3558184add9a444 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2481224 Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Commit-Queue: Abe Levkoy <alevkoy@chromium.org>
136,330
01.10.2020 14:57:25
21,600
8915cb49ed934124e9d235a7f7cc39484b6fd758
usb_pd_dpm: Remove unnecessary inline qualifier Inline declarations inside .c files are unneeded. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "common/usbc/usb_pd_dpm.c", "new_path": "common/usbc/usb_pd_dpm.c", "diff": "@@ -47,7 +47,7 @@ void dpm_set_mode_exit_request(int port)\ndpm[port].mode_exit_request = true;\n}\n-static inline void dpm_clear_mode_exit_request(int port)\n+static void dpm_clear_mo...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
usb_pd_dpm: Remove unnecessary inline qualifier Inline declarations inside .c files are unneeded. BUG=none TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I0c07d6159a4919f144050509db4ac52be12b3b1e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2454537 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
136,223
20.08.2020 12:19:35
25,200
47d2727fe3d08a4b11b752dd399c63bb2486b3e3
magolor: Configure unused GPIOs as inputs Configure unused GPIOs as inputs to save power in deep sleep states. Disabled the GPIOE0 pin which is not connected. BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "board/magolor/gpio.inc", "new_path": "board/magolor/gpio.inc", "diff": "@@ -63,7 +63,6 @@ GPIO(EN_PP5000_U, PIN(A, 4), GPIO_OUT_LOW)\nGPIO(EN_SLP_Z, PIN(8, 3), GPIO_OUT_LOW)\nGPIO(EN_KB_BL, PIN(6, 0), GPIO_OUT_LOW)\nGPIO(EN_BL_OD, PIN(D, 3), GPIO_ODR_LOW)\n-GP...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
magolor: Configure unused GPIOs as inputs Configure unused GPIOs as inputs to save power in deep sleep states. Disabled the GPIOE0 pin which is not connected. BUG=b:162318932 BRANCH=none TEST=make buildall Signed-off-by: Brian Nemec <bnemec@chromium.org> Change-Id: I3c31fda67ce432870857db295e0757efbf2eb5d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2367230 Reviewed-by: Justin TerAvest <teravest@chromium.org>
136,336
12.10.2020 18:08:00
-28,800
f4b2f1374dacd802d12f8a4650f9583605f02389
pompom: Change TCPC from PS8805 to PS8755 for board rev2 This patch adds a configuration to support PS8755 and use board ID to determine which TCPC is used. BRANCH=none TEST=make BOARD=pompom
[ { "change_type": "MODIFY", "old_path": "board/pompom/board.c", "new_path": "board/pompom/board.c", "diff": "@@ -264,11 +264,13 @@ void board_hibernate(void)\n__override uint16_t board_get_ps8xxx_product_id(int port)\n{\n- /* Pompom rev 1+ changes TCPC from PS8751 to PS8805 */\n+ /* Pompom rev 2+ cha...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
pompom: Change TCPC from PS8805 to PS8755 for board rev2 This patch adds a configuration to support PS8755 and use board ID to determine which TCPC is used. BUG=b:169733917 BRANCH=none TEST=make BOARD=pompom Signed-off-by: AlvinCC_Hsu <alvincc_hsu@compal.corp-partner.google.com> Change-Id: I82cb57ecf27b776829ae31c30e711f0113756e57 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2465613 Reviewed-by: Wai-Hong Tam <waihong@google.com>
136,282
16.10.2020 18:22:01
-28,800
e1d70859fa3543c5ae5b4bed820aca2ca277ea17
burnet: Disable keyboard with tablet mode on S3 BRANCH=firmware-kukui-12573.B TEST=On Burnet. Make sure keyboard don't wake up AP from suspend on tablet mode.
[ { "change_type": "MODIFY", "old_path": "board/burnet/board.c", "new_path": "board/burnet/board.c", "diff": "@@ -472,3 +472,16 @@ int battery_set_vendor_param(uint32_t param, uint32_t value)\n{\nreturn EC_ERROR_UNIMPLEMENTED;\n}\n+\n+/* Enable or disable input devices, based on chipset state and tabl...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
burnet: Disable keyboard with tablet mode on S3 BUG=none BRANCH=firmware-kukui-12573.B TEST=On Burnet. Make sure keyboard don't wake up AP from suspend on tablet mode. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I68030c23d27375f320f1b559900ac832752981ad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2479063 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,305
16.10.2020 15:24:54
21,600
dc5a1a0294ac6933205866a41e0f6ae1c4e4c615
TCPMv2: Add debug detach interface Some TCPCs may require special commands to be run after a debug accessory leaves the Attached.SNK/SRC states. Add an interface to support this, and call it from the TC when needed. BRANCH=None TEST=make -j buildall
[ { "change_type": "MODIFY", "old_path": "common/usbc/usb_tc_drp_acc_trysrc_sm.c", "new_path": "common/usbc/usb_tc_drp_acc_trysrc_sm.c", "diff": "@@ -2474,6 +2474,9 @@ static void tc_attached_snk_exit(const int port)\n/* Stop drawing power */\nsink_stop_drawing_current(port);\n+\n+ if (TC_CHK_FLAG(por...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
TCPMv2: Add debug detach interface Some TCPCs may require special commands to be run after a debug accessory leaves the Attached.SNK/SRC states. Add an interface to support this, and call it from the TC when needed. BRANCH=None BUG=b:159495742,b:170259606 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I79c7ebc308958c598cfa228598362c97b9b00e86 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2481941
136,295
20.10.2020 09:38:56
-28,800
708dfddb93de0d162418fd24e0eb50eb895fa2c7
dooly: update LED PWM channel This CL update white LED PWM channel to match schematic. BRANCH=puff TEST=verify white led breath when DUT in suspend.
[ { "change_type": "MODIFY", "old_path": "board/dooly/board.c", "new_path": "board/dooly/board.c", "diff": "@@ -406,7 +406,7 @@ const struct pwm_t pwm_channels[] = {\n[PWM_CH_FAN] = { .channel = 5,\n.flags = PWM_CONFIG_OPEN_DRAIN,\n.freq = 25000},\n- [PWM_CH_LED_WHITE] = { .channel = 0,\n+ [PWM_CH_LED...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
dooly: update LED PWM channel This CL update white LED PWM channel to match schematic. BUG=b:163574191 BRANCH=puff TEST=verify white led breath when DUT in suspend. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: Ie1e7cffa126c07fa25183458dadf9322ddcc73c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2486761 Reviewed-by: Andrew McRae <amcrae@chromium.org>
136,295
16.10.2020 15:08:02
-28,800
fd29287d25499ec96215cd1ac6a412425a303474
dooly: update gpio by board version This patch update volume down button gpio by board version. BRANCH=puff TEST=make BOARD=dooly
[ { "change_type": "MODIFY", "old_path": "board/dooly/board.c", "new_path": "board/dooly/board.c", "diff": "@@ -642,6 +642,8 @@ static void board_init(void)\nmemmap_batt_flags = host_get_memmap(EC_MEMMAP_BATT_FLAG);\n*memmap_batt_flags |= EC_BATT_FLAG_AC_PRESENT;\n+ if (board_version >= 1)\n+ buttons[...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
dooly: update gpio by board version This patch update volume down button gpio by board version. BUG=b:169638870 BRANCH=puff TEST=make BOARD=dooly Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I6674451dc03c5a8ab3df9f57f9e4992736dd8e14 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2478262 Reviewed-by: Andrew McRae <amcrae@chromium.org>
136,297
07.10.2020 15:53:14
-32,400
3cab6d1e11baa49f927bac98f18322ce831fcce1
casta : remove rev0 configuration casta doesn't support rev0 board. BRANCH=firmware-octopus-11297.B TEST=None
[ { "change_type": "MODIFY", "old_path": "board/casta/board.c", "new_path": "board/casta/board.c", "diff": "@@ -143,17 +143,6 @@ static void cbi_init(void)\n}\nDECLARE_HOOK(HOOK_INIT, cbi_init, HOOK_PRIO_INIT_I2C + 1);\n-/* TODO: Casta: remove this routine after rev0 is not supported */\n-static void ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
casta : remove rev0 configuration casta doesn't support rev0 board. BUG=None BRANCH=firmware-octopus-11297.B TEST=None Signed-off-by: YongBeum.Ha <ybha@samsung.corp-partner.google.com> Change-Id: I41fd8bbb6b4d26f0d5f633db8c37b5c46cce6422 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2455016 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
136,297
25.09.2020 13:20:59
-32,400
27f4e222492e1341354a971c9f3fe49d0dc1aed6
Octopus: Add SSFC field for Charger Casta need to support 2 chargers(ISL9238 & BQ25710) BRANCH=firmware-octopus-11297.B TEST=None
[ { "change_type": "MODIFY", "old_path": "baseboard/octopus/cbi_ssfc.c", "new_path": "baseboard/octopus/cbi_ssfc.c", "diff": "@@ -37,3 +37,8 @@ enum ssfc_ppc_p1 get_cbi_ssfc_ppc_p1(void)\n{\nreturn ((cached_ssfc & SSFC_PPC_P1_MASK) >> SSFC_PPC_P1_OFFSET);\n}\n+\n+enum ssfc_charger get_cbi_ssfc_charger...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Octopus: Add SSFC field for Charger Casta need to support 2 chargers(ISL9238 & BQ25710) BUG=b:168122776 BRANCH=firmware-octopus-11297.B TEST=None Signed-off-by: YongBeum.Ha <ybha@samsung.corp-partner.google.com> Change-Id: I6fdc7fefd5923ee1b168e6f0ec9defa19de7cb81 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2428350 Reviewed-by: Marco Chen <marcochen@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
136,330
21.10.2020 13:55:40
21,600
67645100a8dd165840c65f4bb73343ec1e53300f
various: Fix spelling weather -> whether TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "driver/touchpad_st.c", "new_path": "driver/touchpad_st.c", "diff": "@@ -742,7 +742,7 @@ static void st_tp_handle_status_report(struct st_tp_event_t *e)\n*\n* When there are error events, suggested action will be saved in `tp_control`.\n*\n- * @param show_error...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
various: Fix spelling weather -> whether BUG=none TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I600571f289f01bdc474f8dd02787ad0afab19134 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2490723 Reviewed-by: Diana Z <dzigterman@chromium.org>
136,418
20.10.2020 13:59:36
25,200
a5c40c2ee2096ed2e17abd23fb60df564397a6f9
Trogdor: Deprecate PMIC_FAULT_L signal This signal is no longer connected to PMIC on recent hardware revisions. It is unused. Deprecate it. BRANCH=None TEST=Built the affected Trogdor images.
[ { "change_type": "MODIFY", "old_path": "baseboard/trogdor/baseboard.c", "new_path": "baseboard/trogdor/baseboard.c", "diff": "@@ -35,10 +35,6 @@ const struct power_signal_info power_signal_list[] = {\nGPIO_PS_HOLD,\nPOWER_SIGNAL_ACTIVE_HIGH,\n\"PS_HOLD\"},\n- [SC7180_PMIC_FAULT_L] = {\n- GPIO_PMIC_F...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Trogdor: Deprecate PMIC_FAULT_L signal This signal is no longer connected to PMIC on recent hardware revisions. It is unused. Deprecate it. BRANCH=None BUG=b:171245607 TEST=Built the affected Trogdor images. Change-Id: I75562f1aa9e411df38afd321ab63b51e91e7d4f7 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2488660 Reviewed-by: Alexandru M Stan <amstan@chromium.org>
136,378
22.10.2020 22:45:29
-28,800
2001c472277570c81826c1d0a8e5d72650160a1b
Coachz: initial g-sensor support update lid accel matrixes modify motion_sensors data struct TEST=make BOARD=coachz -j flash ec and ectool motionsense return values BRANCH=master
[ { "change_type": "MODIFY", "old_path": "board/coachz/board.c", "new_path": "board/coachz/board.c", "diff": "@@ -244,9 +244,9 @@ static struct bmi_drv_data_t g_bmi160_data;\n/* Matrix to rotate accelerometer into standard reference frame */\nconst mat33_fp_t lid_standard_ref = {\n- { FLOAT_TO_FP(1), ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Coachz: initial g-sensor support update lid accel matrixes modify motion_sensors data struct BUG=b:170288119 TEST=make BOARD=coachz -j flash ec and ectool motionsense return values BRANCH=master Change-Id: Ida746f6885007f7e396953eef9254879a0ee2963 Signed-off-by: Simon Zhou <zhouguohui@huaqin.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2492180 Reviewed-by: Wai-Hong Tam <waihong@google.com>
136,330
22.10.2020 16:56:25
21,600
7195d4860c879f5e7a44cce8c8fd20f63b5dd1e2
delbin: Configure temperature sensors Enable the ADC alternate function to reduce power usage. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "board/delbin/gpio.inc", "new_path": "board/delbin/gpio.inc", "diff": "@@ -173,3 +173,6 @@ ALTERNATE(PIN_MASK(0, BIT(0) | BIT(1) | BIT(2)), 0, MODULE_PMU, 0) /* GPIO00 =\nGPIO01 = H1_EC_PWR_BTN_ODL\nGPIO02 = EC_RST_ODL */\n+/* Temperature sensors */\n+ALTERNATE...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
delbin: Configure temperature sensors Enable the ADC alternate function to reduce power usage. BUG=b:155882590 TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I034f4027c11b6be03533fe216df58f8391dc3e96 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2493403 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
136,330
22.10.2020 16:56:40
21,600
d88b873f2ba4dfa51ef2ffe2949e9738b2e92c08
eldrid: Configure temperature sensors Enable the ADC alternate function to reduce power usage. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "board/eldrid/gpio.inc", "new_path": "board/eldrid/gpio.inc", "diff": "@@ -177,3 +177,6 @@ ALTERNATE(PIN_MASK(0, BIT(0) | BIT(1) | BIT(2)), 0, MODULE_PMU, 0) /* GPIO00 =\nGPIO01 = H1_EC_PWR_BTN_ODL\nGPIO02 = EC_RST_ODL */\n+/* Temperature sensors */\n+ALTERNATE...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
eldrid: Configure temperature sensors Enable the ADC alternate function to reduce power usage. BUG=b:155882590 TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: Ia5a980247182a6eb076a477b8f99111cc6c89ce6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2493404 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
136,330
22.10.2020 16:57:14
21,600
cf8fb0ccc7fa3aff077c345fc138f02bc42846e8
halvor: Configure temperature sensors Enable the ADC alternate function to reduce power usage. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "board/halvor/gpio.inc", "new_path": "board/halvor/gpio.inc", "diff": "@@ -178,3 +178,6 @@ ALTERNATE(PIN_MASK(0, BIT(0) | BIT(1) | BIT(2)), 0, MODULE_PMU, 0) /* GPIO00 =\nGPIO01 = H1_EC_PWR_BTN_ODL\nGPIO02 = EC_RST_ODL */\n+/* Temperature sensors */\n+ALTERNATE...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
halvor: Configure temperature sensors Enable the ADC alternate function to reduce power usage. BUG=b:155882590 TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: Iafb169df1b50b0331f87dafab9438b46e109d385 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2493406 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
136,330
22.10.2020 16:57:30
21,600
9b713d94cf30f3d37fa96e62d94bfe7c2c10aebe
lindar: Configure temperature sensors Enable the ADC alternate function to reduce power usage. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "board/lindar/gpio.inc", "new_path": "board/lindar/gpio.inc", "diff": "@@ -162,6 +162,10 @@ ALTERNATE(PIN_MASK(0, BIT(0) | BIT(1) | BIT(2)), 0, MODULE_PMU, 0) /* GPIO00 =\nGPIO01 = H1_EC_PWR_BTN_ODL\nGPIO02 = EC_RST_ODL */\n+/* Temperature sensors */\n+ALTERNAT...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
lindar: Configure temperature sensors Enable the ADC alternate function to reduce power usage. BUG=b:155882590 TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I65d2b2cd353fdb7d082971848f21ec53f556a5ca Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2493407 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
136,330
22.10.2020 16:58:36
21,600
c33a998c4231ed3ebfa97be3f5454a94ae7fdb37
trondo: Configure temperature sensors Enable the ADC alternate function to reduce power usage. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "board/trondo/gpio.inc", "new_path": "board/trondo/gpio.inc", "diff": "@@ -169,3 +169,6 @@ ALTERNATE(PIN_MASK(0, BIT(0) | BIT(1) | BIT(2)), 0, MODULE_PMU, 0) /* GPIO00 =\nGPIO01 = H1_EC_PWR_BTN_ODL\nGPIO02 = EC_RST_ODL */\n+/* Temperature sensors */\n+ALTERNATE...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
trondo: Configure temperature sensors Enable the ADC alternate function to reduce power usage. BUG=b:155882590 TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I15b95ce91a665efba1c2515742094a3295e6cd79 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2493412 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
136,330
22.10.2020 16:58:54
21,600
37e08f4ad8df3a42325d69a27214d9b1d6db95cc
voxel: Configure temperature sensors Enable the ADC alternate function to reduce power usage. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "board/voxel/gpio.inc", "new_path": "board/voxel/gpio.inc", "diff": "@@ -181,3 +181,6 @@ ALTERNATE(PIN_MASK(0, BIT(0) | BIT(1) | BIT(2)), 0, MODULE_PMU, 0) /* GPIO00 =\nGPIO01 = H1_EC_PWR_BTN_ODL\nGPIO02 = EC_RST_ODL */\n+/* Temperature sensors */\n+ALTERNATE(P...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
voxel: Configure temperature sensors Enable the ADC alternate function to reduce power usage. BUG=b:155882590 TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: If5ec0c0a85cc300b2ede3187415c297e2874d438 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2493413 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
136,330
22.10.2020 16:59:10
21,600
063aa41ff51221dd844e6c1cc535f5f01ccf42dc
volteer: Fix spelling Tempurature -> temperature TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "board/volteer/gpio.inc", "new_path": "board/volteer/gpio.inc", "diff": "@@ -185,7 +185,7 @@ ALTERNATE(PIN_MASK(0, BIT(0) | BIT(1) | BIT(2)), 0, MODULE_PMU, 0) /* GPIO00 =\nGPIO01 = H1_EC_PWR_BTN_ODL\nGPIO02 = EC_RST_ODL */\n-/* Tempurature sensors */\n+/* Temp...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
volteer: Fix spelling Tempurature -> temperature BUG=none TEST=make buildall BRANCH=none Change-Id: I3d8e307a572ad19b277222e9360d88b3ab94f04f Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2493414 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>