summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch cros/main into firmware-dedede-13606.B-masterShou-Chieh Hsu2023-04-2420-65/+251
|\
| * ec: Add another #line directive for usb_common.cJeremy Bettis2023-04-221-0/+6
| * Revert "Reland "Use third_party boringssl for AES""Jonathon Murphy2023-04-211-10/+5
| * Revert "Reland "tree: Remove the stale boringssl AES code""Jonathon Murphy2023-04-213-0/+6
| * Revert "Reland "fpsensor: Use OPENSSL_cleanse instead of always_memset""Jonathon Murphy2023-04-213-25/+21
| * Reland "fpsensor: Use OPENSSL_cleanse instead of always_memset"Yi Chou2023-04-213-21/+25
| * Reland "tree: Remove the stale boringssl AES code"Yi Chou2023-04-213-6/+0
| * Reland "Use third_party boringssl for AES"Yi Chou2023-04-211-5/+10
| * zephyr: test: Set up OCPC test project and check console commandsTristan Honscheid2023-04-211-1/+12
| * charger: Disambiguate charger command outputDaisuke Nojiri2023-04-201-14/+18
| * rollback: Add support for entropy from RNG for rollbackaddentPatryk Duda2023-04-201-5/+17
| * panic: Set watchdog panic reason if old watchdog panicRob Barnes2023-04-181-1/+9
| * Revert "Use third_party boringssl for AES"Yi Chou2023-04-181-10/+5
| * Revert "tree: Remove the stale boringssl AES code"Yi Chou2023-04-183-0/+6
| * Revert "fpsensor: Use OPENSSL_cleanse instead of always_memset"Yi Chou2023-04-183-25/+21
| * clock: Remove the weak definition clock_enable_moduleYi Chou2023-04-181-9/+0
| * fpsensor: Use OPENSSL_cleanse instead of always_memsetYi Chou2023-04-183-21/+25
| * tree: Remove the stale boringssl AES codeYi Chou2023-04-183-6/+0
| * Use third_party boringssl for AESYi Chou2023-04-181-5/+10
| * zephyr: Eliminate pointer from SYS_INIT functionsKeith Short2023-04-175-15/+5
| * fpsensor: Use consistent unsigned type for finger indexTom Hughes2023-04-172-6/+4
| * flash: cbi: Block the HCs from flash CBI section modificationMadhurima Paruchuri2023-04-171-1/+84
| * USB-PD: Make sink automatically enter EPR modeDaisuke Nojiri2023-04-173-3/+20
| * system_safe_mode: Allow coredump host commandsRob Barnes2023-04-171-4/+11
| * ec: Add back in some #line directivesJeremy Bettis2023-04-151-0/+6
| * USB-PD: Update pd console command for EPRDaisuke Nojiri2023-04-141-4/+36
| * host_cmd: Add command to get/set s0ix counterGrzegorz Bernacki2023-04-141-0/+22
| * TCPMv2: Disable PE during ErrorRecoveryDiana Z2023-04-131-2/+1
* | Merge remote-tracking branch cros/main into firmware-dedede-13606.B-masterShou-Chieh Hsu2023-04-1323-274/+291
|\ \ | |/
| * USB-PD: Update EC_CMD_TYPEC_STATUS for EPRDaisuke Nojiri2023-04-131-30/+70
| * rollback: Move CONFIG_SHA256 outside of add_entropy()Patryk Duda2023-04-121-4/+4
| * charge_manager: don't refer to ramp functions if disabledPeter Marheine2023-04-121-9/+4
| * system_safe_mode: Print process stack dumpRob Barnes2023-04-112-0/+37
| * rollback: Move variables declaration under one #ifdef in add_entropy()Patryk Duda2023-04-111-5/+3
| * zephyr: shim: Add GESTURE_DETECTION to enable/disable body detectionRuihai Zhou2023-04-111-1/+2
| * zephyr: Support PLATFORM_EC_CMD_GPIO_EXTENDED flagKnox Chiou2023-04-111-2/+5
| * USB-PD: Support Vconn swap during EPR entry for SinkDaisuke Nojiri2023-04-072-1/+22
| * zephyr: test: Fix flaky keyboard_scan testTristan Honscheid2023-04-071-0/+11
| * keyboard_scan: drop CONFIG_KEYBOARD_LANGUAGE_IDFabio Baltieri2023-04-062-75/+0
| * fpsensor: Rename fpsensor_detect functionsBobby Casey2023-04-062-4/+4
| * fp_sensor_mock: Rename fp_sensor_mockBobby Casey2023-04-063-5/+5
| * fpsensor: Fix definition of FP_SENSOR_IMAGE_OFFSETBobby Casey2023-04-061-5/+0
| * rollback: Replace interrupt_{disable,enable} with irq_{lock,unlock}Patryk Duda2023-04-061-9/+16
| * rollback: Remove SECTION_IS_RO around get_rollback_erase_size_bytes()Patryk Duda2023-04-061-19/+16
| * keyboard_scan: drop CONFIG_KEYBOARD_SUPPRESS_NOISEFabio Baltieri2023-04-061-5/+0
| * fpsensor: Use bool for boolean value instead of intTom Hughes2023-03-301-1/+1
| * fpsensor: Use auto to avoid repeating the type after castingTom Hughes2023-03-302-17/+13
| * fpsensor: Change C style cast to reinterpret_castTom Hughes2023-03-301-2/+3
| * common/battery: Add workaround for erroneous battery temperaturesRobert Zieba2023-03-301-1/+5
| * fpsensor: Unify type used to represent template countTom Hughes2023-03-302-9/+5