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,200
06.08.2020 16:28:13
-28,800
57ad328259972d8f2b84375f0ea6c30c2d162a75
Terrador: Modify gpio to support proto 2 board Follow HW change to modify gpio config to support proto 2 board. BRANCH=master TEST=make buildall -j pass.
[ { "change_type": "MODIFY", "old_path": "board/terrador/board.h", "new_path": "board/terrador/board.h", "diff": "#define GPIO_ENTERING_RW GPIO_EC_ENTERING_RW\n#define GPIO_LID_OPEN GPIO_EC_LID_OPEN\n#define GPIO_KBD_KSO2 GPIO_EC_KSO_02_INV\n-#define GPIO_PACKET_MODE_EN GPIO_UART2_EC_RX\n+#define GPIO...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Terrador: Modify gpio to support proto 2 board Follow HW change to modify gpio config to support proto 2 board. BUG=b:151978872 BRANCH=master TEST=make buildall -j pass. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I9a91c8d7a3f2515fce2a03631786261ce9669c52 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2341196 Reviewed-by: caveh jalali <caveh@chromium.org> Commit-Queue: caveh jalali <caveh@chromium.org>
136,258
10.08.2020 18:08:36
21,600
e1d44039e3d09f5d8ccfe16c2539321f2151be15
mock/usb_pd_mock: remove tc functions Remove tc_set_data_role and tc_set_power_role from usb_pd_mock. BRANCH=None TEST=`make runhosttests`, all unit tests pass
[ { "change_type": "MODIFY", "old_path": "common/mock/usb_pd_mock.c", "new_path": "common/mock/usb_pd_mock.c", "diff": "@@ -22,19 +22,11 @@ enum pd_data_role pd_get_data_role(int port)\n{\nreturn mock_pd_port[port].data_role;\n}\n-__overridable void tc_set_data_role(int port, enum pd_data_role role)\n...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
mock/usb_pd_mock: remove tc functions Remove tc_set_data_role and tc_set_power_role from usb_pd_mock. BUG=b:163421165 BRANCH=None TEST=`make runhosttests`, all unit tests pass Signed-off-by: Paul Fagerburg <pfagerburg@chromium.org> Change-Id: Ib380d2f04f833b58e23a16d0c6421316b72329fe Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2349282 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,200
10.08.2020 11:33:59
-28,800
27830a2e832267fef1cb077e6fa008051366065e
willow: Support new battery AP18C8K/AP18C4K Add new battery config : AP18C8k/AP18C4K. BRANCH=master TEST=Check found battery info in console and cutoff work.
[ { "change_type": "MODIFY", "old_path": "board/willow/battery.c", "new_path": "board/willow/battery.c", "diff": "@@ -117,6 +117,62 @@ const struct board_batt_params board_battery_info[] = {\n.discharging_max_c = 75,\n},\n},\n+ /* LGC AP18C8K Battery Information */\n+ [BATTERY_LGC_AP18C8K] = {\n+ .fue...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
willow: Support new battery AP18C8K/AP18C4K Add new battery config : AP18C8k/AP18C4K. BUG=b:163283354, b:163283566 BRANCH=master TEST=Check found battery info in console and cutoff work. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I3d03c85414dfb4a26bbb389860bf4ebf512b0e27 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2344267 Reviewed-by: Zhuohao Lee <zhuohao@chromium.org>
136,286
10.08.2020 10:08:54
-28,800
2cd146cf6fe1b752ef62b96667a4ecf839dd3c86
voxel: remove ALS motion sensor function remove light sensor function of TCS3400 BRANCH=none TEST=make buildall.
[ { "change_type": "MODIFY", "old_path": "board/voxel/board.c", "new_path": "board/voxel/board.c", "diff": "#include \"cbi_ec_fw_config.h\"\n#include \"driver/accel_bma2x2.h\"\n#include \"driver/accelgyro_bmi260.h\"\n-#include \"driver/als_tcs3400.h\"\n#include \"driver/ppc/syv682x.h\"\n#include \"dri...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
voxel: remove ALS motion sensor function remove light sensor function of TCS3400 BUG=b:162940877 BRANCH=none TEST=make buildall. Change-Id: I8ceeac4084b6b369b19d53f40f15d198c3964816 Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2344265 Reviewed-by: Keith Short <keithshort@chromium.org>
136,295
30.07.2020 11:02:18
-28,800
f9797e831dd3b96b0f13992a460c90b394e50dd6
dirinboz: update DB setting This CL remove unuse DB code for dirinboz. BRANCH=none TEST=verify DB function: DP/USB3.0 can work.
[ { "change_type": "MODIFY", "old_path": "board/dirinboz/board.c", "new_path": "board/dirinboz/board.c", "diff": "#include \"driver/accel_lis2dw12.h\"\n#include \"driver/accelgyro_lsm6dsm.h\"\n#include \"driver/bc12/pi3usb9201.h\"\n-#include \"driver/ioexpander/pcal6408.h\"\n#include \"driver/ppc/aoz1...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
dirinboz: update DB setting This CL remove unuse DB code for dirinboz. BUG=b:159598016 BRANCH=none TEST=verify DB function: DP/USB3.0 can work. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: Ic6b62a2f2d5428b9b88dc4bd06e099f10e083e03 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2327360 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Edward Hill <ecgh@chromium.org>
136,297
12.08.2020 18:12:40
-32,400
53c77e42bc99f8902ebdc9ff71cc94d2ae152fee
casta : set a charging voltage limit limit charging voltage to battery voltage max BRANCH=master TEST=flash EC and check battery charging.
[ { "change_type": "MODIFY", "old_path": "board/casta/battery.c", "new_path": "board/casta/battery.c", "diff": "* Battery pack vendor provided charging profile\n*/\n+#include \"battery.h\"\n#include \"battery_fuel_gauge.h\"\n#include \"battery_smart.h\"\n#include \"charge_state.h\"\n@@ -76,6 +77,7 @@ ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
casta : set a charging voltage limit limit charging voltage to battery voltage max BUG=b:163453304 BRANCH=master TEST=flash EC and check battery charging. Signed-off-by: YongBeum Ha <ybha@samsung.com> Change-Id: I5f82f71392bfade3a4b5aa288cf5ba19687556f3 Signed-off-by: YongBeum Ha <ybha@samsung.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2351645 Reviewed-by: Henry Sun <henrysun@google.com> Commit-Queue: Henry Sun <henrysun@google.com>
136,295
12.08.2020 10:25:17
-28,800
20b44a3f56e857939bb29557afd0e1072ac30b5b
dirinboz: add battery support This CL add battery support for dirinboz: BRANCH=none TEST=verify battery can charge/discharge/cut off.
[ { "change_type": "MODIFY", "old_path": "board/dirinboz/battery.c", "new_path": "board/dirinboz/battery.c", "diff": "#include \"util.h\"\n/*\n- * Battery info for all Zork battery types. Note that the fields\n+ * Battery info for all Dirinboz battery types. Note that the fields\n* start_charging_min/...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
dirinboz: add battery support This CL add battery support for dirinboz: BUG=b:163713612 BRANCH=none TEST=verify battery can charge/discharge/cut off. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: If997582dc3d315a3e5ff0273d2992c4f2d504e62 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2351731 Reviewed-by: Edward Hill <ecgh@chromium.org>
136,256
13.08.2020 10:17:04
21,600
41cfc8b01c3ea457e2b24349684c675f21ba9d6e
cleanup/usbc: organize all super states together Like other state machine declarations, put all of the super states together to make it more clear when reading states. BRANCH=none TEST=build and unit tests
[ { "change_type": "MODIFY", "old_path": "common/usbc/usb_pe_drp_sm.c", "new_path": "common/usbc/usb_pe_drp_sm.c", "diff": "@@ -204,6 +204,11 @@ typedef int (*svdm_rsp_func)(int port, uint32_t *payload);\n/* List of all Policy Engine level states */\nenum usb_pe_state {\n+ /* Super States */\n+ PE_PRS...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
cleanup/usbc: organize all super states together Like other state machine declarations, put all of the super states together to make it more clear when reading states. BRANCH=none BUG=none TEST=build and unit tests Signed-off-by: Jett Rink <jettrink@chromium.org> Change-Id: I1bb776434911d3acdb34abc64e7e8fa5f87154de Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2354193 Reviewed-by: Edward Hill <ecgh@chromium.org>
136,405
05.08.2020 11:16:48
25,200
c7bf1bd094828785d4444a01e54ca703bfc5c797
COIL: change usage of sanity Google is working to change its source code to use more inclusive language. To that end, replace the term "sanity" with inclusive alternatives. BRANCH=None TEST=make -j buildall TEST=grep -ir sanity
[ { "change_type": "MODIFY", "old_path": "chip/stm32/clock-stm32g4.c", "new_path": "chip/stm32/clock-stm32g4.c", "diff": "@@ -77,7 +77,7 @@ static void stm32g4_config_pll(uint32_t hclk_hz, uint32_t pll_src,\npll_n = (hclk_hz * STM32G4_PLL_R * STM32G4_AHB_PRE) /\nSTM32G4_PLL_IN_FREQ_HZ;\n- /* Sanity ch...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
COIL: change usage of sanity Google is working to change its source code to use more inclusive language. To that end, replace the term "sanity" with inclusive alternatives. BUG=b:163885307 BRANCH=None TEST=make -j buildall TEST=grep -ir sanity Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Change-Id: I487a50999d506a0337f1d3fbe173f193e5e4098a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2353516 Reviewed-by: Sam Hurst <shurst@google.com>
136,304
17.07.2020 14:50:42
-28,800
d4013027f0f1c95397363b21761085c0d08a6825
ps8xxx: support multiple chips in the runtime BRANCH=none TEST=verify the same EC image can work on devices with PS8751 or PS8755 for src / snk roles.
[ { "change_type": "MODIFY", "old_path": "driver/tcpm/ps8xxx.c", "new_path": "driver/tcpm/ps8xxx.c", "diff": "*/\n#include \"common.h\"\n+#include \"console.h\"\n#include \"ps8xxx.h\"\n#include \"tcpci.h\"\n#include \"tcpm.h\"\n#endif /* CONFIG_USB_PD_TCPM_PS8751 */\n+#define CPRINTF(format, args...) ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
ps8xxx: support multiple chips in the runtime BUG=b:159082424 BRANCH=none TEST=verify the same EC image can work on devices with PS8751 or PS8755 for src / snk roles. Signed-off-by: Marco Chen <marcochen@chromium.org> Change-Id: I3a743666a4ccbcae37ecb6f0d6657122cf9c5a69 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2304237 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,286
04.08.2020 16:00:59
-28,800
070a3bb78134e1fbbc2bdf83715c68ba2ce844c8
voxel: Configure unused GPIOs as inputs Configure unused GPIOs as inputs to save power in deep sleep states. BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "board/voxel/gpio.inc", "new_path": "board/voxel/gpio.inc", "diff": "@@ -28,6 +28,11 @@ GPIO_INT(PG_EC_ALL_SYS_PWRGD, PIN(F, 4), GPIO_INT_BOTH, power_signal_interrupt\nGPIO_INT(EC_IMU_INT_L, PIN(5, 6), GPIO_INT_FALLING | GPIO_SEL_1P8V, bmi260_interrupt)\nGPIO(E...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
voxel: Configure unused GPIOs as inputs Configure unused GPIOs as inputs to save power in deep sleep states. BUG=b:162592971 BRANCH=none TEST=make buildall Change-Id: I1cc6330268b269bb9f337913335f055056b3800a Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2335526 Reviewed-by: Keith Short <keithshort@chromium.org>
136,449
13.08.2020 20:57:21
-28,800
12c0146bebec938fa3a790b55c2161bf6f4547ba
trogdor: Support AP-control LED Respect led_auto_control_is_enabled when setting the LED color. BRANCH=none TEST=ectool led <led_id> <color>|auto
[ { "change_type": "MODIFY", "old_path": "board/lazor/led.c", "new_path": "board/lazor/led.c", "diff": "@@ -128,6 +128,7 @@ static void board_led_set_battery(void)\n/* Called by hook task every TICK */\nstatic void led_tick(void)\n{\n+ if (led_auto_control_is_enabled(EC_LED_ID_BATTERY_LED))\nboard_led...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
trogdor: Support AP-control LED Respect led_auto_control_is_enabled when setting the LED color. BUG=b:164019439 BRANCH=none TEST=ectool led <led_id> <color>|auto Signed-off-by: Jian-Jia Su <jjsu@chromium.org> Change-Id: Iac11c504c42da489c2d8bf2d970a66e059ed0684 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2352967 Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Wai-Hong Tam <waihong@google.com>
136,234
11.08.2020 22:07:45
25,200
29ad5a3e08fef053ffe8d56d004d868a8794481a
tglrvp: Enable early firmware selection EFS2 BRANCH=none TEST=Software sync enabled Coreboot selects EC RW at early stage
[ { "change_type": "MODIFY", "old_path": "baseboard/intelrvp/baseboard.h", "new_path": "baseboard/intelrvp/baseboard.h", "diff": "#define GMR_TABLET_MODE_GPIO_L GPIO_TABLET_MODE_L\n/* Verified boot */\n+#define CONFIG_CRC8\n#define CONFIG_SHA256_UNROLLED\n#define CONFIG_VBOOT_HASH\n/*\n" }, { ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
tglrvp: Enable early firmware selection EFS2 BUG=none BRANCH=none TEST=Software sync enabled Coreboot selects EC RW at early stage Change-Id: Ib10a15b8e0b006ea830fe1b07725bf4e8ce4591f Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2351624 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
136,200
23.07.2020 18:04:44
-28,800
952ec34c86150ffd4c707eb121256176be81e32a
syv682x: Set SYV682X HV_ILIM depend on sink path. Set syv682x HV_ILIM when source path enable. BRANCH=master TEST=Use ppc_dump <port> to check the setting correct.
[ { "change_type": "MODIFY", "old_path": "driver/ppc/syv682x.c", "new_path": "driver/ppc/syv682x.c", "diff": "@@ -297,6 +297,8 @@ static int syv682x_vbus_sink_enable(int port, int enable)\n/* Select Sink mode and turn on the channel */\nregval &= ~(SYV682X_CONTROL_1_HV_DR |\nSYV682X_CONTROL_1_PWR_ENB)...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
syv682x: Set SYV682X HV_ILIM depend on sink path. Set syv682x HV_ILIM when source path enable. BUG=b:161762373 BRANCH=master TEST=Use ppc_dump <port> to check the setting correct. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I3443762654244e1289700d57acff1c646eb5e66f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2316176 Reviewed-by: Keith Short <keithshort@chromium.org>
136,200
07.08.2020 17:37:00
-28,800
42473f7414e4b15d6813b5c722a1e5d251fc77c0
terrador: support TBT/USB4 for C0/C1 port Enable C0/C1 port BRANCH=none TEST=Check TBT and USB4 are working at Gen3 speed.
[ { "change_type": "MODIFY", "old_path": "board/terrador/board.c", "new_path": "board/terrador/board.c", "diff": "@@ -54,32 +54,6 @@ static void board_init(void)\n}\nDECLARE_HOOK(HOOK_INIT, board_init, HOOK_PRIO_DEFAULT);\n-__override enum tbt_compat_cable_speed board_get_max_tbt_speed(int port)\n-{\n...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
terrador: support TBT/USB4 for C0/C1 port Enable C0/C1 port BUG=b:160741783 BRANCH=none TEST=Check TBT and USB4 are working at Gen3 speed. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I4e1dd919a0ca35277a95b86eba0ae58db837d31d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2342947 Reviewed-by: Keith Short <keithshort@chromium.org>
136,200
13.08.2020 14:24:33
-28,800
504111961c412290b2ca78409a66a670cd335bbc
terrador: Remove LED_SIDESEL_4_L function and config. Remove LED_SIDESEL_4_L function and config. BRANCH=master TEST=make buildall success.
[ { "change_type": "MODIFY", "old_path": "board/terrador/board.c", "new_path": "board/terrador/board.c", "diff": "@@ -48,9 +48,7 @@ union volteer_cbi_fw_config fw_config_defaults = {\nstatic void board_init(void)\n{\n- /* Illuminate motherboard and daughter board LEDs equally to start. */\n- pwm_enabl...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
terrador: Remove LED_SIDESEL_4_L function and config. Remove LED_SIDESEL_4_L function and config. BUG=b:163167407 BRANCH=master TEST=make buildall success. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I91fa57f08b2d6033d4153ed6867bb95fb3811173 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2352957 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
136,200
17.08.2020 09:44:35
-28,800
e035970e05edac70ef18f15a7e7102d43c123c1d
terrador: modify gpio for mb/db typec FRS_EN Add FRS_EN default low for mb/db typec port. BRANCH=master TEST=Check system can power on with AC only.
[ { "change_type": "MODIFY", "old_path": "board/terrador/gpio.inc", "new_path": "board/terrador/gpio.inc", "diff": "@@ -91,6 +91,8 @@ GPIO(USB_C1_OC_ODL, PIN(5, 0), GPIO_ODR_HIGH)\n/* There is currently no need to service this interrupt. */\nGPIO(USB_C0_RT_INT_ODL, PIN(B, 7), GPIO_INPUT)\nGPIO(USB_C1_...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
terrador: modify gpio for mb/db typec FRS_EN Add FRS_EN default low for mb/db typec port. BUG=b:163167407 BRANCH=master TEST=Check system can power on with AC only. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: Ie63b0804fed15d006b578bbfd5303196a9168634 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2359610 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
136,282
11.08.2020 15:41:37
-28,800
eb511fa00b6da4a8b1a1601978da7dd5f578b560
burnet: add IMU sensors * BMI160 Base ACC+Gyro * BMA253 in the LID BRANCH=firmware-kukui-12573.B TEST=ectool motionsense to make sure sensors work.
[ { "change_type": "MODIFY", "old_path": "board/burnet/board.c", "new_path": "board/burnet/board.c", "diff": "#include \"chipset.h\"\n#include \"common.h\"\n#include \"console.h\"\n+#include \"driver/accel_bma2x2.h\"\n#include \"driver/accelgyro_bmi_common.h\"\n#include \"driver/battery/max17055.h\"\n...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
burnet: add IMU sensors * BMI160 Base ACC+Gyro * BMA253 in the LID BUG=none BRANCH=firmware-kukui-12573.B TEST=ectool motionsense to make sure sensors work. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: Iab6dcee5b4226750c649b6a61126ec188ff3a960 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2348733 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,293
13.08.2020 22:14:27
14,400
b2c401063dcb61031eaf127d36ed97b31bdd0fc7
endeavour: add pse host command This will allow userspace to turn PoE ports off and on. TEST=manual BRANCH=none
[ { "change_type": "MODIFY", "old_path": "board/endeavour/pse.c", "new_path": "board/endeavour/pse.c", "diff": "#include \"console.h\"\n#include \"ec_commands.h\"\n#include \"hooks.h\"\n+#include \"host_command.h\"\n#include \"i2c.h\"\n#include \"string.h\"\n#include \"timer.h\"\n#define LTC4291_I2C_A...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
endeavour: add pse host command This will allow userspace to turn PoE ports off and on. BUG=b:163786867 TEST=manual BRANCH=none Change-Id: Ib9716c5ebc6806f79c8cf85843b93d8c1ff0cba3 Signed-off-by: Jeff Chase <jnchase@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2354544 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,233
17.08.2020 10:25:43
-28,800
bdee9264b270abc532366d2052094e4d1969ddbb
it83xx/spi: change configuration to IS_ENABLED() style BRANCH=none TEST=No error on the command of get EC protocol info.
[ { "change_type": "MODIFY", "old_path": "chip/it83xx/spi.c", "new_path": "chip/it83xx/spi.c", "diff": "@@ -242,14 +242,12 @@ void spi_slv_int_handler(void)\n* EC responded data, then AP ended the transaction.\n*/\nif (IT83XX_SPI_ISR & IT83XX_SPI_ENDDETECTINT) {\n-#ifndef IT83XX_SPI_AUTO_RESET_RX_FIFO...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
it83xx/spi: change configuration to IS_ENABLED() style BUG=none BRANCH=none TEST=No error on the command of get EC protocol info. Signed-off-by: tim <tim2.lin@ite.corp-partner.google.com> Change-Id: I08d87bd20e60520c891f1b99d78ff91c1e89b2cb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2359613 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
136,200
17.08.2020 23:02:50
-28,800
2def464b097d503b4e9e2d7b9586c05d5dfc5797
todor: Remove LED_SIDESEL_4_L function and config. Remove LED_SIDESEL_4_L function and config. BRANCH=master TEST=make buildall success.
[ { "change_type": "MODIFY", "old_path": "board/todor/board.c", "new_path": "board/todor/board.c", "diff": "@@ -48,9 +48,7 @@ union volteer_cbi_fw_config fw_config_defaults = {\nstatic void board_init(void)\n{\n- /* Illuminate motherboard and daughter board LEDs equally to start. */\n- pwm_enable(PWM_...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
todor: Remove LED_SIDESEL_4_L function and config. Remove LED_SIDESEL_4_L function and config. BUG=b:163167407 BRANCH=master TEST=make buildall success. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I5fe952668543f3671c91da2b138e416a8f8e671c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2359625 Reviewed-by: caveh jalali <caveh@chromium.org> Commit-Queue: caveh jalali <caveh@chromium.org>
136,336
18.08.2020 11:39:52
-28,800
a9b7744a5dcac7bc78c29a072216bc890840cb61
pompom: detect lid angle in S3 This patch add a configuration of BASE_ACCEL to read BASE_ACCEL values in S3 BRANCH=none TEST=execute accelread in ec console
[ { "change_type": "MODIFY", "old_path": "board/pompom/board.c", "new_path": "board/pompom/board.c", "diff": "@@ -486,6 +486,10 @@ struct motion_sensor_t motion_sensors[] = {\n[SENSOR_CONFIG_EC_S0] = {\n.odr = 10000 | ROUND_UP_FLAG,\n},\n+ /* Sensor on for lid angle detection */\n+ [SENSOR_CONFIG_EC_S...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
pompom: detect lid angle in S3 This patch add a configuration of BASE_ACCEL to read BASE_ACCEL values in S3 BUG=b:160750560 BRANCH=none TEST=execute accelread in ec console Signed-off-by: AlvinCC_Hsu <alvincc_hsu@compal.corp-partner.google.com> Change-Id: Iac83ea448297c15d49c0e8df43e26194905bb65a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2359627 Reviewed-by: Wai-Hong Tam <waihong@google.com>
136,200
17.08.2020 23:09:04
-28,800
529612865145ed8d4d3db5f4cbad1d970d9275d9
todor: modify gpio for mb/db typec FRS_EN Add FRS_EN default low for mb/db typec port. BRANCH=master TEST=Check system can power on with AC only.
[ { "change_type": "MODIFY", "old_path": "board/todor/gpio.inc", "new_path": "board/todor/gpio.inc", "diff": "@@ -89,6 +89,8 @@ GPIO(USB_C0_RT_RST_ODL, PIN(6, 1), GPIO_ODR_LOW) /* USB_C0 Reset */\nGPIO(USB_C1_RT_RST_ODL, PIN(8, 3), GPIO_ODR_LOW) /* USB_C1 Reset */\nGPIO(USB_C0_OC_ODL, PIN(B, 1), GPIO_...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
todor: modify gpio for mb/db typec FRS_EN Add FRS_EN default low for mb/db typec port. BUG=b:163167407 BRANCH=master TEST=Check system can power on with AC only. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I4ddf88811be214247908ba370718311ed6e5f576 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2359626 Reviewed-by: Keith Short <keithshort@chromium.org>
136,305
18.08.2020 09:25:45
21,600
4c3dd46682bf729d01ed76868176da99e234acc7
TCPM common: Store number of Identity VDOs Store the number of valid identity VDOs that were received for use later. BRANCH=None TEST=make -j buildall
[ { "change_type": "MODIFY", "old_path": "common/usb_pd_alt_mode_dfp.c", "new_path": "common/usb_pd_alt_mode_dfp.c", "diff": "@@ -334,6 +334,7 @@ void dfp_consume_identity(int port, enum tcpm_transmit_type type, int cnt,\n/* Note: only store VDOs, not the VDM header */\nmemcpy(disc->identity.raw_value...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
TCPM common: Store number of Identity VDOs Store the number of valid identity VDOs that were received for use later. BRANCH=None BUG=b:165264379 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I54f991c862c4b6589edff2476a79b5c3a8b69b4b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2363416 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
136,427
19.08.2020 17:39:39
21,600
259c0d8133e523f1f7925442c1bb7352383975dc
Zork: Add command to print temps periodically BRANCH=none TEST=none
[ { "change_type": "MODIFY", "old_path": "baseboard/zork/baseboard.c", "new_path": "baseboard/zork/baseboard.c", "diff": "#include \"system.h\"\n#include \"task.h\"\n#include \"tcpci.h\"\n+#include \"temp_sensor.h\"\n#include \"thermistor.h\"\n#include \"usb_mux.h\"\n#include \"usb_pd.h\"\n@@ -269,3 +...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Zork: Add command to print temps periodically BUG=b:162907613 BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: Iddbba7d7955f252cacf666528195bbfc7d9718e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2365633 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
136,324
20.08.2020 12:27:32
21,600
b8e8fd1a2757338a3b502f40e9aca442e5959f2e
TCPMv2: Do not send GetSnkCap if FRS is not enabled GetSnkCap is only needed for FastRoleSwap BRANCH=none TEST=PR_Swap DUT-DUT testing Tested-by: Denis Brockus
[ { "change_type": "MODIFY", "old_path": "common/usbc/usb_pe_drp_sm.c", "new_path": "common/usbc/usb_pe_drp_sm.c", "diff": "@@ -2574,8 +2574,17 @@ static void pe_snk_select_capability_run(int port)\n/*\n* Setup to get Device Policy Manager to\n* request Sink Capabilities for possible FRS\n- */\n- pe_d...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
TCPMv2: Do not send GetSnkCap if FRS is not enabled GetSnkCap is only needed for FastRoleSwap BUG=none BRANCH=none TEST=PR_Swap DUT-DUT testing Signed-off-by: Denis Brockus <dbrockus@google.com> Change-Id: I51973dfbfbfe855d1027c3b1cec35a2ba06a7b65 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2367283 Tested-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,249
03.08.2020 15:44:36
25,200
0d808ad532e668f2c69387ce9b0c7ad4c75814e7
RT1715: Create driver Add driver for RT1715, it is a TCPCI rev1 TCPC supporting PD3.0 (except FRS), there are a few vendor-defined registers that need to be configured past the TCPCI ones. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "driver/build.mk", "new_path": "driver/build.mk", "diff": "@@ -143,6 +143,7 @@ driver-$(CONFIG_USB_PD_TCPM_PS8705)+=tcpm/ps8xxx.o\ndriver-$(CONFIG_USB_PD_TCPM_PS8805)+=tcpm/ps8xxx.o\ndriver-$(CONFIG_USB_PD_TCPM_PS8815)+=tcpm/ps8xxx.o\ndriver-$(CONFIG_USB_PD_TCP...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
RT1715: Create driver Add driver for RT1715, it is a TCPCI rev1 TCPC supporting PD3.0 (except FRS), there are a few vendor-defined registers that need to be configured past the TCPCI ones. BUG=b:162617664 TEST=make buildall BRANCH=none Change-Id: Ie84610c8a1e17ea5874692ae9c383fa70d7dd486 Signed-off-by: Eric Herrmann <eherrmann@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2343733 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
136,311
21.08.2020 14:24:36
21,600
213015c44bd470565091a5eb429a593e79dfc52f
config: cleanup TCPC driver options When CL:2343733 and CL:2304237 merged, config.h ended up with duplicated CONFIG options. BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "include/config.h", "new_path": "include/config.h", "diff": "#undef CONFIG_USB_PD_TCPM_MT6370\n#undef CONFIG_USB_PD_TCPM_TUSB422\n#undef CONFIG_USB_PD_TCPM_RAA489000\n+#undef CONFIG_USB_PD_TCPM_RT1715\n/* PS8XXX series are all supported by a single driver with ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
config: cleanup TCPC driver options When CL:2343733 and CL:2304237 merged, config.h ended up with duplicated CONFIG options. BUG=none BRANCH=none TEST=make buildall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I264668c9990b76a0010265f4cb22e632cb785548 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2369471 Commit-Queue: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
136,427
18.08.2020 19:35:03
21,600
2829755041f7573a0b4da585934f53759e20b26d
Ezkinil: Fix HDMI retimer suspend / resume BRANCH=none TEST=none
[ { "change_type": "MODIFY", "old_path": "baseboard/zork/baseboard.c", "new_path": "baseboard/zork/baseboard.c", "diff": "@@ -245,19 +245,6 @@ const struct pi3hdx1204_tuning pi3hdx1204_tuning = {\n.de_offset = PI3HDX1204_DE_DB_MINUS5,\n};\n-void pi3hdx1204_retimer_power(void)\n-{\n- if (ec_config_has_...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Ezkinil: Fix HDMI retimer suspend / resume BUG=none BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I9eac47383695156ca0d222eb75f75492065720b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2364112 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,427
18.08.2020 20:46:00
21,600
74c97f675c063ae084c8d29ba9b2948adb0bc0ed
Morphius: Fix HDMI retimer suspend / resume BRANCH=none TEST=none
[ { "change_type": "MODIFY", "old_path": "board/morphius/board.c", "new_path": "board/morphius/board.c", "diff": "#include \"driver/ppc/aoz1380.h\"\n#include \"driver/ppc/nx20p348x.h\"\n#include \"driver/retimer/pi3dpx1207.h\"\n+#include \"driver/retimer/pi3hdx1204.h\"\n#include \"driver/temp_sensor/s...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Morphius: Fix HDMI retimer suspend / resume BUG=b:165191080 BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I04ea831a2bfd684d13f211959acc52c511895f80 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2364113 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,427
18.08.2020 20:58:52
21,600
e5043bdc45a19593e07122ed725f917d8a0e5b00
Woomax: Fix HDMI retimer suspend / resume BRANCH=none TEST=none
[ { "change_type": "MODIFY", "old_path": "board/woomax/board.c", "new_path": "board/woomax/board.c", "diff": "#include \"driver/accel_kionix.h\"\n#include \"driver/accel_kx022.h\"\n#include \"driver/retimer/pi3dpx1207.h\"\n+#include \"driver/retimer/pi3hdx1204.h\"\n#include \"driver/retimer/ps8811.h\"...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Woomax: Fix HDMI retimer suspend / resume BUG=b:163861706 BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I8fda70cef671e3cdf14f6ea58e3890f82622237d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2364114 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,427
18.08.2020 21:02:18
21,600
9f36f26717844dfedb02aa4e50c8d199c9121f50
Berknip: Fix HDMI retimer suspend / resume BRANCH=none TEST=none
[ { "change_type": "MODIFY", "old_path": "board/berknip/board.c", "new_path": "board/berknip/board.c", "diff": "#include \"driver/accelgyro_bmi_common.h\"\n#include \"driver/accel_kionix.h\"\n#include \"driver/accel_kx022.h\"\n+#include \"driver/retimer/pi3hdx1204.h\"\n#include \"driver/retimer/tusb54...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Berknip: Fix HDMI retimer suspend / resume BUG=b:165191082 BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: If0619e61faa36e67e4e73c1cc59b296f6a039075 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2364115 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,427
18.08.2020 21:07:57
21,600
6f5d0b68cb549eaa2d92d02fae60e9b46457ef60
Dalboz: Fix HDMI retimer suspend / resume BRANCH=none TEST=none
[ { "change_type": "MODIFY", "old_path": "board/dalboz/board.c", "new_path": "board/dalboz/board.c", "diff": "#include \"driver/ioexpander/pcal6408.h\"\n#include \"driver/ppc/aoz1380.h\"\n#include \"driver/ppc/nx20p348x.h\"\n+#include \"driver/retimer/pi3hdx1204.h\"\n#include \"driver/tcpm/nct38xx.h\"...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Dalboz: Fix HDMI retimer suspend / resume BUG=none BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I2d91c848222d7b7b47c6b15e94ee9138441e4898 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2364116 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,427
18.08.2020 21:20:18
21,600
8e6889a2a8f3aeb4907783753f6a8a3db06fb005
Trembyle: Fix HDMI retimer suspend / resume BRANCH=none TEST=none
[ { "change_type": "MODIFY", "old_path": "board/trembyle/board.c", "new_path": "board/trembyle/board.c", "diff": "#include \"driver/accel_kionix.h\"\n#include \"driver/accel_kx022.h\"\n#include \"driver/retimer/pi3dpx1207.h\"\n+#include \"driver/retimer/pi3hdx1204.h\"\n#include \"driver/retimer/ps8811...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Trembyle: Fix HDMI retimer suspend / resume BUG=none BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: Id997c71498d4cb7f59b87f641cf4a67ec3617bad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2364117 Commit-Queue: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
136,427
20.08.2020 12:15:24
21,600
1cfa64f98e77a3243e854ba8abc1c087f3e714b0
pi3hdx1204: Print error if enable fails BRANCH=none TEST=none
[ { "change_type": "MODIFY", "old_path": "driver/retimer/pi3hdx1204.c", "new_path": "driver/retimer/pi3hdx1204.c", "diff": "@@ -24,8 +24,14 @@ int pi3hdx1204_enable(const int i2c_port,\n[PI3HDX1204_VOD_OFFSET] = pi3hdx1204_tuning.vod_offset,\n[PI3HDX1204_DE_OFFSET] = pi3hdx1204_tuning.de_offset,\n};\n...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
pi3hdx1204: Print error if enable fails BUG=none BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I33b574d42008330b58ae21d5bfbfc6fc73d50271 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2367313 Commit-Queue: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
136,293
13.08.2020 23:54:07
14,400
a97e14e93cac85a96fa86b50727dbe8a9a23a705
ectool: add pse host command TEST=manual BRANCH=none
[ { "change_type": "MODIFY", "old_path": "util/ectool.c", "new_path": "util/ectool.c", "diff": "@@ -228,6 +228,8 @@ const char help_str[] =\n\" Prints power-related information\\n\"\n\" protoinfo\\n\"\n\" Prints EC host protocol information\\n\"\n+ \" pse\\n\"\n+ \" Get and set PoE PSE port power stat...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
ectool: add pse host command BUG=b:163786867 TEST=manual BRANCH=none Change-Id: Ibc595f8a887e3fe63a45dc9b29f3bc4f75feb8ad Signed-off-by: Jeff Chase <jnchase@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2354545 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Commit-Queue: Joe Tessler <jrt@chromium.org>
136,311
22.08.2020 15:24:15
21,600
5482623ae79e97467576ad520c53273d412e9cc0
usb_mux: move usb_mux_set_safe_mode() Move usb_mux_set_safe_mode() definition into usb_common.c so it's available to the test framework. BRANCH=none TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "common/usb_common.c", "new_path": "common/usb_common.c", "diff": "@@ -430,6 +430,19 @@ void set_usb_mux_with_current_data_role(int port)\n}\n}\n+void usb_mux_set_safe_mode(int port)\n+{\n+ if (IS_ENABLED(CONFIG_USBC_SS_MUX)) {\n+ usb_mux_set(port, IS_ENABLED(C...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
usb_mux: move usb_mux_set_safe_mode() Move usb_mux_set_safe_mode() definition into usb_common.c so it's available to the test framework. BUG=none BRANCH=none TEST=make buildall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I789a470468ae441e366afbf94ce3c29db526dfd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2370409 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
136,286
19.08.2020 15:27:44
-28,800
81f396b4576d0ab6535dcbb0d06d76caa12d34ea
voxel: add voxel_npcx797fc build target Add the voxel_npcx797fc build target to test Voxel boards reworked with the NPCX797FC EC. BRANCH=none TEST=make buildall, workable on the re-worked Board.
[ { "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...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
voxel: add voxel_npcx797fc build target Add the voxel_npcx797fc build target to test Voxel boards reworked with the NPCX797FC EC. BUG=b:163687531 BRANCH=none TEST=make buildall, workable on the re-worked Board. Change-Id: I03ea3957de033c4abe2c66a416c258ef44aeb3d4 Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2364332 Reviewed-by: Keith Short <keithshort@chromium.org>
136,425
24.08.2020 19:45:05
-28,800
9b9de8217b14b7259afd34d8544678a3f41d4f02
Eldrid: Add batteries configuration Add batteries: 1.SIMPLO HIGHPOWER battery 2.COSMX battery BRANCH=none TEST=make buildall -j
[ { "change_type": "MODIFY", "old_path": "board/eldrid/battery.c", "new_path": "board/eldrid/battery.c", "diff": "* address, mask, and disconnect value need to be provided.\n*/\nconst struct board_batt_params board_battery_info[] = {\n- /* LGC\\011 L17L3PB0 Battery Information */\n- /*\n- * Battery in...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Eldrid: Add batteries configuration Add batteries: 1.SIMPLO HIGHPOWER battery 2.COSMX battery BUG=none BRANCH=none TEST=make buildall -j Change-Id: Iac959e5e3f0199f616b9ebbeda3aabced82d3ea2 Signed-off-by: lennon chen <lennon_chen@wistron.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2371789 Reviewed-by: caveh jalali <caveh@chromium.org>
136,427
25.08.2020 15:23:05
21,600
ff52ee7e2da9dd76499007a6b541c3fdc093aa02
zork: Set HDMI DATA_EN with POWER_EN Avoid setting IOEX_HDMI_DATA_EN_DB high when power is off. This prevents leakage in S3 and S5. BRANCH=none TEST=none
[ { "change_type": "MODIFY", "old_path": "board/berknip/board.c", "new_path": "board/berknip/board.c", "diff": "@@ -169,6 +169,7 @@ static void board_chipset_resume(void)\n{\nif (ec_config_has_hdmi_retimer_pi3hdx1204()) {\nioex_set_level(IOEX_HDMI_POWER_EN_DB, 1);\n+ ioex_set_level(IOEX_HDMI_DATA_EN_D...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
zork: Set HDMI DATA_EN with POWER_EN Avoid setting IOEX_HDMI_DATA_EN_DB high when power is off. This prevents leakage in S3 and S5. BUG=b:158266701 BRANCH=none TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I9f1c02b3631887661905be1e65be5d4d8b9f8e66 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2375803 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,324
24.08.2020 13:07:24
21,600
737a8720f258ce48b6448f3c9c857b06d838dc42
TCPMv2: Modal Operations should clear in dfp_discovery_init BRANCH=none TEST=dock specified in bug should be able to PR_Swap Tested-by: Denis Brockus
[ { "change_type": "MODIFY", "old_path": "common/usbc/usb_pe_drp_sm.c", "new_path": "common/usbc/usb_pe_drp_sm.c", "diff": "@@ -5601,6 +5601,8 @@ uint8_t pd_get_src_cap_cnt(int port)\nvoid pd_dfp_discovery_init(int port)\n{\n+ PE_CLR_FLAG(port, PE_FLAGS_MODAL_OPERATION);\n+\nmemset(pe[port].discovery,...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
TCPMv2: Modal Operations should clear in dfp_discovery_init BUG=b:165983983 BRANCH=none TEST=dock specified in bug should be able to PR_Swap Signed-off-by: Denis Brockus <dbrockus@google.com> Change-Id: Ifaccba2d741ed066e6bafc95c7e604b8f8dcfb17 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2373322 Tested-by: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,295
17.08.2020 16:33:46
-28,800
a2a07adc79d6729f94d59d342b6603a75f7edd58
morphius: eanble GMR sensor for tablet mode BRANCH=none TEST=verify tablet mode work normally.
[ { "change_type": "MODIFY", "old_path": "board/morphius/board.c", "new_path": "board/morphius/board.c", "diff": "#include \"pwm_chip.h\"\n#include \"switch.h\"\n#include \"system.h\"\n+#include \"tablet_mode.h\"\n#include \"task.h\"\n#include \"temp_sensor.h\"\n#include \"thermistor.h\"\n@@ -697,3 +6...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
morphius: eanble GMR sensor for tablet mode BUG=b:150278507 BRANCH=none TEST=verify tablet mode work normally. Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I95854bee2113d3fcd458aa6fee62b740858d4b40 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2359622 Reviewed-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
136,222
13.08.2020 14:08:57
-28,800
756ff288c27844b431d218fae2f710322a87ba07
chip/mt8192_scp: add address location of MIEMASK_G0 BRANCH=none TEST=make BOARD=asurada_scp
[ { "change_type": "MODIFY", "old_path": "chip/mt8192_scp/csr.h", "new_path": "chip/mt8192_scp/csr.h", "diff": "@@ -48,6 +48,7 @@ static inline uint32_t clear_csr(uint32_t reg, uint32_t bit)\n#define CSR_VIC_MIMASK_G0 (0x5d8)\n#define CSR_VIC_MIWAKEUP_G0 (0x5e0)\n#define CSR_VIC_MILSEL_G0 (0x5e8)\n+#d...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
chip/mt8192_scp: add address location of MIEMASK_G0 BRANCH=none BUG=b:163682416 TEST=make BOARD=asurada_scp Signed-off-by: Tzung-Bi Shih <tzungbi@chromium.org> Change-Id: I38e717a4a88d80a6c22ffd74b38904fa2e38fa73 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2352955 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,368
06.07.2020 12:31:33
25,200
018741aac031fcc7aeb9930f0c66a20f90eee88c
WADDLEDOO: Use common battery code Use common battery fuel gauge code BRANCH=none TEST=make -j buildall Tested-by: Aseda Aboagye
[ { "change_type": "MODIFY", "old_path": "board/waddledoo/battery.c", "new_path": "board/waddledoo/battery.c", "diff": "* Use of this source code is governed by a BSD-style license that can be\n* found in the LICENSE file.\n*\n- * Battery pack information\n+ * Battery pack vendor provided charging pro...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
WADDLEDOO: Use common battery code Use common battery fuel gauge code BRANCH=none BUG=b:152067066 TEST=make -j buildall Signed-off-by: Sam Hurst <shurst@google.com> Change-Id: I25a97614e6ba5dc601812f59739bd9cb7ce572e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2283852 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org>
136,280
27.08.2020 13:04:49
-28,800
0babd961e5e737e69359cf934afe0f169ebc1da9
asurada: rev1: update sensor rotation matrix TEST=`accelinfo on`, verify lid angle looks reasonable BRANCH=none Tested-by: Ting Shen
[ { "change_type": "MODIFY", "old_path": "board/asurada/board.c", "new_path": "board/asurada/board.c", "diff": "@@ -649,7 +649,8 @@ static struct bmi_drv_data_t g_bmi160_data;\nstatic struct stprivate_data g_lis2dwl_data;\n/* Matrix to rotate accelerometer into standard reference frame */\n-static con...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
asurada: rev1: update sensor rotation matrix BUG=none TEST=`accelinfo on`, verify lid angle looks reasonable BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I0cba0594797bb30492a295f20ad1198a545b6ee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2378768 Tested-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
136,286
26.08.2020 13:10:57
-28,800
e62b2830a103029127468e02dc529fc12f66d742
voxel: support TBT/USB4 for C0/C1 port support TBT/USB4 with all typeC port BRANCH=none TEST=checking with TBT is working on USB-C0/C1 at Gen3 speed
[ { "change_type": "MODIFY", "old_path": "board/voxel/board.c", "new_path": "board/voxel/board.c", "diff": "@@ -52,32 +52,6 @@ union volteer_cbi_fw_config fw_config_defaults = {\n.usb_db = DB_USB4_GEN3,\n};\n-__override enum tbt_compat_cable_speed board_get_max_tbt_speed(int port)\n-{\n- /* Routing le...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
voxel: support TBT/USB4 for C0/C1 port support TBT/USB4 with all typeC port BUG=b:162376062 BRANCH=none TEST=checking with TBT is working on USB-C0/C1 at Gen3 speed Change-Id: Ia9f3854d9319ff1c28167759622b3ba4b810372d Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2377047 Reviewed-by: Keith Short <keithshort@chromium.org>
136,200
28.08.2020 09:42:07
-28,800
d18a3ca54773694c3bfcdcef3615a3e029d67ab1
willow: Support new battery AP19B5K Add new battery config : AP19B5K. BRANCH=master TEST=Check found battery info in console and cutoff work.
[ { "change_type": "MODIFY", "old_path": "board/willow/battery.c", "new_path": "board/willow/battery.c", "diff": "@@ -173,6 +173,33 @@ const struct board_batt_params board_battery_info[] = {\n.discharging_max_c = 75,\n},\n},\n+ [BATTERY_PANASONIC_AP19B5K_KT00305011] = {\n+ .fuel_gauge = {\n+ .manuf_na...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
willow: Support new battery AP19B5K Add new battery config : AP19B5K. BUG=b:166226645 BRANCH=master TEST=Check found battery info in console and cutoff work. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: Ia22673f016b7cf5a581a40039113969b56b29089 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2379357 Reviewed-by: Zhuohao Lee <zhuohao@chromium.org> Commit-Queue: Zhuohao Lee <zhuohao@chromium.org>
136,427
26.08.2020 16:45:47
21,600
aabd4ce93b4dd8cb7a56ccc79442b0d1f1f47fe0
zork: Delay between G3 exit and power button On G3->S5, wait for GPIO_EC_FCH_RSMRST_L to be deasserted before asserting GPIO_EC_FCH_PWR_BTN_L. BRANCH=zork TEST=power button timing
[ { "change_type": "MODIFY", "old_path": "baseboard/zork/baseboard.c", "new_path": "baseboard/zork/baseboard.c", "diff": "@@ -328,3 +328,23 @@ __override int isl9241_update_learn_mode(int chgnum, int enable)\nreturn isl9241_write(chgnum, ISL9241_REG_CONTROL1, reg);\n}\n+\n+/*\n+ * b/164921478: On G3->...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
zork: Delay between G3 exit and power button On G3->S5, wait for GPIO_EC_FCH_RSMRST_L to be deasserted before asserting GPIO_EC_FCH_PWR_BTN_L. BUG=b:164921478 BRANCH=zork TEST=power button timing Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: Ib16f8ccf795382a26e70fd505e03c59db4eeaa88 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2378558 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
136,427
27.08.2020 12:21:34
21,600
00399ff73e17e784958db0264fd9e91eae407291
zork: Use gpio_or_ioex_set_level for PORT_TO_HPD Fix a couple of places missed in CL:2366456 BRANCH=zork TEST=none
[ { "change_type": "MODIFY", "old_path": "baseboard/zork/usb_pd_policy.c", "new_path": "baseboard/zork/usb_pd_policy.c", "diff": "@@ -140,7 +140,7 @@ __override void svdm_dp_post_config(int port)\nif (!(dp_flags[port] & DP_FLAGS_HPD_HI_PENDING))\nreturn;\n- gpio_set_level(PORT_TO_HPD(port), 1);\n+ gpi...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
zork: Use gpio_or_ioex_set_level for PORT_TO_HPD Fix a couple of places missed in CL:2366456 BUG=b:161860605 BRANCH=zork TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: Icb49da01b3575cfd81f57f01efcafea534212d8d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2380160 Reviewed-by: Peter Marheine <pmarheine@chromium.org>
136,427
28.08.2020 11:35:51
21,600
8a768a06bc876f83427691d27b4e572418406875
zork: Enable CONFIG_CHARGE_RAMP_SW We would prefer to use CONFIG_CHARGE_RAMP_HW to enable legacy BC1.2 charging but that feature of ISL9241 is broken (b/160287056) so we have to use CONFIG_CHARGE_RAMP_SW instead. BRANCH=zork TEST=ramp up to 1.5A from legacy charger
[ { "change_type": "MODIFY", "old_path": "baseboard/zork/baseboard.c", "new_path": "baseboard/zork/baseboard.c", "diff": "#include \"button.h\"\n#include \"cbi_ec_fw_config.h\"\n#include \"charge_manager.h\"\n+#include \"charge_ramp.h\"\n#include \"charge_state.h\"\n#include \"charge_state_v2.h\"\n#in...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
zork: Enable CONFIG_CHARGE_RAMP_SW We would prefer to use CONFIG_CHARGE_RAMP_HW to enable legacy BC1.2 charging but that feature of ISL9241 is broken (b/160287056) so we have to use CONFIG_CHARGE_RAMP_SW instead. BUG=b:163864475 BRANCH=zork TEST=ramp up to 1.5A from legacy charger Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: Iec0a4b82f42fd388d738362ce9a8de4d31c61054 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2382635
136,269
18.08.2020 10:56:47
25,200
bd67306369e6141fefaf8d8a6ea814a03d02f88d
fpsensor: Run maintenance when in maintenance mode BRANCH=none TEST=make buildall -j
[ { "change_type": "MODIFY", "old_path": "common/fpsensor/fpsensor.c", "new_path": "common/fpsensor/fpsensor.c", "diff": "@@ -252,6 +252,9 @@ void fp_task(void)\n} else if (mode & FP_MODE_RESET_SENSOR) {\nfp_reset_and_clear_context();\nsensor_mode &= ~FP_MODE_RESET_SENSOR;\n+ } else if (mode & FP_MODE...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
fpsensor: Run maintenance when in maintenance mode BRANCH=none BUG=b:76037094 TEST=make buildall -j Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Ibe8649c3cf77ef4542b5fc46d7df5eee03293b56 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2364755 Commit-Queue: Craig Hesling <hesling@chromium.org> Reviewed-by: Craig Hesling <hesling@chromium.org>
136,200
17.08.2020 22:44:44
-28,800
782d2b37a09d4463c872748baa312d177a27c819
terrador: Modify led color config Switch LED color Red and Green for proto 2. BRANCH=master TEST=Check LED color correct on proto 2 board.
[ { "change_type": "MODIFY", "old_path": "board/terrador/board.c", "new_path": "board/terrador/board.c", "diff": "@@ -121,12 +121,12 @@ const struct pwm_t pwm_channels[] = {\n.flags = PWM_CONFIG_ACTIVE_LOW | PWM_CONFIG_DSLEEP,\n.freq = 2400,\n},\n- [PWM_CH_LED2_GREEN] = {\n+ [PWM_CH_LED2_RED] = {\n.ch...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
terrador: Modify led color config Switch LED color Red and Green for proto 2. BUG=b:165158580 BRANCH=master TEST=Check LED color correct on proto 2 board. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I9d41576af35fff126c044470191cbcda042fb6d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2359624 Reviewed-by: Keith Short <keithshort@chromium.org> Reviewed-by: caveh jalali <caveh@chromium.org>
136,295
31.08.2020 15:53:54
-28,800
294aae5b5e9375cd3975db9cc4c5a557243eb518
morphius: update thermal protect point This CL update system shutdown CPU temp to 99C. BRANCH=zork TEST=make BOARD=morphius
[ { "change_type": "MODIFY", "old_path": "board/morphius/board.c", "new_path": "board/morphius/board.c", "diff": "@@ -465,7 +465,7 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);\nconst static struct ec_thermal_config thermal_cpu = {\n.temp_host = {\n[EC_TEMP_THRESH_HIGH] = C_TO_K(90),...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
morphius: update thermal protect point This CL update system shutdown CPU temp to 99C. BUG=b:162325433 BRANCH=zork TEST=make BOARD=morphius Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: Ia04f11e25286e7b3db31333803c38580b4b45013 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2383367 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,427
30.08.2020 20:00:36
21,600
8dc68cd1c76cab0ac24f3d2d630f33c6de0317df
zork: Remove debug print Remove print accidentally left in board_is_vbus_too_low in CL:2382635. BRANCH=zork TEST=none
[ { "change_type": "MODIFY", "old_path": "baseboard/zork/baseboard.c", "new_path": "baseboard/zork/baseboard.c", "diff": "@@ -366,7 +366,6 @@ int board_is_vbus_too_low(int port, enum chg_ramp_vbus_state ramp_state)\nif (charger_get_vbus_voltage(port, &voltage))\nvoltage = 0;\n- ccprints(\"vbus %d\", v...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
zork: Remove debug print Remove print accidentally left in board_is_vbus_too_low in CL:2382635. BUG=b:163864475 BRANCH=zork TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I261e634fb0ddf7edf4484906d01cbf4c251aac2b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2384532 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,418
31.08.2020 15:46:46
25,200
20b99a7070220a3ef191ca20a4b1155b0acc4e18
driver: Add LN9310 switchcap driver Add LN9310 2:1 and 3:1 switchcap driver. It will be used in Trogdor projects. BRANCH=None TEST=Defined the CONFIG and built correctly.
[ { "change_type": "MODIFY", "old_path": "driver/build.mk", "new_path": "driver/build.mk", "diff": "@@ -180,6 +180,9 @@ endif\ndriver-$(CONFIG_USBC_PPC_SYV682X)+=ppc/syv682x.o\ndriver-$(CONFIG_USBC_PPC_NX20P3483)+=ppc/nx20p348x.o\n+# Switchcap\n+driver-$(CONFIG_LN9310)+=ln9310.o\n+\n# video converters...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
driver: Add LN9310 switchcap driver Add LN9310 2:1 and 3:1 switchcap driver. It will be used in Trogdor projects. BRANCH=None BUG=b:163867792 TEST=Defined the CONFIG and built correctly. Change-Id: I14b55c7cd3be06e3811cc58a182b1694e6ad57ff Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2386481 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
136,286
01.09.2020 11:13:18
-28,800
a387df008154ccdde0eac036f6760f5c36174348
voxel:: modify mb gpio pin for BB retimer INT. Add USB_C0_RT_INT_ODL/USB_C1_RT_INT_ODL default INPUT dtype for mb typec C0/C1 port. BRANCH=master TEST=make buildall PASS, check system can power on.
[ { "change_type": "MODIFY", "old_path": "board/voxel/gpio.inc", "new_path": "board/voxel/gpio.inc", "diff": "@@ -97,6 +97,8 @@ GPIO(USB_C0_RT_RST_ODL, PIN(4, 1), GPIO_ODR_LOW)\nGPIO(USB_C1_RT_RST_ODL, PIN(8, 3), GPIO_ODR_LOW) /* USB_C1 Reset on boards board ID >=1 */\nGPIO(USB_C0_OC_ODL, PIN(B, 1), G...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
voxel:: modify mb gpio pin for BB retimer INT. Add USB_C0_RT_INT_ODL/USB_C1_RT_INT_ODL default INPUT dtype for mb typec C0/C1 port. BUG=b:166003345 BRANCH=master TEST=make buildall PASS, check system can power on. Change-Id: Ibeb457d127b22d6d7c93481536cea864a7750dd9 Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2386684 Reviewed-by: Keith Short <keithshort@chromium.org>
136,217
29.07.2020 18:49:50
-28,800
a30ccbaefe30d16ff6327cf4e3e687077b7ef041
common: motion_sense: Add helper functions clamping 32bit into ec protocol This helper functions are for clamping 32bit values into ec motion sensor protocol 16 data representations. TEST=build BRANCH=none
[ { "change_type": "MODIFY", "old_path": "include/motion_sense.h", "new_path": "include/motion_sense.h", "diff": "#include \"math_util.h\"\n#include \"queue.h\"\n#include \"timer.h\"\n+#include \"util.h\"\nenum sensor_state {\nSENSOR_NOT_INITIALIZED = 0,\n@@ -319,4 +320,39 @@ enum motionsensor_orienta...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
common: motion_sense: Add helper functions clamping 32bit into ec protocol This helper functions are for clamping 32bit values into ec motion sensor protocol 16 data representations. BUG=b:162396219 TEST=build BRANCH=none Signed-off-by: Ikjoon Jang <ikjn@chromium.org> Change-Id: I9c2a6e824570abde916de8cf513d1be79e345b56 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2328949 Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
136,295
02.09.2020 18:37:26
-28,800
e8568ee74f48fcf6e0c4b3f50f6552ca19c6a2c7
morphius: update cpu thermal protect point This patch update CPU temperature shut down point to 105. BRANCH=zork TEST=make BOARD=morphius
[ { "change_type": "MODIFY", "old_path": "board/morphius/board.c", "new_path": "board/morphius/board.c", "diff": "@@ -465,7 +465,7 @@ BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);\nconst static struct ec_thermal_config thermal_cpu = {\n.temp_host = {\n[EC_TEMP_THRESH_HIGH] = C_TO_K(90),...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
morphius: update cpu thermal protect point This patch update CPU temperature shut down point to 105. BUG=none BRANCH=zork TEST=make BOARD=morphius Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: Ib4f8ae1a31fd016fe94639c226ae6b03e73888dc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2389724 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,295
25.08.2020 18:15:55
-28,800
9ca75e89ce2d4af265d8f34f20d5892680bfa38d
berknip: update thermal table This patch update fan curve and thermal protect point. BRANCH=zork TEST=verify fan curve and thermal protect behavior as expected
[ { "change_type": "MODIFY", "old_path": "board/berknip/board.c", "new_path": "board/berknip/board.c", "diff": "@@ -464,7 +464,19 @@ const struct temp_sensor_t temp_sensors[] = {\n};\nBUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);\n-const static struct ec_thermal_config thermal_thermisto...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
berknip: update thermal table This patch update fan curve and thermal protect point. BUG=b:161470415 BRANCH=zork TEST=verify fan curve and thermal protect behavior as expected Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I842494acc62446be81b6df0f857c0e65e65380ae Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2389720 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,330
02.09.2020 14:53:29
21,600
217dd1c56883dcf64db887886c885d130d875370
volteer: Add missing #include uint32_t comes from stdint.h. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "baseboard/volteer/cbi_ec_fw_config.h", "new_path": "baseboard/volteer/cbi_ec_fw_config.h", "diff": "#define __VOLTEER_CBI_EC_FW_CONFIG_H_\n#include \"stdbool.h\"\n+#include \"stdint.h\"\n/************************************************************************...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
volteer: Add missing #include uint32_t comes from stdint.h. BUG=none TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I44ae7c9bf5011a67f34967554da67ad5f7e7c89b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2390995 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
136,222
26.08.2020 11:15:39
-28,800
8db1cf02395cb38b44fea2ffb9c3660624e227a8
chip/mt8192_scp: remove chip_disable_irq Disabling INTC IRQ in runtime is unstable in MT8192 SCP. BRANCH=none TEST=make BOARD=asurada_scp
[ { "change_type": "MODIFY", "old_path": "chip/mt8192_scp/intc.c", "new_path": "chip/mt8192_scp/intc.c", "diff": "/* INTC control module */\n+#include \"console.h\"\n#include \"csr.h\"\n#include \"registers.h\"\n@@ -202,18 +203,13 @@ void chip_enable_irq(int irq)\nvoid chip_disable_irq(int irq)\n{\n- ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
chip/mt8192_scp: remove chip_disable_irq Disabling INTC IRQ in runtime is unstable in MT8192 SCP. BRANCH=none BUG=b:163682416 TEST=make BOARD=asurada_scp Signed-off-by: Tzung-Bi Shih <tzungbi@chromium.org> Change-Id: I2817cd14be2f7d9188c188405b79acb2a2d5504d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2377046 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,323
20.08.2020 11:16:33
-28,800
0ebea59ecfb70b30a6dfb8232489be681500e084
halvor: Initialize the keyboard Initialize the keyboard BRANCH=none TEST=halvor test Tested-by: SamSP Liu
[ { "change_type": "MODIFY", "old_path": "board/halvor/board.c", "new_path": "board/halvor/board.c", "diff": "@@ -51,12 +51,36 @@ struct keyboard_scan_config keyscan_config = {\n.min_post_scan_delay_us = 1000,\n.poll_timeout_us = 100 * MSEC,\n.actual_key_mask = {\n- 0x14, 0xff, 0xff, 0xff, 0xff, 0xf5,...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
halvor: Initialize the keyboard Initialize the keyboard BUG=b:149536282 BRANCH=none TEST=halvor test Change-Id: I0081587e62836e09e2874589047ef46813e13238 Signed-off-by: Samsp_Liu <Samsp_Liu@compal.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2366317 Tested-by: SamSP Liu <samsp_liu@compal.corp-partner.google.com> Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Commit-Queue: SamSP Liu <samsp_liu@compal.corp-partner.google.com>
136,286
02.09.2020 14:53:33
-28,800
822f536d5b51934345061020699d15436737dd7f
voxel: modify mb gpio pin define config mb gpio pin define. BRANCH=master TEST=make buildall PASS.
[ { "change_type": "MODIFY", "old_path": "board/voxel/board.h", "new_path": "board/voxel/board.h", "diff": "#define GPIO_ENTERING_RW GPIO_EC_ENTERING_RW\n#define GPIO_LID_OPEN GPIO_EC_LID_OPEN\n#define GPIO_KBD_KSO2 GPIO_EC_KSO_02_INV\n-#define GPIO_PACKET_MODE_EN GPIO_UART2_EC_RX\n+#define GPIO_PACKE...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
voxel: modify mb gpio pin define config mb gpio pin define. BUG=b:160363945 BRANCH=master TEST=make buildall PASS. Change-Id: Iee9295b09d4629be3fbbe7852db43d1b607f1086 Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2388364 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
136,286
24.08.2020 16:23:12
-28,800
b7b452bf0accd1fbfddb699b1ab74ffbc4625181
magolor: Add PS8802 driver change mux to ps8762 for C1 typec port. BRANCH=none TEST=USB3 device enumerates, DP display normal.
[ { "change_type": "MODIFY", "old_path": "board/magolor/board.c", "new_path": "board/magolor/board.c", "diff": "#include \"driver/tcpm/raa489000.h\"\n#include \"driver/tcpm/tcpci.h\"\n#include \"driver/usb_mux/pi3usb3x532.h\"\n+#include \"driver/retimer/ps8802.h\"\n#include \"extpower.h\"\n#include \"...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
magolor: Add PS8802 driver change mux to ps8762 for C1 typec port. BUG=b:166057842 BRANCH=none TEST=USB3 device enumerates, DP display normal. Change-Id: I98c56047b7164d4a2cf7f73b149ce12aa2f53b6a Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2388363 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
136,360
30.07.2020 17:30:26
-28,800
e9d86fc334f71d6f0daf44f9bc0f9ee311620095
include: body_detection: add basic config Add the macro of body detection in include/config.h. BRANCH=None TEST=make buildall
[ { "change_type": "MODIFY", "old_path": "include/config.h", "new_path": "include/config.h", "diff": "/* Support the orientation gesture */\n#undef CONFIG_GESTURE_ORIENTATION\n+/* Support the body_detection */\n+#undef CONFIG_BODY_DETECTION\n+\n+/* Which sensor body_detection use */\n+#undef CONFIG_BO...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
include: body_detection: add basic config Add the macro of body detection in include/config.h. BRANCH=None BUG=b:123434029 TEST=make buildall Signed-off-by: Ching-Kang Yen <chingkang@chromium.org> Change-Id: Ie9bcaf5de1be2ee10a7327fa6b6faed9f63fa8f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2329111 Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
136,222
03.09.2020 10:25:44
-28,800
f884820a5a4c96a0320294c34fb257f5e8bd0273
asurada_scp: mask CC_HOSTCMD and CC_IPI out To keep console quiet enough. BRANCH=none TEST=make BOARD=asurada_scp
[ { "change_type": "MODIFY", "old_path": "board/asurada_scp/board.h", "new_path": "board/asurada_scp/board.h", "diff": "#ifndef __CROS_EC_BOARD_H\n#define __CROS_EC_BOARD_H\n+#define CC_DEFAULT (CC_ALL & ~(CC_MASK(CC_HOSTCMD) | CC_MASK(CC_IPI)))\n+\n#define CONFIG_FLASH_SIZE 0x58000\n#define CONFIG_LT...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
asurada_scp: mask CC_HOSTCMD and CC_IPI out To keep console quiet enough. BRANCH=none BUG=b:167634229 TEST=make BOARD=asurada_scp Signed-off-by: Tzung-Bi Shih <tzungbi@chromium.org> Change-Id: I3b82d809f5172ac25dd384879b81caf1b1479668 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2391026 Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
136,418
02.09.2020 10:56:33
25,200
f067a2682cb87cdacc890f82579120208913d2a6
lazor/limozeen: Support clamshell SKUs Configure the sensor count to 0, disable the tablet mode switch, and disable the interrupt line for the clamshell SKUs. BRANCH=None TEST=Tested Lazor; its sensors working properly.
[ { "change_type": "MODIFY", "old_path": "board/lazor/board.c", "new_path": "board/lazor/board.c", "diff": "@@ -45,6 +45,8 @@ static void switchcap_interrupt(enum gpio_signal signal);\n#include \"gpio_list.h\"\n+static uint8_t sku_id;\n+\n/* GPIO Interrupt Handlers */\nstatic void tcpc_alert_event(enu...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
lazor/limozeen: Support clamshell SKUs Configure the sensor count to 0, disable the tablet mode switch, and disable the interrupt line for the clamshell SKUs. BRANCH=None BUG=b:166934151 TEST=Tested Lazor; its sensors working properly. Change-Id: Id70c2f2925a5538e3492810fec9aad000514ea17 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2391203 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
136,295
01.09.2020 13:28:07
-28,800
652a52a7d20cfc4795f21101832635b21bf6ea11
berknip: add mst function support This patch add mst function support for board version >=3 dali sku. BRANCH=zork TEST=verify on rework dali DUT mst hub can work
[ { "change_type": "MODIFY", "old_path": "board/berknip/board.c", "new_path": "board/berknip/board.c", "diff": "@@ -318,11 +318,10 @@ const struct usb_mux usbc1_ps8743 = {\n* Use FW_CONFIG to set correct configuration.\n*/\nenum gpio_signal GPIO_S0_PGOOD = GPIO_S0_PWROK_OD_V0;\n+static uint32_t board_...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
berknip: add mst function support This patch add mst function support for board version >=3 dali sku. BUG=b:159304034 BRANCH=zork TEST=verify on rework dali DUT mst hub can work Signed-off-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Change-Id: I09172b9355af8e50e636c84b564dd70bc86b1155 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2386693 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
136,222
07.09.2020 10:22:20
-28,800
8fae4c4fc52057018af81eadaa9cab7a395207ea
kukui_scp: mask CC_HOSTCMD and CC_IPI out To keep console quiet enough. BRANCH=none TEST=make BOARD=kukui_scp
[ { "change_type": "MODIFY", "old_path": "board/kukui_scp/board.h", "new_path": "board/kukui_scp/board.h", "diff": "#ifndef __CROS_EC_BOARD_H\n#define __CROS_EC_BOARD_H\n+#define CC_DEFAULT (CC_ALL & ~(CC_MASK(CC_HOSTCMD) | CC_MASK(CC_IPI)))\n+\n#define CONFIG_FLASH_SIZE 0x58000 /* Image file size: 25...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
kukui_scp: mask CC_HOSTCMD and CC_IPI out To keep console quiet enough. BRANCH=none BUG=b:167634229 TEST=make BOARD=kukui_scp Signed-off-by: Tzung-Bi Shih <tzungbi@chromium.org> Change-Id: Idb5a6983fb9bae64e3b25fc58490f6780070ffc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2394975 Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
136,427
01.09.2020 19:42:27
21,600
c535c381a70d2062491793841672aa188f619ef2
morphius: Use HPD to disable pi3hdx1204 in S0 BRANCH=zork TEST=none Tested-by: Keith Tzeng
[ { "change_type": "MODIFY", "old_path": "board/morphius/board.c", "new_path": "board/morphius/board.c", "diff": "#include \"usb_charge.h\"\n#include \"usbc_ppc.h\"\n+static void hdmi_hpd_interrupt_v2(enum ioex_signal signal);\n+static void hdmi_hpd_interrupt_v3(enum gpio_signal signal);\n+static void...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
morphius: Use HPD to disable pi3hdx1204 in S0 BUG=b:165442828 BRANCH=zork TEST=none Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I32795377040221ac9459eb4c30cb6cf9648855b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2389321 Tested-by: Keith Tzeng <keith.tzeng@quanta.corp-partner.google.com> Commit-Queue: Denis Brockus <dbrockus@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
136,200
03.09.2020 17:40:48
-28,800
76dd2239f73e81b005c07c4c44955c32fce40bc3
Magolor: Add temp sensor to read temperature Add temp sensor for reading temperature. BRANCH=master TEST=Use console "temps" to check temperature.
[ { "change_type": "MODIFY", "old_path": "board/magolor/board.c", "new_path": "board/magolor/board.c", "diff": "#include \"compile_time_macros.h\"\n#include \"driver/accel_bma2x2.h\"\n#include \"driver/accelgyro_bmi_common.h\"\n+#include \"driver/temp_sensor/thermistor.h\"\n+#include \"temp_sensor.h\"...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Magolor: Add temp sensor to read temperature Add temp sensor for reading temperature. BUG=b:166732783 BRANCH=master TEST=Use console "temps" to check temperature. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I45a2ff451714ff5078f3440d081a5513cde7cee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2391189 Reviewed-by: Diana Z <dzigterman@chromium.org>
136,200
08.09.2020 10:15:07
-28,800
df782a4336afde1d53b9f4bfa8d97a526c264c0a
Waddledee: Change the lid accel sensor driver Change the driver to KX022. BRANCH=None TEST=Build the waddledee image and check the lid accel sensor info.
[ { "change_type": "MODIFY", "old_path": "board/waddledee/board.c", "new_path": "board/waddledee/board.c", "diff": "#include \"charge_manager.h\"\n#include \"charge_state_v2.h\"\n#include \"charger.h\"\n-#include \"driver/accel_lis2dh.h\"\n+#include \"driver/accel_kionix.h\"\n#include \"driver/accelgy...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Waddledee: Change the lid accel sensor driver Change the driver to KX022. BRANCH=None BUG=b:161821146 TEST=Build the waddledee image and check the lid accel sensor info. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: Iea5f19529689381a3ce2a10179f9e0341fda7728 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2397295 Reviewed-by: Diana Z <dzigterman@chromium.org>
136,388
09.09.2020 10:00:23
-28,800
c83b90cbeda79d19602d1f50aa64f5c18fab5a44
burnet: add case EC_LED_ID_POWER_LED to led_set_color BRANCH=firmware-kukui-12573.B TEST=make sure power led can be controlled by ectool. Tested-by: Devin Lu
[ { "change_type": "MODIFY", "old_path": "board/burnet/led.c", "new_path": "board/burnet/led.c", "diff": "@@ -81,6 +81,9 @@ static int led_set_color(enum ec_led_id led_id, enum led_color color)\ncase EC_LED_ID_BATTERY_LED:\nrv = led_set_color_battery(color);\nbreak;\n+ case EC_LED_ID_POWER_LED:\n+ rv ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
burnet: add case EC_LED_ID_POWER_LED to led_set_color BUG=none BRANCH=firmware-kukui-12573.B TEST=make sure power led can be controlled by ectool. Signed-off-by: Tommy Chung <tommy.chung@quanta.corp-partner.google.com> Change-Id: I43dc4af865a28505e0d6e3a74d89f99505a627be Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2397937 Tested-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org>
136,200
03.09.2020 15:25:09
-28,800
88970b5010441484ed27c7727de215550decbb49
Puff: Add setup_thermal for setting thermal config Use FW_CONFIG to set correct thermal config for different sku. BRANCH=master TEST=Thermal team verified thermal policy is expected.
[ { "change_type": "MODIFY", "old_path": "board/puff/board.c", "new_path": "board/puff/board.c", "diff": "@@ -397,6 +397,19 @@ const static struct ec_thermal_config thermal_a = {\n.temp_fan_max = C_TO_K(55),\n};\n+const static struct ec_thermal_config thermal_b = {\n+ .temp_host = {\n+ [EC_TEMP_THRESH...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Puff: Add setup_thermal for setting thermal config Use FW_CONFIG to set correct thermal config for different sku. BUG=b:166696500, b:167477885 BRANCH=master TEST=Thermal team verified thermal policy is expected. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I53a4998da5b01cfa4c69335062a64cbff2433752 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2391033 Reviewed-by: Andrew McRae <amcrae@chromium.org>
136,234
01.09.2020 18:08:52
25,200
5041496934c14966aed77b4ffab501b8663cfb24
cleanup: Move High-priority interrupt task to a separate file BRANCH=none TEST=make buildall -j
[ { "change_type": "MODIFY", "old_path": "common/build.mk", "new_path": "common/build.mk", "diff": "@@ -143,6 +143,7 @@ common-$(CONFIG_USB_CONSOLE_STREAM)+=usb_console_stream.o\ncommon-$(CONFIG_USB_I2C)+=usb_i2c.o\ncommon-$(CONFIG_USB_PORT_POWER_DUMB)+=usb_port_power_dumb.o\ncommon-$(CONFIG_USB_PORT_...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
cleanup: Move High-priority interrupt task to a separate file BUG=none BRANCH=none TEST=make buildall -j Change-Id: I63a964721a5471d6a00894cb0cb94e9656c10893 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2389325 Reviewed-by: Poornima Tom <poornima.tom@intel.com> Reviewed-by: Keith Short <keithshort@chromium.org>
136,269
23.07.2020 12:07:31
25,200
9c54206eec183ba8c6a87013486cd41c5fe83185
run_device_tests.py: Add type information BRANCH=none TEST=mypy ./test/run_device_tests.py TEST=./test/run_device_tests.py
[ { "change_type": "MODIFY", "old_path": "test/run_device_tests.py", "new_path": "test/run_device_tests.py", "diff": "@@ -23,7 +23,9 @@ import time\nfrom concurrent.futures.thread import ThreadPoolExecutor\nfrom enum import Enum\nfrom pathlib import Path\n-import colorama\n+from typing import Optional...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
run_device_tests.py: Add type information BRANCH=none BUG=b:162009542 TEST=mypy ./test/run_device_tests.py TEST=./test/run_device_tests.py Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I46d83c15eeaba03abd3477b516be22278a3dcf2b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2316522 Reviewed-by: Craig Hesling <hesling@chromium.org>
136,282
07.09.2020 17:10:17
-28,800
7209c81795193151d99b2f9bd50a9668b036e0c2
Meep: Fix triggering condition for PPC interrupt of SYV682A Apply CL:2309522 to meep. BRANCH=firmware-octopus-11297.B TEST=1. make BOARD=meep. 2. Verify USBC charger is able to charging.
[ { "change_type": "MODIFY", "old_path": "board/meep/board.c", "new_path": "board/meep/board.c", "diff": "@@ -365,13 +365,13 @@ __override uint16_t board_get_ps8xxx_product_id(int port)\n}\n}\n-const struct ppc_config_t ppc_syv682x_port0 = {\n+static const struct ppc_config_t ppc_syv682x_port0 = {\n.i...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Meep: Fix triggering condition for PPC interrupt of SYV682A Apply CL:2309522 to meep. BUG=none BRANCH=firmware-octopus-11297.B TEST=1. make BOARD=meep. 2. Verify USBC charger is able to charging. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I7407e360bb1521e4a9c5be38111508545a970733 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2396095 Reviewed-by: Marco Chen <marcochen@chromium.org>
136,282
07.09.2020 20:34:28
-28,800
af64cc766b654edd8b3bbd71760f8cbd30a68a98
Meep: Set SYV682x high voltage path ilimit to 5.5A BRANCH=firmware-octopus-11297.B TEST=EC console ppc_dump <port> to make sure setting.
[ { "change_type": "MODIFY", "old_path": "board/meep/board.h", "new_path": "board/meep/board.h", "diff": "/* Additional PPC second source */\n#define CONFIG_USBC_PPC_SYV682X\n#define CONFIG_USBC_PPC_DEDICATED_INT\n+#undef CONFIG_SYV682X_HV_ILIM\n+#define CONFIG_SYV682X_HV_ILIM SYV682X_HV_ILIM_5_50\n/*...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Meep: Set SYV682x high voltage path ilimit to 5.5A BUG=b:162221222 BRANCH=firmware-octopus-11297.B TEST=EC console ppc_dump <port> to make sure setting. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I3840e6a86563d2e7faa6eb3c12c51925718ef306 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2396098 Reviewed-by: Marco Chen <marcochen@chromium.org>
136,282
07.09.2020 17:41:23
-28,800
a96a1570c41a745a95e3a187467a066a1f62c27b
Octopus: Add SSFC field for PPC Octopus already supported SSFC with CL:2377058. This patch extends SSFC field of CBI for PPC. BRANCH=firmware-octopus-11297.B TEST=EC log of Meep device can output value of SSFC in CBI.
[ { "change_type": "MODIFY", "old_path": "baseboard/octopus/cbi_ssfc.c", "new_path": "baseboard/octopus/cbi_ssfc.c", "diff": "@@ -32,3 +32,8 @@ enum ssfc_tcpc_p1 get_cbi_ssfc_tcpc_p1(void)\n{\nreturn ((cached_ssfc & SSFC_TCPC_P1_MASK) >> SSFC_TCPC_P1_OFFSET);\n}\n+\n+enum ssfc_ppc_p1 get_cbi_ssfc_ppc_...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Octopus: Add SSFC field for PPC Octopus already supported SSFC with CL:2377058. This patch extends SSFC field of CBI for PPC. BRANCH=firmware-octopus-11297.B BUG=none TEST=EC log of Meep device can output value of SSFC in CBI. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I1d0815a29673d535e53fdb7efe6b756999bc9f3a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2396096 Reviewed-by: Marco Chen <marcochen@chromium.org>
136,330
10.09.2020 10:32:08
21,600
c5e05e5fea98ab9080cd4d98d957d16401aebaef
thermal: Add documentation Comment parameters for board_override_fan_control. TEST=make buildall BRANCH=none
[ { "change_type": "MODIFY", "old_path": "include/thermal.h", "new_path": "include/thermal.h", "diff": "@@ -19,7 +19,12 @@ extern struct ec_thermal_config thermal_params[];\n/* Helper function to compute percent cooling */\nint thermal_fan_percent(int low, int high, int cur);\n-/* Allow board custom f...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
thermal: Add documentation Comment parameters for board_override_fan_control. BUG=none TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: Ib3bda463b67cb5181869f1aadb48124616d42c8e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2403804 Reviewed-by: Jett Rink <jettrink@chromium.org> Commit-Queue: Jett Rink <jettrink@chromium.org>
136,200
09.09.2020 17:55:03
-28,800
14abdc0dc458ab8f29ee96faf92340c3c636cbe3
willow: Support new battery AP19B8K Add new battery config : AP19B8K. BRANCH=master TEST=Check found battery info in console and cutoff work.
[ { "change_type": "MODIFY", "old_path": "board/willow/battery.c", "new_path": "board/willow/battery.c", "diff": "@@ -200,6 +200,34 @@ const struct board_batt_params board_battery_info[] = {\n.discharging_max_c = 75,\n},\n},\n+ /* LGC AP19B8K Battery Information */\n+ [BATTERY_LGC_AP19B8K] = {\n+ .fue...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
willow: Support new battery AP19B8K Add new battery config : AP19B8K. BUG=b:166225039 BRANCH=master TEST=Check found battery info in console and cutoff work. Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Change-Id: I80ee052832dd03eb985fa746b7c3565ce11fbbad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2400548 Reviewed-by: Zhuohao Lee <zhuohao@chromium.org>
136,427
09.09.2020 13:54:21
21,600
4532bb55f546931efd35eee77226615cc59a9eff
tcpmv2: Fix PD_EVENT_SEND_HARD_RESET PD_EVENT_SEND_HARD_RESET was not connected up to anything. BRANCH=zork TEST=hard reset on OC
[ { "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": "@@ -1486,6 +1486,9 @@ void tc_event_check(int port, int evt)\nif (evt & PD_EVENT_RX_HARD_RESET)\npd_execute_hard_reset(port);\n+ if (evt & PD_EVENT_SEND_HAR...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
tcpmv2: Fix PD_EVENT_SEND_HARD_RESET PD_EVENT_SEND_HARD_RESET was not connected up to anything. BUG=b:166536767 BRANCH=zork TEST=hard reset on OC Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: I2d6fd660ce5b8b9208ae74cb9a128aae3ba2b51f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2402138 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Denis Brockus <dbrockus@chromium.org>
136,295
25.08.2020 15:53:04
-28,800
726254c03ec356cdfcc29973baddf8c655415f6c
usb: Ignore overcurrent while disconnected Don't count faults while disconnected as PPC OC events. BRANCH=zork TEST=verified that USB-C device can work after ESD test.
[ { "change_type": "MODIFY", "old_path": "common/usb_common.c", "new_path": "common/usb_common.c", "diff": "@@ -493,14 +493,19 @@ DECLARE_DEFERRED(re_enable_ports);\nvoid pd_handle_overcurrent(int port)\n{\n- /* Keep track of the overcurrent events. */\nCPRINTS(\"C%d: overcurrent!\", port);\nif (IS_EN...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
usb: Ignore overcurrent while disconnected Don't count faults while disconnected as PPC OC events. BUG=b:166536767, b:165946265 BRANCH=zork TEST=verified that USB-C device can work after ESD test. Change-Id: I1a749649dd40d6977cbb37ba7fb97d899244e821 Signed-off-by: Edward Hill <ecgh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2391029 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
136,286
11.09.2020 10:44:23
-28,800
456fef58c6f06ed7ed6b2334c2b1e9f4913dc49b
voxel: delete voxel_npcx797fc switch variant the only support CHIP_VARIANT npcx797fc ec chip BRANCH=master TEST=make buildall, workable on the re-worked Board.
[ { "change_type": "MODIFY", "old_path": "board/voxel/build.mk", "new_path": "board/voxel/build.mk", "diff": "CHIP:=npcx\nCHIP_FAMILY:=npcx7\n-# A limited Voxe boards are reworked with NPCX797FC variant. Set the\n-# modify the variant type to match.\n-ifeq ($(BOARD),voxel_npcx797fc)\nCHIP_VARIANT:=npc...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
voxel: delete voxel_npcx797fc switch variant the only support CHIP_VARIANT npcx797fc ec chip BUG=b:163687531 BRANCH=master TEST=make buildall, workable on the re-worked Board. Change-Id: I313d3669d6acc7815dbd67e0730b5ae2bcf9522e Signed-off-by: Ben Chen <ben.chen2@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2405714 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
136,280
09.09.2020 19:16:40
-28,800
a4fcebc675bea0f5d3911f03947ab940eb70020d
usb_mux/it5205h: implement SBU control TEST=able to trigger sbu interrupt on reworked asurada BRANCH=none Tested-by: Ting Shen
[ { "change_type": "MODIFY", "old_path": "driver/usb_mux/it5205.c", "new_path": "driver/usb_mux/it5205.c", "diff": "*/\n#include \"common.h\"\n-#include \"console.h\"\n#include \"i2c.h\"\n#include \"it5205.h\"\n-#include \"usb_mux.h\"\n#include \"util.h\"\n#define MUX_STATE_DP_USB_MASK (USB_PD_MUX_USB...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
usb_mux/it5205h: implement SBU control BUG=b:167499422 TEST=able to trigger sbu interrupt on reworked asurada BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I457596ee938790736ebdd5bfbd22e13831d715b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2402598 Reviewed-by: Eric Yilun Lin <yllin@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org>
136,305
11.09.2020 15:19:22
21,600
62a164a4c53368fd36faa596e8fcc3a90a6f9ffa
USB-C: Make Vbus check overridable Boards may have capacity to detect vSafe0V outside the TCPCI driver. Make the Vbus level check overridable so boards may define their own. BRANCH=None TEST=make -j buildall
[ { "change_type": "MODIFY", "old_path": "common/usb_common.c", "new_path": "common/usb_common.c", "diff": "@@ -760,7 +760,14 @@ void pd_deferred_resume(int port)\n}\n#endif /* CONFIG_USB_PD_TCPM_TCPCI */\n-bool pd_check_vbus_level(int port, enum vbus_level level)\n+\n+/*\n+ * Check the specified Vbus...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
USB-C: Make Vbus check overridable Boards may have capacity to detect vSafe0V outside the TCPCI driver. Make the Vbus level check overridable so boards may define their own. BRANCH=None BUG=b:167666781,b:160996247 TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I7b8c582a3efdf1d338fc335b9798edc85b5f62a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2406340 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,305
11.09.2020 15:41:20
21,600
7e8b12fa6b223c443f967c5e3dc3acb80a147dae
PD: Add voltage levels from PD spec This includes some of the voltage levels defined in the PD specification for central reference, similar to the timers. BRANCH=None TEST=make -j buildall
[ { "change_type": "MODIFY", "old_path": "include/usb_pd.h", "new_path": "include/usb_pd.h", "diff": "@@ -249,6 +249,10 @@ enum pd_rx_errors {\n#define PD_T_VPDCTDD (4*MSEC) /* max of 4ms */\n#define PD_T_VPDDISABLE (25*MSEC) /* min of 25ms */\n+/* Voltage thresholds in mV (Table 7-24, PD 3.0 Version ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
PD: Add voltage levels from PD spec This includes some of the voltage levels defined in the PD specification for central reference, similar to the timers. BRANCH=None BUG=None TEST=make -j buildall Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Ib33611e5814393337043c114d1120c8c67c77576 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2406341 Reviewed-by: Jett Rink <jettrink@chromium.org>
136,257
04.09.2020 18:05:35
-28,800
06d1dbc4bb5337a3782936b7895dd571f7b57732
eldrid: add custom fan control This is an initial version. Also disable fan when enter S0ix. BRANCH=none TEST=make -j BOARD=volteer TEST=make buildall TEST=verify by thermal team
[ { "change_type": "MODIFY", "old_path": "board/eldrid/board.h", "new_path": "board/eldrid/board.h", "diff": "/* Volume Button feature */\n/* Fan features */\n+#define CONFIG_CUSTOM_FAN_CONTROL\n/* charger defines */\n#define CONFIG_CHARGER_SENSE_RESISTOR 10\n" }, { "change_type": "MODIFY", ...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
eldrid: add custom fan control This is an initial version. Also disable fan when enter S0ix. BUG=b:167931578 BRANCH=none TEST=make -j BOARD=volteer TEST=make buildall TEST=verify by thermal team Change-Id: I146caf056486709763d2793e9c43b6e713bf87e0 Signed-off-by: Scott Chao <scott_chao@wistron.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2393408 Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
136,193
10.09.2020 10:20:05
-28,800
2ecf69126084bc0339ec0c1c997e6168c73752ba
dedede: add FW_CONFIG field for Keyboard Type support This patch add FW_CONFIG field for Keyboard Type Support BRANCH=none TEST=none
[ { "change_type": "MODIFY", "old_path": "baseboard/dedede/cbi_fw_config.c", "new_path": "baseboard/dedede/cbi_fw_config.c", "diff": "@@ -44,3 +44,9 @@ enum fw_config_tablet_mode_type get_cbi_fw_config_tablet_mode(void)\nreturn ((cached_fw_config & FW_CONFIG_TABLET_MODE_MASK)\n>> FW_CONFIG_TABLET_MODE...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
dedede: add FW_CONFIG field for Keyboard Type support This patch add FW_CONFIG field for Keyboard Type Support BUG=none BRANCH=none TEST=none Signed-off-by: Leo-Tsai <leocx_tsai@compal.corp-partner.google.com> Change-Id: Idb9a352f40abab791e3162470efe8fe242027af5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2402461 Reviewed-by: Henry Sun <henrysun@google.com> Reviewed-by: YH Lin <yueherngl@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
136,208
05.08.2020 14:07:46
-28,800
ee3c56a04cd0888b1005fd75d8be186ef3c49ca2
mt6360: support buck regulator TEST=With chromium:2409487, emerge ec-utils; cros deploy ec-utils ectool regularinfo; ectool regulatorget; ectool regulatorset BRANCH=none
[ { "change_type": "MODIFY", "old_path": "driver/bc12/mt6360.c", "new_path": "driver/bc12/mt6360.c", "diff": "@@ -318,8 +318,32 @@ struct mt6360_regulator_data regulator_data[MT6360_REGULATOR_COUNT] = {\n.shift_vosel = MT6360_MASK_LDO7_VOSEL_SHIFT,\n.mask_vocal = MT6360_MASK_LDO7_VOCAL,\n},\n+ [MT6360...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
mt6360: support buck regulator BUG=b:147789962 TEST=With chromium:2409487, emerge ec-utils; cros deploy ec-utils ectool regularinfo; ectool regulatorget; ectool regulatorset BRANCH=none Change-Id: I571a6a3903c7c88837c8d0666f833f3252756dcf Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2337862 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
136,418
14.09.2020 15:04:37
25,200
81fcfcc39df8e7d9dcb91d516416e790f0f90db6
Trogdor: Move GPIO aliases from baseboard to board Move some GPIO aliases from baseboard to board such that they can be customized to use different names. BRANCH=None TEST=Built the affect Trogdor boards.
[ { "change_type": "MODIFY", "old_path": "baseboard/trogdor/baseboard.h", "new_path": "baseboard/trogdor/baseboard.h", "diff": "* then redefined here to so it's more clear which signal is being used for\n* which purpose.\n*/\n-#define GPIO_AC_PRESENT GPIO_ACOK_OD\n#define GPIO_POWER_BUTTON_L GPIO_EC_P...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Trogdor: Move GPIO aliases from baseboard to board Move some GPIO aliases from baseboard to board such that they can be customized to use different names. BRANCH=None BUG=b:167884598 TEST=Built the affect Trogdor boards. Change-Id: Id8d68d9b03d43010a81565f7625b8033aab14594 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2410850 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
136,418
14.09.2020 15:54:10
25,200
f5b42274efd9b5314faca9616c728612bf2de531
Coachz: Simplify switchcap logic to support DA9313 only Coachz only uses the switchcap DA9313. Remove the other switchcap support to simplify the logic. BRANCH=None TEST=Built the Coachz image.
[ { "change_type": "MODIFY", "old_path": "board/coachz/board.c", "new_path": "board/coachz/board.c", "diff": "#include \"hooks.h\"\n#include \"keyboard_scan.h\"\n#include \"lid_switch.h\"\n-#include \"ln9310.h\"\n#include \"pi3usb9201.h\"\n#include \"power.h\"\n#include \"power_button.h\"\n@@ -41,12 +...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Coachz: Simplify switchcap logic to support DA9313 only Coachz only uses the switchcap DA9313. Remove the other switchcap support to simplify the logic. BRANCH=None BUG=b:167884598 TEST=Built the Coachz image. Change-Id: Idd1de592836a29d2ef6105650882517d58ec1f9d Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2410852 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
136,356
16.09.2020 09:03:27
-28,800
cb442c95b69fa0c687e8179dc30e098fc147dad0
Lazor: Support new battery AP18C8K and AP18C4K Add new battery config: AP18C8K and AP18C4K BRANCH=none TEST=Check found battery info in console and cutoff work.
[ { "change_type": "MODIFY", "old_path": "board/lazor/battery.c", "new_path": "board/lazor/battery.c", "diff": "@@ -120,6 +120,62 @@ const struct board_batt_params board_battery_info[] = {\n.discharging_max_c = 75,\n},\n},\n+ /* LGC AP18C8K Battery Information */\n+ [BATTERY_LGC_AP18C8K] = {\n+ .fuel_...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Lazor: Support new battery AP18C8K and AP18C4K Add new battery config: AP18C8K and AP18C4K BUG=b:168139106 BRANCH=none TEST=Check found battery info in console and cutoff work. Signed-off-by: Sue Chen <sue.chen@quanta.corp-partner.google.com> Change-Id: Ic7d08ee932fd61681bf30e4dae98cd2d349a056f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2413189 Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Wai-Hong Tam <waihong@google.com>
136,418
14.09.2020 16:52:49
25,200
f5015952e627fc7f40d5258065b17fbe1834f956
Coachz: Remove the keyboard support Coachz doesn't has an internal keyboard and trackpad. BRANCH=None TEST=Built the Coachz image.
[ { "change_type": "MODIFY", "old_path": "board/coachz/ec.tasklist", "new_path": "board/coachz/ec.tasklist", "diff": "TASK_ALWAYS(MOTIONSENSE, motion_sense_task, NULL, VENTI_TASK_STACK_SIZE) \\\nTASK_ALWAYS(HOSTCMD, host_command_task, NULL, ULTRA_TASK_STACK_SIZE) \\\nTASK_ALWAYS(CONSOLE, console_task,...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Coachz: Remove the keyboard support Coachz doesn't has an internal keyboard and trackpad. BRANCH=None BUG=b:167884598 TEST=Built the Coachz image. Change-Id: I6625b06276ad421ebb50d0e8cedc3098ee700fc9 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2410854 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
136,418
14.09.2020 17:04:40
25,200
d4829c42658a23c380eeacf218f26d6765bbad53
Coachz: Remove the keyboard backlight support Coachz doesn't has an internal keyboard. Move the CONFIG from baseboard to board, as the keyboard backlight is not a common feature. BRANCH=None TEST=Built the Coachz image.
[ { "change_type": "MODIFY", "old_path": "baseboard/trogdor/baseboard.h", "new_path": "baseboard/trogdor/baseboard.h", "diff": "#define CONFIG_FPU\n#define CONFIG_PWM\n#define CONFIG_PWM_DISPLIGHT\n-#define CONFIG_PWM_KBLIGHT\n#define CONFIG_VBOOT_HASH\n" }, { "change_type": "MODIFY", "old...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Coachz: Remove the keyboard backlight support Coachz doesn't has an internal keyboard. Move the CONFIG from baseboard to board, as the keyboard backlight is not a common feature. BRANCH=None BUG=b:167884598 TEST=Built the Coachz image. Change-Id: Idd5937da9ad6a3ab1be277e537bbd2e70e2b1d9a Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2410855 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
136,418
14.09.2020 16:14:05
25,200
dfa1d9370950aeae0a28aebe1aa0d6cec25ef707
Coachz: Remove USB-A port Coachz doesn't have any USB-A port. BRANCH=None TEST=Built the Coachz image.
[ { "change_type": "MODIFY", "old_path": "board/coachz/board.c", "new_path": "board/coachz/board.c", "diff": "@@ -199,10 +199,6 @@ const struct usb_mux usb_muxes[CONFIG_USB_PD_PORT_MAX_COUNT] = {\n}\n};\n-const int usb_port_enable[USB_PORT_COUNT] = {\n- GPIO_EN_USB_A_5V,\n-};\n-\n/* BC1.2 */\nconst st...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Coachz: Remove USB-A port Coachz doesn't have any USB-A port. BRANCH=None BUG=b:167884598 TEST=Built the Coachz image. Change-Id: I84bd2c7c04b810071cd904df26b05211a2fd88f8 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2410856 Reviewed-by: Alexandru M Stan <amstan@chromium.org> Reviewed-by: Stephen Boyd <swboyd@chromium.org>
136,209
16.09.2020 18:51:20
-36,000
c3256cdae920d801cabdff7204e6e61f556cac87
Dooly: Initial EC board configuration Initial Dooly board and GPIO configuration. TEST=buildall BRANCH=none Tested-by: Andrew McRae
[ { "change_type": "MODIFY", "old_path": "board/dooly/board.c", "new_path": "board/dooly/board.c", "diff": "@@ -54,19 +54,47 @@ DECLARE_DEFERRED(power_monitor);\nstatic void ppc_interrupt(enum gpio_signal signal)\n{\n- if (signal == GPIO_USB_C0_TCPPC_INT_ODL)\n- sn5s330_interrupt(0);\n+ switch (signal...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Dooly: Initial EC board configuration Initial Dooly board and GPIO configuration. BUG=b:164921469 TEST=buildall BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: Iec035a1e3f31d094888ab9a2283fc429512e328b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2413807 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org> Tested-by: Andrew McRae <amcrae@chromium.org>
136,418
16.09.2020 20:03:29
25,200
be80d749b6bfbc28f19583ad7f6736f7ed76f1d4
Lazor: Support multiple PS8xxx TCPC and switch to PS8805 on rev3+ Lazor rev3+ switches the TCPC to PS8805. This CL makes it support multiple TCPC on a single image. BRANCH=None TEST=Built Lazor image correctly.
[ { "change_type": "MODIFY", "old_path": "board/lazor/board.c", "new_path": "board/lazor/board.c", "diff": "@@ -509,6 +509,16 @@ static void board_init(void)\n}\nDECLARE_HOOK(HOOK_INIT, board_init, HOOK_PRIO_DEFAULT);\n+__override uint16_t board_get_ps8xxx_product_id(int port)\n+{\n+ /* Lazor (SKU_ID:...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Lazor: Support multiple PS8xxx TCPC and switch to PS8805 on rev3+ Lazor rev3+ switches the TCPC to PS8805. This CL makes it support multiple TCPC on a single image. BRANCH=None BUG=b:168682309 TEST=Built Lazor image correctly. Change-Id: I2fc93ae18051e8950c2a7975e43771c238c22aad Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2415631 Reviewed-by: Alexandru M Stan <amstan@chromium.org>
136,418
17.09.2020 09:51:16
25,200
20ac786d2383539055d0f167920155c1a2242717
Lazor/Limozeen: Limozeen uses PS8805; make PS8805 the default Limozeen all-rev uses the TCPC PS8805. Change the logic to make PS8805 as default. BRANCH=None TEST=Built the Lazor image.
[ { "change_type": "MODIFY", "old_path": "board/lazor/board.c", "new_path": "board/lazor/board.c", "diff": "@@ -511,12 +511,17 @@ DECLARE_HOOK(HOOK_INIT, board_init, HOOK_PRIO_DEFAULT);\n__override uint16_t board_get_ps8xxx_product_id(int port)\n{\n- /* Lazor (SKU_ID: 0, 1, 2, 3) rev 3+ changes TCPC t...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Lazor/Limozeen: Limozeen uses PS8805; make PS8805 the default Limozeen all-rev uses the TCPC PS8805. Change the logic to make PS8805 as default. BRANCH=None BUG=b:166934151 TEST=Built the Lazor image. Change-Id: I75535c76cb6d55121fbf6eaa50fd818fcc286fc5 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2416988 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
136,209
17.09.2020 14:17:48
-36,000
da34f6f3e53ae59c3a2edc9faeb7a9e68b95f0b5
Dooly: Enable volume buttons TEST=Build on dooly BRANCH=none Cq-Depend: chromium:2413818 Tested-by: Andrew McRae
[ { "change_type": "MODIFY", "old_path": "board/dooly/board.h", "new_path": "board/dooly/board.h", "diff": "#define CONFIG_DEDICATED_CHARGE_PORT_COUNT 1\n#define DEDICATED_CHARGE_PORT 2\n-/*\n- * TODO(amcrae): Currently we do not allow both\n- * dedicated recovery button and volume buttons.\n- */\n-#u...
C
BSD 3-Clause New or Revised License
coreboot/chrome-ec
Dooly: Enable volume buttons BUG=b:168752837 TEST=Build on dooly BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Cq-Depend: chromium:2413818 Change-Id: Ifc60ff4271c459cb4a1a89326c8d7bb3101105cb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2413823 Tested-by: Andrew McRae <amcrae@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org> Reviewed-by: Andrew McRae <amcrae@chromium.org>