summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tpm: reset command_ready bit when entering idle stateVadim Bendebury2019-09-211-4/+6
* g: improve trng error handlingVadim Bendebury2019-09-212-1/+70
* nvmem: make page header checksums different between prod and devVadim Bendebury2019-09-213-16/+35
* nvmem: do not run when crypto is disabledVadim Bendebury2019-09-215-0/+42
* flash_log: add vendor command, timestamp base accessorVadim Bendebury2019-09-212-1/+37
* flash_log: add api for setting base timestampVadim Bendebury2019-09-213-7/+117
* host: Add dcrypto definitions that can be used by fuzzing targets. (take two)Allen Webb2019-09-2111-16/+199
* cr50: add buffer_units_mask member into struct queue (take two)Namyoon Woo2019-09-212-9/+11
* pinweaver: fix memory leak introduced when moving to new nevmem (take two)Vadim Bendebury2019-09-211-4/+3
* nvmem: protect flash accesses with a mutex (take two)Vadim Bendebury2019-09-213-13/+97
* nvmem: populate default tpm objects after wipeout (take two)Vadim Bendebury2019-09-212-4/+6
* nvmem: add test of recovery from interrupted saves (take two)Vadim Bendebury2019-09-213-1/+21
* nvmem: fix delimiter creation during setvar() (take two)Vadim Bendebury2019-09-213-22/+158
* nvmem: add logging and restart on app_cipher failures (take two)Vadim Bendebury2019-09-212-3/+7
* factory_mode: refactor factory_enable_failed (take two)Mary Ruthven2019-09-211-17/+22
* ccd: make ccd open error more meaningful (take two)Mary Ruthven2019-09-211-2/+1
* cr50: default to SPI PLT_RST if there's a pullup on DIOA9 (take two)Mary Ruthven2019-09-211-3/+12
* g: clean up UART channel names (take two)Vadim Bendebury2019-09-211-6/+5
* ec/common: Introduce IS_ENABLED to check config options (take two)Raul E Rangel2019-09-211-0/+27
* cr50: use board_wipe_tpm to clear the tpm (take two)Mary Ruthven2019-09-216-52/+38
* nvmem: test modifications to support the new scheme (take two)Vadim Bendebury2019-09-219-603/+1718
* cr50: complete support of the new NVMEM structure (take two)Vadim Bendebury2019-09-2116-1148/+1387
* common: flash and nvmem fixes for compatibility with the host board. (take two)Allen Webb2019-09-213-3/+11
* cr50: Update to VENDOR_CC_GET_PWR_BTN (take two)Keith Short2019-09-211-1/+12
* cr50: convert functions into static (take two)Namyoon Woo2019-09-216-18/+6
* cr50: make is_sys_rst_asserted static (take two)Mary Ruthven2019-09-212-2/+1
* cr50: make sys_rst_l_out pseudo open drain (take two)Mary Ruthven2019-09-213-29/+14
* gpio: add config option for using gpio_get_flags (take two)Mary Ruthven2019-09-213-2/+9
* cr50: New NVMEM flash storage implementation (take two)Vadim Bendebury2019-09-214-0/+3148
* cr50: make ccd_mode_l pseudo open drain (take two)Mary Ruthven2019-09-212-11/+6
* factory_mode: change how reset_required is saved (take two)Mary Ruthven2019-09-211-1/+1
* cr50: add command to override BATT_PRES_L (take two)Mary Ruthven2019-09-214-14/+107
* cr50: add command for forcing servo disconnect (take two)Mary Ruthven2019-09-214-4/+54
* cr50: add vendor command for retrieving flash elog (take two)Vadim Bendebury2019-09-216-120/+65
* cr50: move to use flash event log (take two)Vadim Bendebury2019-09-213-12/+5
* g: add flash elog support function (take two)Vadim Bendebury2019-09-212-1/+29
* common: add flash event log facility (take two)Vadim Bendebury2019-09-219-0/+909
* cr50: add board_forcing_wp to get force wp state (take two)Mary Ruthven2019-09-211-5/+12
* common: replace 1 << digits, with BIT(digits) (take two)Gwendal Grignou2019-09-21164-1618/+1619
* reduce set of test run during buildall (take two)Vadim Bendebury2019-09-212-23/+1
* common: Include compile_time_macros.h when needed (take two)Gwendal Grignou2019-09-2110-149/+657
* common: Add BIT macro (take two)Gwendal Grignou2019-09-212-38/+44
* test: store persistence files in RAM (take two)Vincent Palatin2019-09-211-14/+22
* g: add board_id_is_blank (take two)Mary Ruthven2019-09-213-5/+17
* cr50: prepare to release 0.3.18Vadim Bendebury2019-09-212-2/+2
* cr50: Generate new G2F seed.Louis Collard2019-09-212-1/+8
* cr50: Change G2F cert CN to "CrOS"Louis Collard2019-09-213-9/+23
* ccd: delay sleep while opening ccdMary Ruthven2019-09-213-16/+26
* chip/g: prevent USB read queue overflowNamyoon Woo2019-09-213-2/+8
* cr50: Support legacy U2F key handlesLouis Collard2019-09-212-5/+54