summaryrefslogtreecommitdiff
path: root/chip/npcx/flash.c
Commit message (Expand)AuthorAgeFilesLines
* 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