summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "UART: Export uart_clear_input API"Mary Ruthven2021-11-181-8/+0
* Revert "clock: define the function clock_enable_module to all EC chips"Mary Ruthven2021-11-181-10/+0
* Revert "USB PD: Re-discover port partner when a contract was in place"Mary Ruthven2021-11-181-5/+0
* Revert "util/ectool, common/system: Share sysmbol reset_flag_desc."Mary Ruthven2021-11-181-10/+10
* Revert "kukui_scp: Enable MPU to protect code RAM and data RAM in RW image."Mary Ruthven2021-11-181-1/+1
* Revert "ish: preserve panic data across reset"Mary Ruthven2021-11-181-1/+0
* Revert "USB-PD: Add hook for PD connect event"Mary Ruthven2021-11-181-1/+0
* Revert "Align behavior of strtoi() and strtoul() to match Linux manpage descr...Mary Ruthven2021-11-181-31/+28
* Revert "queue.h: Check at compile time if queue size is power of 2"Mary Ruthven2021-11-181-0/+1
* Revert "USB-PD: Consolidate tcpc_config declarations in usb_pd_tcpm.h"Mary Ruthven2021-11-181-0/+1
* i2c_controller: remove subcommand to protect all TCPC portsMary Ruthven2021-11-182-9/+32
* Revert "common: board_[read/write]_serial weak reference cleanup"Mary Ruthven2021-11-181-16/+22
* Revert "common: queue: Update chunk struct and get read/write logic"Mary Ruthven2021-11-181-15/+9
* Revert "common: Add EC_CMD_LOCATE_CHIP"Mary Ruthven2021-11-183-45/+29
* Revert "minute-ia: ish software panic"Mary Ruthven2021-11-181-26/+0
* Revert "mt_scp: Add support to store some code in DRAM"Mary Ruthven2021-11-182-17/+0
* Revert "core: Allow .bss and .data sections in DRAM"Mary Ruthven2021-11-181-10/+0
* Revert "common: provide config option for 64-bit hwtimer"Mary Ruthven2021-11-181-68/+27
* Revert "uart_buffering: add tx_buffer_full() API"Mary Ruthven2021-11-181-5/+0
* Revert "rollback: Add rollback support for chips with varying flash bank sizes"Mary Ruthven2021-11-181-51/+4
* Revert "common/system: refactor some confusing ifdefs"Mary Ruthven2021-11-181-20/+25
* Revert "cleanup: use STATIC_IF for hibernate variables"Mary Ruthven2021-11-181-15/+14
* Revert "common: change clksrc_high to use STATIC_IF_NOT"Mary Ruthven2021-11-181-2/+10
* Revert "log: Preserve Kukui EC reset logs across every EC reboot on SRAM."Mary Ruthven2021-11-183-73/+5
* Revert "version: Make ver_get_num_commits work for on-flash images"Mary Ruthven2021-11-182-29/+17
* Revert "utils: Add strstr"Mary Ruthven2021-11-181-25/+0
* Revert "kukui_scp: support CONFIG_PRESERVE_LOGS"Mary Ruthven2021-11-181-2/+1
* Revert "system.c: move jump_data declarations into sysjump.h"Mary Ruthven2021-11-181-1/+30
* Revert "system.c: reset statics for testing"Mary Ruthven2021-11-181-7/+0
* Revert "Cleanup: Correct GPIO alternate function parameter"Mary Ruthven2021-11-182-6/+5
* Revert "Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNT"Mary Ruthven2021-11-182-3/+3
* Revert "Add a board specific helper to return USB PD port count"Mary Ruthven2021-11-182-3/+3
* remove rollbackMary Ruthven2021-11-102-530/+0
* ap_ro_verification: do not fail if verification is not supportedstabilize-14312.B-cr50_stabVadim Bendebury2021-10-251-58/+109
* ap_ro_integrity_check: add a ccd capability for the ap ro check vcMary Ruthven2021-10-211-7/+13
* ap_ro_verification: do not stop on failing FMAPsVadim Bendebury2021-10-191-101/+71
* ap_ro_verification: rework to match the new GVD layoutVadim Bendebury2021-10-191-145/+140
* ap_ro_status: report the button status if verification is unsupportedMary Ruthven2021-10-151-14/+16
* ap_ro_verification: Do not allow over USBVadim Bendebury2021-10-142-3/+8
* cr50: update U2F_Sign command to hash authentication secretVadim Sukhomlinov2021-10-141-7/+16
* Reland "cr50_fuzz: Add fuzzer for u2f commands"Howard Yang2021-10-131-3/+2
* Revert "cr50_fuzz: Add fuzzer for u2f commands"Vadim Bendebury2021-10-071-2/+3
* cr50_fuzz: Add fuzzer for u2f commandsstabilize-ambassador-14268.43.B-cr50_stabstabilize-14268.67.B-cr50_stabstabilize-14268.52.B-cr50_stabstabilize-14268.51.B-cr50_stabrelease-R96-14268.B-cr50_stabHoward Yang2021-10-071-3/+2
* cr50: add support for v2 of U2F key handle for WebAuthnstabilize-14267.B-cr50_stabVadim Sukhomlinov2021-10-061-55/+70
* cr50: update RSA public API to block access on FIPS errorsVadim Sukhomlinov2021-10-061-2/+3
* cr50: Update AES public APIsfactory-ambassador-14265.B-cr50_stabVadim Sukhomlinov2021-10-051-4/+4
* cr50: update ap_ro to new HASH APIVadim Sukhomlinov2021-10-051-35/+22
* cr50: provide public crypto API for HMAC/HASH with error reporting.Vadim Sukhomlinov2021-10-023-55/+104
* ap_ro_verification: add implementation of the new schemeVadim Bendebury2021-10-021-38/+1195
* cr50: switch ECDSA to use enum dcrypto_result, added FIPS checksVadim Sukhomlinov2021-09-241-2/+10