summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add EC_CMD_SET_TABLET_MODE handlerfactory-corsola-15196.B-mainTim Van Patten2023-04-121-2/+39
* test: Fix unittest missing clang linkingYuval Peress2022-10-181-0/+4
* common/button.c: Add tests for failed paths through ACTIVEYuval Peress2022-10-181-11/+10
* Features: Add feature flag to advertise AP VDM controlDiana Z2022-10-171-0/+3
* print_temps: Modify the description output of temps cmdHarsha B R2022-10-141-3/+5
* vboot: remove unnecessary hash re-calculationTing Shen2022-10-141-3/+12
* include/compiler.h: Add generic macro for disabling compiler warningsTom Hughes2022-10-132-19/+8
* test: move spi_flash_reg to its own moduleYuval Peress2022-10-1216-2/+320
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-122-9/+2
* common/i2c_peripheral: Fix return typeTom Hughes2022-10-121-1/+1
* pwm: Factor out PWM_RAW/PERCENT_TO_PERCENT/RAW()Aaron Massey2022-10-101-3/+0
* zephyr: avoid collisions with board.hYuval Peress2022-10-102-2/+0
* config: Define HOST_EVENT_REPORT_MASK by CONFIGAaron Massey2022-10-101-8/+0
* test_util: Add assertion inside weakly-linked run_test()Andrea Grandi2022-10-101-0/+10
* zephyr/usbc: implement a default DFP-only SVDM identityPeter Marheine2022-10-091-0/+50
* ec: Don't declare forward decls as weakJeremy Bettis2022-10-072-2/+7
* zephyr: tests: Test motion_lid.c host commandTristan Honscheid2022-10-071-0/+7
* zephyr: tests: Test `hash` console cmd in `common/vboot_hash.c`Tristan Honscheid2022-10-071-0/+10
* TCPMv2: modify default rp value when bist share modeScott Chao2022-10-071-1/+6
* TCPMv2: Add bist share mode console commandScott Chao2022-10-071-0/+11
* typec: Clear stale hard reset event when readyAndrew McRae2022-10-061-0/+8
* ectool: support bist share mode enable/disable commandScott Chao2022-10-062-0/+24
* console: Make chan command accept channel nameDaisuke Nojiri2022-10-051-7/+20
* rgbkb: Fix rgb init valuesParth Malkan2022-10-051-1/+1
* TCPM: Restrict Google alt mode to TCPMv1Abe Levkoy2022-10-051-1/+4
* TCPMv2: Remove hc_remote_flashAbe Levkoy2022-10-051-69/+0
* Revert "test: EC_CMD_USB_PD_FW_UPDATE host cmd"Abe Levkoy2022-10-052-3/+3
* TCPM: Move pd flash implementation to TCPMv1Abe Levkoy2022-10-052-79/+92
* TCPM: Move pd_custom_vdm to TCPMv1Abe Levkoy2022-10-052-69/+66
* TCPMv2: Remove PE_HANDLE_CUSTOM_VDMAbe Levkoy2022-10-051-82/+24
* zephyr: tests: Move non-Zephyr code out of i2c_controller.cTristan Honscheid2022-10-042-218/+228
* zephyr: tests: Split off non-Zephyr i2c_controller.c console cmdsTristan Honscheid2022-10-043-305/+322
* test: refactor RTC code for coverageYuval Peress2022-10-031-3/+8
* test: host_command: Add coverage to locate_chipYuval Peress2022-09-301-1/+2
* math_util: fix missing coverageYuval Peress2022-09-301-5/+2
* usb_common: Fix/test EC_CMD_PD_HOST_EVENT_STATUSAaron Massey2022-09-302-17/+13
* test: EC_CMD_USB_PD_FW_UPDATE host cmdAaron Massey2022-09-302-3/+3
* usbc: modified the DPM logic to match the DP module logic.amber.chen2022-09-301-1/+1
* charger: Detect the number of battery cellsKyle Lin2022-09-281-0/+11
* fpsensor: Build fpsensor source file with C++Tom Hughes2022-09-282-11/+26
* test: Cover all sysjump console command linesAaron Massey2022-09-261-4/+4
* zephyr: #ifdef code in `common/timer.c` not used in ZephyrTristan Honscheid2022-09-261-19/+22
* Revert "common: replace safe_memcmp with cryptoc version"Jeremy Bettis2022-09-262-2/+17
* common: replace safe_memcmp with cryptoc versionTom Hughes2022-09-262-17/+2
* usbc_ppc: Enable console logs for testsAaron Massey2022-09-261-7/+11
* zephyr: tests: Test timer_init() in common/timer.cTristan Honscheid2022-09-231-1/+2
* test: CBI version enabled system_get_board_versionAaron Massey2022-09-231-1/+1
* zephyr: Add test for Steelix alt motion sensorswen zhang2022-09-231-0/+23
* test: use structs initialized in mock for assertionsFiras Sammoura2022-09-221-2/+2
* test: Add test for rollback_get_secretFiras Sammoura2022-09-223-1/+63