summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/boot_device_rw_nommap.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* drivers/spi/boot_device_rw_nommap.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans2019-11-291-28/+12
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-2/+0
* boot_device: Constify argumentPatrick Rudolph2019-05-121-1/+1
* lib/boot_device: Add API for write protect a regionRizwan Qureshi2019-01-211-0/+43
* drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh2017-05-191-8/+15
* drivers/spi: provide a mechanism to obtain the SPI flash boot deviceAaron Durbin2016-12-081-0/+6
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-3/+4
* drivers/spi: remove unconditional RW boot device initializationAaron Durbin2016-08-241-1/+4
* drivers/spi: be sure to call spi_init() before spi_flash_probe()Aaron Durbin2016-08-231-0/+3
* drivers/spi: provide optional implementation of boot_device_rw()Aaron Durbin2016-08-191-0/+90