summaryrefslogtreecommitdiff
path: root/common/flash.c
Commit message (Expand)AuthorAgeFilesLines
* ec: Add async FLASH_PROTECTFiras Sammoura2023-05-031-1/+105
* flash: cbi: Block the HCs from flash CBI section modificationMadhurima Paruchuri2023-04-171-1/+84
* common: Modify location where erase_rc is set to busyFiras Sammoura2023-03-291-1/+1
* cbi: flash: Implement CBI flash storage driver interfaceMadhurima Paruchuri2023-03-091-1/+1
* zephyr: test: Test 'flashread' console commandTristan Honscheid2023-02-151-2/+2
* flash: allow zero num_banks_desc in flash_info requestTing Shen2023-01-161-13/+15
* shim/src/flash: Add functions for providing flash sectors infoPatryk Duda2023-01-111-0/+9
* flash: Introduce functions for filling flash regions infoPatryk Duda2023-01-111-24/+49
* flash: Introduce function which provides number of flash banksPatryk Duda2023-01-051-2/+7
* flash: Move printing information about regions to separate functionPatryk Duda2022-12-221-12/+19
* test: test memory mapped storage configYuval Peress2022-11-181-0/+10
* test: flashinfo commandYuval Peress2022-11-161-26/+27
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-5/+5
* util: remove unused includesYuval Peress2022-08-051-0/+1
* common/flash.c: Format with clang-formatJack Rosenthal2022-06-281-108/+84
* common/flash: Aligns persistent data to Flash SizeBrian J. Nemec2022-04-201-6/+8
* write protect: extract checking write protectDawid Niedzwiecki2022-02-111-8/+2
* npcx: flash: Fix physical_get_protect_flags()Wealian Liao2021-11-031-0/+3
* flash: Set CBI EEPROM WP immediately if SW WP setAseda Aboagye2021-07-301-0/+10
* include/flash: rename the APIsTim Lin2021-06-091-76/+79
* Servo_V4: Remove unused commands to save flash spaceBrian J. Nemec2021-01-291-0/+2
* flash: remove unused assertsKeith Short2021-01-221-3/+3
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-8/+9
* flash: allow programming larger EC imagesKeith Short2020-08-131-3/+6
* common: Document flash_set_protect betterCraig Hesling2020-06-251-6/+33
* common/flash: Adds validation to setting serialBrian J. Nemec2020-02-271-9/+13
* Servo: Adds persistent storage of MAC addressBrian J. Nemec2020-02-211-24/+107
* common/flash: Add validation to persist_state size.Brian J. Nemec2020-02-201-0/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-7/+8
* common/flash.c: Support finding the flash_bank_index for offset 0Patrick Georgi2019-09-121-0/+3
* rollback: Add rollback support for chips with varying flash bank sizesTom Hughes2019-07-031-4/+51
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* cr50: convert functions into staticNamyoon Woo2019-04-051-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* common/flash: Abort rwsig when RW is erased/written toNicolas Boichat2018-07-251-0/+15
* vboot: Invalidate cached hash if EC is in ROFurquan Shaikh2018-07-141-4/+5
* vboot: Don't invalidate cached hash for EXEC_IN_RAM boardsDaisuke Nojiri2018-07-111-22/+25
* flash: Fix flash_range_okNicolas Boichat2018-06-271-0/+2
* flash: Allow currently active regions to be modifiedDaisuke Nojiri2018-04-051-0/+4
* gru: Remove `flashinfo` command for RAM savingsShawn Nematbakhsh2017-11-091-0/+2
* EFS: Switch active slot when current slot is invalidDaisuke Nojiri2017-09-211-24/+2
* EFS: Add support for early firmware selectionDaisuke Nojiri2017-09-121-4/+30
* Treat SYSTEM_IMAGE_RW_B also as RW copyDaisuke Nojiri2017-09-091-1/+1
* Add OTP supportGwendal Grignou2017-07-281-25/+15
* flash: add flash selection supportWei-Ning Huang2017-07-271-0/+21
* common/flash: Add option to set PSTATE to be locked by defaultNicolas Boichat2017-07-081-0/+4
* common: delay flash_erase deferred task so EC_CMD_FLASH_ERASE can completeWei-Ning Huang2017-06-271-1/+2
* common: Add deferred erase supportGwendal Grignou2017-06-021-10/+69
* common: Add support for flash with regions of different sizeRong Chang2017-06-021-53/+154