summaryrefslogtreecommitdiff
path: root/chip/npcx/flash.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-832/+0
* include/flash: rename the APIsTim Lin2021-06-091-28/+28
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-3/+3
* task: Change mutex_lock() assertEdward Hill2020-08-151-4/+0
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-121-2/+9
* Revert "task: Fix mutex_lock() assert (reland)"caveh jalali2020-08-071-9/+2
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-061-2/+9
* npcx: Add support for CONFIG_WP_ACTIVE_HIGHAseda Aboagye2020-01-031-0/+12
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* npcx: Check WP_IF for internal flash before writing status registerFurquan Shaikh2018-09-271-1/+11
* npcx: Change sleep in flash_wait_ready to 10usecFurquan Shaikh2018-09-071-15/+14
* npcx: Decide erase size based on ro/rw region sizeFurquan Shaikh2018-09-051-1/+1
* npcx: don't clear DEVCNT_F_SPI_TRIS bit for chips that use intenal flashCHLin2018-08-261-1/+1
* chip/npcx: Add command to dump flash chip infoFurquan Shaikh2018-07-271-2/+19
* Shuffle const aroundPatrick Georgi2018-05-181-1/+1
* console: Fix help for parse_boolEdward Hill2018-03-161-2/+2
* npcx/flash: not enable the flash pinmux when using internal flashCHLin2017-10-151-0/+4
* npcx: Don't enable CONFIG_CMD_FLASH_TRISTATE when internal flash is usedCHLin2017-08-231-0/+3
* npcx: flash: Add write-protect support for internal flash of npcx7 ecstabilize-9554.BMulin Chao2017-05-121-0/+36
* npcx: flash: Lock all flash access before flash_execute_cmd() callsShawn Nematbakhsh2017-03-011-2/+39
* kevin / gru: Reduce SRAM footprintShawn Nematbakhsh2017-02-131-17/+18
* flash: Pass more precise parameter to flash_[physical_]protect_at_bootNicolas Boichat2017-02-121-20/+17
* npcx: flash: Set SRP0 when enabling RO write protectionShawn Nematbakhsh2016-12-011-3/+9
* npcx: flash: Use common code for SPI flash protect reg translationShawn Nematbakhsh2016-12-011-156/+5
* npcx: flash: Fix SR reg reads during UMA lockShawn Nematbakhsh2016-12-011-33/+53
* flash: Add command to get SPI flash chip infoRandall Spangler2016-09-231-0/+59
* npcx: flash: Lock mutex during flash operationsMulin Chao2016-09-161-102/+59
* flash: Call lock function prior to mapped external readShawn Nematbakhsh2016-09-161-0/+7
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* npcx/flash.c: Init return value for successMartin Roth2016-08-231-1/+1
* npcx/flash: Don't print uninitialized valuesMartin Roth2016-08-121-2/+3
* shorten long console command namesVadim Bendebury2016-05-181-1/+1
* nuc: Remove unnecessary NPCX_EC_FLASH_SIZE definition in npcx.Mulin Chao2015-10-191-12/+11
* common: Add __fls functionGwendal Grignou2015-09-211-1/+1
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-161-11/+11
* cleanup: Remove CDRAM / CODERAM CONFIGsShawn Nematbakhsh2015-09-161-2/+2
* nuc: Fixed the bugs for flash and i2c drivers.Mulin Chao2015-09-061-41/+83
* tasks: Remove most task_start_called() calls.Aseda Aboagye2015-08-011-3/+1
* nuc: Add SHI driver for arm-based platform in chip folder.Ian Chao2015-06-261-11/+98
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-5/+5
* npcx: Use SPI status register instead of pstateRandall Spangler2015-02-261-54/+45
* WIP - Nuvoton 30-Jan patchRandall Spangler2015-02-251-10/+1
* nuc: Add all IC specific drivers of NPCX5M5GIan Chao2015-01-141-0/+708