summaryrefslogtreecommitdiff
path: root/chip/g/flash.c
Commit message (Expand)AuthorAgeFilesLines
* remove eraseflashinfo from DBG imagesMary Ruthven2020-06-021-56/+0
* remove CR50_SQAMary Ruthven2020-06-021-47/+2
* close RO window after useVadim Bendebury2020-05-291-0/+5
* printf: Fix up %p to %pPEvan Green2019-10-051-1/+1
* g: avoid locked up flash after denied operationVadim Bendebury2019-09-271-0/+2
* g: add vendor cmd to get/set the endorsement seedMary Ruthven2019-08-131-1/+64
* cr50: use dedicated region for info1 accessesVadim Bendebury2019-08-101-54/+12
* g: use GLOBALSEC_REGION5 for flash log access controlVadim Bendebury2019-06-131-5/+5
* g: do not destroy manufacturing space by flasheraseVadim Bendebury2019-05-171-4/+2
* cr50: sqa: don't modify flags if board id is erasedMary Ruthven2019-04-151-1/+6
* cr50: add INFO1 RW MAP erasing to CR50_SQA modeVadim Bendebury2019-04-101-32/+69
* g: add flash elog support functionVadim Bendebury2019-03-281-0/+19
* g: protect flash operationsVadim Bendebury2018-01-311-6/+32
* g: expose API to unlock secondary RO areaVadim Bendebury2017-03-211-0/+12
* g: add a cli command to erase flash INFO1 spaceVadim Bendebury2017-03-091-0/+61
* g: mark RW INFO rollback map space to match the header infomap fieldVadim Bendebury2017-03-091-9/+9
* g: enhance flash INFO apiVadim Bendebury2017-03-021-11/+51
* flash: Pass more precise parameter to flash_[physical_]protect_at_bootNicolas Boichat2017-02-121-1/+1
* chip/g/flash: Return error if flash command isn't recognizedMartin Roth2016-10-251-0/+2
* Modified flash API batch write logic to respect row boundaries.Johnnie Chan2016-08-241-3/+3
* CR50: add endorsement certificate flownagendra modadugu2016-07-231-0/+26
* Cr50: Rearrange flash to allow dual RO imagesBill Richardson2016-07-221-2/+2
* CR50: add support for writing to info banknagendra modadugu2016-06-101-6/+52
* Cr50: Modify flash write to account for erase block boundariesScott2016-03-021-0/+6
* cr50: allow board to provide flash configurationVadim Bendebury2016-02-171-9/+28
* cr50: improve flash driver error reportingVadim Bendebury2016-02-171-7/+23
* Cr50: Modified the flash driver to retry operations as appropriate.Nadim Taha2016-02-041-38/+75
* Cr50: enable modificaton of flash bank 1Bill Richardson2015-10-171-0/+10
* Cr50: Add support for flash write & eraseBill Richardson2015-09-181-0/+246