summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* tpm_registers: suppress TPM_STS messagesMary Ruthven2020-12-101-3/+18
* cr50: fix the comment on DIOB3 (EC_PACKET_MODE)stabilize-13654.B-cr50_stabNamyoon Woo2020-12-071-2/+2
* add get apro hash vendor commandMary Ruthven2020-11-182-0/+30
* ap_ro_hash: add a maximum number of rangesMary Ruthven2020-11-181-0/+14
* ap_ro_hash: add cflush() after printing every rangeMary Ruthven2020-11-181-1/+3
* Revert "cr50: debounce successive TPM reset pulses"Mary Ruthven2020-10-291-2/+5
* u2f: Switch FIPS call back to DCRYPTO for 5.7/6.7stabilize-rust-13555.B-cr50_stabstabilize-rust-13514.B-cr50_stabstabilize-13532.B-cr50_stabstabilize-13525.B-cr50_stabstabilize-13505.85.B-cr50_stabstabilize-13505.73.B-cr50_stabstabilize-13505.65.B-cr50_stabstabilize-13505.63.B-cr50_stabstabilize-13505.111.B-cr50_stabstabilize-13505.100.B-cr50_stabstabilize-13505.1.B-cr50_stabstabilize-13482.B-cr50_stabrelease-R87-13505.B-cr50_stabYicheng Li2020-09-181-8/+12
* u2f: Remove legacy KH supportYicheng Li2020-08-261-86/+5
* Reland "u2f: Append hmac of auth time secret to versioned KH"stabilize-quickfix-13421.74.B-cr50_stabstabilize-quickfix-13421.100.B-cr50_stabstabilize-13421.99.B-cr50_stabstabilize-13421.96.B-cr50_stabstabilize-13421.89.B-cr50_stabstabilize-13421.80.B-cr50_stabstabilize-13421.73.B-cr50_stabstabilize-13421.53.B-cr50_stabstabilize-13421.42.B-cr50_stabstabilize-13421.103.B-cr50_stabstabilize-13421.102.B-cr50_stabrelease-R86-13421.B-cr50_stabfirmware-zork-13421.B-cr50_stabYicheng Li2020-08-181-25/+52
* Revert "u2f: Append hmac of auth time secret to versioned KH"Archie Pusaka2020-07-301-51/+25
* u2f: Append hmac of auth time secret to versioned KHYicheng Li2020-07-291-25/+51
* u2f: Correct versioned key handle offset errorYicheng Li2020-07-211-1/+1
* u2f: Add support for versioned key handlesYicheng Li2020-07-031-44/+159
* common.h: consolidate stdbool.h and stddef.hVadim Sukhomlinov2020-06-252-3/+0
* NVMEM: selective erase of TPM objectsVadim Bendebury2020-06-251-7/+26
* console: add service functions to enable/disable console outputVadim Sukhomlinov2020-06-161-0/+11
* Fix in the console output message of EC-CR50 comm initializationNamyoon Woo2020-06-091-1/+1
* remove CR50_SQAMary Ruthven2020-06-022-4/+4
* Introduce BOARD_CFG_LONG_INT_AP_BIT in TPM_BOARD_CFG registerNamyoon Woo2020-06-011-6/+1
* Introduce TPM_BOARD_CFG registerNamyoon Woo2020-06-012-0/+26
* apply INT_AP_L extension on I2CS interfaceNamyoon Woo2020-05-291-7/+30
* ap_ro_integrity_check: move error codes enum into the .h fileVadim Bendebury2020-05-291-12/+0
* ap_ro_integrity_check: allow gsctool erasing AP RO hashVadim Bendebury2020-05-291-7/+36
* close RO window after useVadim Bendebury2020-05-291-0/+3
* ap_ro_integrity_check: don't ignore flash write return valuesVadim Bendebury2020-05-291-4/+12
* ap RO verification: enable loggingVadim Bendebury2020-05-291-1/+15
* Plug in the AP RO verification implementationVadim Bendebury2020-05-291-0/+1
* Add AP RO integrity check implementation.Vadim Bendebury2020-05-221-0/+267
* make cr50 agnostic about EC-EFS2Namyoon Woo2020-05-142-19/+0
* fix to set the TPM VC response size as zero on error casesNamyoon Woo2020-04-281-1/+5
* ec: Remove typedefs from u2f.hLouis Collard2020-04-151-22/+23
* ec: Run clang-format on u2f.cLouis Collard2020-04-151-30/+21
* prevent reading ECRW hash from TPM nvmem on non-EFS2 boardsNamyoon Woo2020-04-071-0/+3
* cmsg: use two byte ints to send function name string indicesstabilize-sylas-13019.B-cr50_stabstabilize-13020.87.B-cr50_stabstabilize-13020.67.B-cr50_stabstabilize-13020.55.B-cr50_stabrelease-R83-13020.B-cr50_stabVadim Bendebury2020-04-011-4/+11
* Prepare for transitioning to packet mode consoleVadim Bendebury2020-03-314-4/+26
* cmsg.c, console packet mode driverVadim Bendebury2020-03-313-1/+395
* make: add preprocessor stageVadim Bendebury2020-03-311-0/+1
* Modify ec_comm command to corrupt NVMEM copy of kernel secdataNamyoon Woo2020-03-313-24/+60
* Print EC-EFS2 boot-mode upon ec_comm uart commandNamyoon Woo2020-03-281-0/+7
* remove CONFIG_USB_HID_KEYBOARD and CONFIG_USB_UPDATENamyoon Woo2020-03-133-932/+0
* change the init proiorities of ec_efs_init() and ec_comm_init()release-R82-12974.B-cr50_stabNamyoon Woo2020-03-122-2/+2
* add corrupt and reload options to 'ec_comm' console cmdNamyoon Woo2020-03-112-2/+37
* introducing an unittest of EC-EFSNamyoon Woo2020-03-111-0/+7
* minor cleanup on EC-EFS2 implementationNamyoon Woo2020-03-112-2/+1
* allowing repeating an EC-EFS command, SET_BOOT_MODENamyoon Woo2020-03-111-2/+27
* system: avoid printing one character at a timeVadim Bendebury2020-03-111-13/+35
* gpio_commands: reduce number of vararg parametersVadim Bendebury2020-03-111-17/+24
* move ec_comm implementation to common directoryNamyoon Woo2020-03-103-0/+606
* cr50: add TPM vendor-specific commands to support EC-EFS2Namyoon Woo2020-02-221-0/+2
* g: add gpio_set_wakepin() to configure wake pinsMary Ruthven2020-02-071-0/+6