summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cr50: fail chip manufacturing process if factory mode is not enabledVadim Bendebury2019-10-161-0/+1
* nvmem: reinitialize on catastrophic errorsVadim Bendebury2019-09-211-1/+4
* nvmem: recover from failure saving object spanning flash pagesVadim Bendebury2019-09-211-1/+2
* rma: extract getting RMA Dev ID into a separate methodAndrey Pronin2019-09-211-1/+11
* cr50: rebuild board image if essential make variables changeVadim Bendebury2019-09-211-0/+8
* g: improve trng error handlingVadim Bendebury2019-09-211-0/+1
* nvmem: do not run when crypto is disabledVadim Bendebury2019-09-211-0/+5
* flash_log: add vendor command, timestamp base accessorVadim Bendebury2019-09-211-0/+2
* flash_log: add api for setting base timestampVadim Bendebury2019-09-211-1/+12
* host: Add dcrypto definitions that can be used by fuzzing targets. (take two)Allen Webb2019-09-211-0/+9
* cr50: add buffer_units_mask member into struct queue (take two)Namyoon Woo2019-09-211-0/+2
* nvmem: protect flash accesses with a mutex (take two)Vadim Bendebury2019-09-212-8/+12
* nvmem: add logging and restart on app_cipher failures (take two)Vadim Bendebury2019-09-211-1/+2
* 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-211-0/+1
* cr50: complete support of the new NVMEM structure (take two)Vadim Bendebury2019-09-213-13/+45
* gpio: add config option for using gpio_get_flags (take two)Mary Ruthven2019-09-212-1/+8
* cr50: New NVMEM flash storage implementation (take two)Vadim Bendebury2019-09-213-0/+192
* cr50: add command to override BATT_PRES_L (take two)Mary Ruthven2019-09-211-0/+13
* cr50: add vendor command for retrieving flash elog (take two)Vadim Bendebury2019-09-213-39/+24
* common: add flash event log facility (take two)Vadim Bendebury2019-09-212-0/+112
* common: replace 1 << digits, with BIT(digits) (take two)Gwendal Grignou2019-09-2123-176/+176
* common: Include compile_time_macros.h when needed (take two)Gwendal Grignou2019-09-217-1/+8
* common: Add BIT macro (take two)Gwendal Grignou2019-09-212-38/+44
* cr50: Support legacy U2F key handlesLouis Collard2019-09-211-0/+6
* cr50: VENDOR_CC_IMMEDIATE_RESET may have a delay argument.Namyoon Woo2019-09-211-0/+6
* ec: Update U2F_ATTEST function for new-style key handles.Louis Collard2019-09-211-0/+1
* i2c: Support 16-bit address register read & writeTony Zou2019-09-211-0/+28
* cr50/ec: add a console command to display event logs.Namyoon Woo2019-09-211-0/+1
* cr50: Change U2F key derivation to include user secrets.Louis Collard2019-09-212-0/+35
* cr50: Add new U2F generate, sign and attest commands.Louis Collard2019-09-212-0/+48
* cr50: Make G2F attestation certificate available in vNVRAM.Louis Collard2019-09-211-0/+13
* cr50: Add VENDOR_CC_GET_PWR_BTN to query power buttonKeith Short2019-09-211-0/+7
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-09-211-1/+1
* cr50: clear TPM NVMEM cache when entering Alt OSVadim Bendebury2019-09-211-0/+2
* cr50: revoke key ladder on disabling TPMNamyoon Woo2019-09-212-1/+14
* ec: Move some U2F constants from u2f_impl.h to u2f.hLouis Collard2019-09-212-11/+14
* cr50: Changes to support closed source EC factory modeKeith Short2019-09-211-0/+12
* cr50: Add a separate seed for kek, that resets on TPM clear.Louis Collard2019-09-211-0/+10
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2019-09-218-0/+64
* Cr50: Add valid PCR value for pinweaverIgor2019-09-213-18/+75
* config: add flag for ITE EC programming over CCDVadim Bendebury2019-09-211-0/+2
* ccd_config: add flag restricting ccd openMary Ruthven2019-09-211-0/+2
* usb_i2c: add error value for unsupported commandVadim Bendebury2019-09-211-0/+1
* Fix compilation with coreboot-sdkStefan Reinauer2019-09-211-0/+7
* cr50: CCD Info indicates whether all CCD capabilities are default.Namyoon Woo2019-09-211-1/+13
* cr50: minor code revision with macros regarding CCD capabilities.Namyoon Woo2019-09-211-0/+5
* usb_i2c: extend protocol to allow longer writesVadim Bendebury2019-09-211-11/+19
* usb_i2c: provide a way to communicate non-i2c commandsVadim Bendebury2019-09-211-0/+18
* rma: when processing 'RMA open' do not reboot the deviceVadim Bendebury2019-09-211-3/+11