summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/flash.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: Eliminate pointer from SYS_INIT functionsKeith Short2023-04-171-3/+1
* cbi: flash: Implement CBI flash storage driver interfaceMadhurima Paruchuri2023-03-091-2/+3
* flash: allow zero num_banks_desc in flash_info requestTing Shen2023-01-161-3/+0
* shim/src/flash: Add functions for providing flash sectors infoPatryk Duda2023-01-111-0/+182
* zephyr/shim: Sort header filesJeremy Bettis2022-11-161-5/+6
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr/shim/src/flash.c: Format with clang-formatJack Rosenthal2022-06-301-12/+7
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-3/+3
* zephyr: mchp: Add shim flashmartin yan2022-03-291-0/+8
* zephyr: Fix comment referencing functionAndrew McRae2022-02-141-1/+1
* zephyr: flash: Rename cros-ec,flash to cros-ec,flash-controllerWealian Liao2022-01-281-3/+3
* zephyr: flash: clean up the shim layerDawid Niedzwiecki2022-01-181-16/+43
* zephyr: use a chosen node to detect internal flashPeter Marheine2021-11-301-7/+7
* zephyr: flash: npcx: move the flash operations to upstreamJun Lin2021-11-121-0/+5
* zephyr: add support for flashchip commandMichał Barnaś2021-10-011-0/+37
* zephyr/drivers: npcx: reorganizes the flash driver(3)Tim Lin2021-07-011-56/+4
* zephyr/drivers: npcx: reorganizes the flash driver(2)Tim Lin2021-07-011-29/+0
* zephyr/drivers: npcx: reorganizes the flash driver(1)Tim Lin2021-07-011-194/+0
* include/flash: rename the APIsTim Lin2021-06-091-23/+23
* zephyr: fix initialization priority to be forward compatibleYuval Peress2021-04-071-1/+5
* zephyr: flash: change flash_lock to use K_MUTEX_DEFINEJack Rosenthal2021-03-231-9/+1
* zephyr: Add locking to shimmed flash.cYuval Peress2021-02-121-3/+72
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-3/+3
* zephyr: shim the flash accessJunLin2020-12-291-6/+327
* zephyr: Add the beginnings of a shim for flash accessSimon Glass2020-12-291-0/+39