summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clear OWNERS for factory/firmware branchfirmware-cr50-guc-factory-9308.26.BBrian Norris2021-09-112-10/+1
* signer: erase new bit in rollback mapMary Ruthven2021-05-122-2/+2
* g: attempts to erase info1 should be allowed to proceedVadim Bendebury2019-10-301-6/+0
* cr50: fail chip manufacturing process if factory mode is not enabledVadim Bendebury2019-10-162-0/+7
* g: update eraseflashinfo to match new policiesVadim Bendebury2019-10-112-20/+30
* signer: use key ID of the prod keyVadim Bendebury2019-10-111-1/+1
* cr50: prepare to release 0.3.22Vadim Bendebury2019-10-041-1/+1
* g: fix UART TX done logicVadim Bendebury2019-10-041-15/+3
* g: allow I2CS operate without hardware resetsVadim Bendebury2019-10-044-15/+100
* g: avoid locked up flash after denied operationVadim Bendebury2019-10-041-0/+2
* cr50: nvmem: fix list_index after erased header at page endAndrey Pronin2019-10-041-3/+3
* cr50: nvmem: fix total vars overflow checkAndrey Pronin2019-10-041-1/+1
* cr50: nvmem: release var buf in setvar overflow caseAndrey Pronin2019-10-041-1/+3
* Change get_shmem_size() to max allocatable bytesGurleen Grewal2019-10-041-1/+3
* nvmem: allow printing encrypted contents only in DEV imagesVadim Bendebury2019-10-041-1/+7
* cr50: enable CCD factory mode during chip factory processVadim Bendebury2019-10-041-28/+1
* signer: get rid of hex values in the manifestVadim Bendebury2019-09-211-2/+2
* cr50: prepare to release 0.{3,4}.21Vadim Bendebury2019-09-212-2/+2
* g: corrected division algorithm in DCRYPTO_bn_divVadim Sukhomlinov2019-09-211-0/+1
* nvmem: reinitialize on catastrophic errorsVadim Bendebury2019-09-213-16/+88
* nvmem: recover from failure saving object spanning flash pagesVadim Bendebury2019-09-214-7/+69
* cr50: minor fix in neglecting 'failure type' in NVMEM flash logNamyoon Woo2019-09-211-1/+1
* cr50: prepare to release 0.4.20Vadim Bendebury2019-09-212-2/+2
* cr50: minimize static declarations in virtual_nvmem.cAndrey Pronin2019-09-211-50/+47
* cr50: unwrap BUILD_ASSERTs in virtual_nvmem.cAndrey Pronin2019-09-211-8/+4
* rma: handle unexpected sizes in get_rma_device_idAndrey Pronin2019-09-211-0/+6
* cr50: add RSU Dev ID vNVRAM spaceAndrey Pronin2019-09-212-0/+34
* rma: extract getting RMA Dev ID into a separate methodAndrey Pronin2019-09-212-19/+32
* g: avoid CERT_28Marius Schilder2019-09-211-19/+1
* g: try batching USB stream data under heavy loadVadim Bendebury2019-09-212-55/+143
* g: set up USB TX in USB endpoint interrupt handlerNamyoon Woo2019-09-212-25/+36
* g: reduce a mem copy in usb upstream transferNamyoon Woo2019-09-212-17/+98
* g: make uart run fasterVadim Bendebury2019-09-211-14/+17
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-09-2110-13/+13
* new_nvmem: use CC_SYSTEM as the console channelMary Ruthven2019-09-211-12/+11
* nvmem: use CC_SYSTEM instead of CC_COMMANDMary Ruthven2019-09-211-2/+2
* g: system: move print statements to CC_SYSTEMMary Ruthven2019-09-211-19/+18
* g: use GLOBALSEC_REGION5 for flash log access controlVadim Bendebury2019-09-211-5/+5
* cr50: rebuild board image if essential make variables changeVadim Bendebury2019-09-214-0/+49
* flash_log_vc: return proper error valueVadim Bendebury2019-09-211-1/+1
* g: keep track of frequent update attacks separately for RO and RWVadim Bendebury2019-09-211-9/+61
* cr50: Remove user presence check message.Keith Short2019-09-211-1/+4
* cr50: do not save NVMEM when disabling TPMVadim Bendebury2019-09-211-10/+0
* cr50: clear confidential TPM Data on TPM disablingNamyoon Woo2019-09-211-0/+24
* cr50: limit ability to disable TPM to certain boardsVadim Bendebury2019-09-214-2/+19
* Makefile: add -ffat-lto-objects to CFLAGSVadim Bendebury2019-09-211-0/+1
* get rid of compiler warningsVadim Bendebury2019-09-211-1/+1
* g: enforce order of enabling RO/RW sectionsVadim Bendebury2019-09-211-8/+14
* cr50: optimize set_ec_on() by prioritizing the case EC is onNamyoon Woo2019-09-211-8/+10
* g: add rx_handled into USB_STREAM_CONFIGNamyoon Woo2019-09-212-10/+15