summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* apply INT_AP_L extension on I2CS interfaceNamyoon Woo2020-06-243-13/+46
* timer: add SEC_ULMary Ruthven2020-06-241-0/+1
* Use a long pulse of INT_AP_L for SPSNamyoon Woo2020-06-244-8/+241
* ap_ro_integrity_check: move error codes enum into the .h fileVadim Bendebury2020-06-242-12/+15
* ap_ro_integrity_check: allow gsctool erasing AP RO hashVadim Bendebury2020-06-241-7/+36
* close RO window after useVadim Bendebury2020-06-245-8/+38
* ap_ro_integrity_check: don't ignore flash write return valuesVadim Bendebury2020-06-241-4/+12
* ap RO verification: enable loggingVadim Bendebury2020-06-244-4/+61
* ap_ro_verification: enable AP RO verification supportVadim Bendebury2020-06-241-0/+2
* Plug in the AP RO verification implementationVadim Bendebury2020-06-245-3/+70
* Add AP RO integrity check implementation.Vadim Bendebury2020-06-245-2/+300
* board_id: refactor to expose function checking INFO1 board ID spaceVadim Bendebury2020-06-243-19/+27
* usb_spi: refactor to allow use in different contextsVadim Bendebury2020-06-243-33/+64
* crypto_api: use const voidVadim Bendebury2020-06-246-17/+16
* make cr50 agnostic about EC-EFS2Namyoon Woo2020-06-243-21/+2
* Implement sequence for detecting trigger for AP RO verificationVadim Bendebury2020-06-242-0/+113
* tpm2: clean up stubs.cVadim Bendebury2020-06-241-17/+4
* util: Add function to check whether a buffer is trivial (all 0x00 or all 0xff)Yicheng Li2020-06-243-14/+59
* cr50: prepare to release 0.{5,6}.4Mary Ruthven2020-05-212-2/+2
* sps: do not generate AP_INT_L pulse until controller is readyVadim Bendebury2020-05-211-19/+32
* ec: Convert comments to C-styleLouis Collard2020-05-211-48/+52
* ec: Remove typedefs from u2f.hLouis Collard2020-05-212-37/+38
* ec: Run clang-format on u2f.cLouis Collard2020-05-211-30/+21
* ec: Run clang-format on u2f.hLouis Collard2020-05-211-53/+53
* VENDOR_CC_WP: allow to enable write protection (WP)Vadim Bendebury2020-05-212-1/+17
* Add a sw flag to indicate usb_i2c statusNamyoon Woo2020-05-211-7/+6
* speed up AP State polling when CCD is active.Vadim Bendebury2020-05-211-2/+27
* fix to set the TPM VC response size as zero on error casesNamyoon Woo2020-05-211-1/+5
* Revert "step back to 0.3.26 state"Mary Ruthven2020-05-2157-916/+2072
* cr50: prepare to release 0.{5,6}.2 againMary Ruthven2020-05-082-4/+4
* idle: reduce set of idle command actionsMary Ruthven2020-05-081-9/+7
* step back to 0.3.26 stateVadim Bendebury2020-05-0858-2075/+919
* cr50: prepare to release 0.{5,6}.1Mary Ruthven2020-04-242-4/+4
* prevent reading ECRW hash from TPM nvmem on non-EFS2 boardsNamyoon Woo2020-04-241-0/+3
* prevent EC UART TX channel lockup caused by EFS introductionNamyoon Woo2020-04-241-22/+31
* Modify ec_comm command to corrupt NVMEM copy of kernel secdataNamyoon Woo2020-04-245-27/+71
* Print EC-EFS2 boot-mode upon ec_comm uart commandNamyoon Woo2020-04-241-0/+7
* g: add CONFIG_USB_CONSOLE_DEFAULT_DISABLEDMarius Schilder2020-04-242-6/+14
* Makefile.rules: prevent unnecessary updates of ec_version.hVadim Bendebury2020-04-241-1/+3
* PRESUBMIT.cfg does not need to enforce BRANCH=Vadim Bendebury2020-04-241-1/+0
* remove CONFIG_USB_HID_KEYBOARD and CONFIG_USB_UPDATENamyoon Woo2020-04-246-688/+0
* change the init proiorities of ec_efs_init() and ec_comm_init()Namyoon Woo2020-04-244-4/+13
* add corrupt and reload options to 'ec_comm' console cmdNamyoon Woo2020-04-243-2/+39
* introducing an unittest of EC-EFSNamyoon Woo2020-04-2417-19/+626
* minor cleanup on EC-EFS2 implementationNamyoon Woo2020-04-242-2/+1
* allowing repeating an EC-EFS command, SET_BOOT_MODENamyoon Woo2020-04-241-2/+27
* system: avoid printing one character at a timeVadim Bendebury2020-04-241-13/+35
* gpio_commands: reduce number of vararg parametersVadim Bendebury2020-04-241-14/+24
* move ec_comm implementation to common directoryNamyoon Woo2020-04-247-2/+8
* fix in EC-EFS command, SET_BOOT_MODENamyoon Woo2020-04-241-1/+1