summaryrefslogtreecommitdiff
path: root/chip/npcx/flash.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-3/+3
* chip: Sort header filesJeremy Bettis2022-11-291-3/+3
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-3/+3
* util: remove unused includesYuval Peress2022-08-051-0/+1
* chip/npcx/flash.c: Format with clang-formatJack Rosenthal2022-06-291-36/+31
* npcx: flash: Refactor flash_get_status()Wealian Liao2021-11-031-50/+24
* npcx: flash: Fix physical_get_protect_flags()Wealian Liao2021-11-031-6/+15
* npcx: flash: Disable flash QE bit at initWealian Liao2021-10-271-31/+57
* 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