aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/sf.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: sf: prevent overwriting the reserved memoryPrasad Kummari2024-09-201-0/+8
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+1
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-1/+1
* cmd: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+1
* cmd: sf: Fix sf probe crashWeizhao Ouyang2024-04-141-2/+3
* mtd: spi-nor: Add spi flash lock config optionVenkatesh Yadav Abbarapu2023-11-071-1/+3
* cmd: Convert existing long help messages to the new macroTom Rini2023-10-161-5/+3
* cmd: sf: Fix the flash_is_unlocked api size parameterVenkatesh Yadav Abbarapu2023-09-211-1/+1
* cmd: sf/nand: Print and return failure when 0 length is passedAshok Reddy Soma2023-05-311-0/+5
* cmd: fix return code of 'sf erase'Heinrich Schuchardt2023-01-261-6/+6
* cmd: simplify do_spi_flash()Heinrich Schuchardt2023-01-261-13/+6
* cmd: fix return code of 'sf write' and 'sf read'Heinrich Schuchardt2023-01-261-7/+7
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-1/+1
* cmd: sf: Handle unaligned 'update' start offsetMarek Vasut2022-10-251-7/+11
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* Audit <flash.h> inclusionTom Rini2022-08-041-1/+0
* sf: Query write-protection status before operating the flashJan Kiszka2022-07-181-0/+12
* spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard2022-05-231-4/+11
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-4/+4
* sf: Tidy up code to avoid #ifdefSimon Glass2021-11-281-17/+13
* sf: Use const for the stage nameSimon Glass2021-11-281-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-5/+5
* cmd: sf: Print error on test failureSean Anderson2021-02-261-9/+13
* cmd: sf: Display errno on erase failureSean Anderson2021-02-261-2/+5
* spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-291-2/+2
* cmd: sf Drop reassignment of new into flashJagan Teki2020-06-011-3/+0
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-7/+8
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* cmd: nand/sf: isolate legacy codeMiquel Raynal2019-12-041-0/+2
* dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-121-2/+1
* cmd: sf: use correct printf codeHeinrich Schuchardt2019-01-151-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* cmd: sf: fix map_physmem checkLiam Beguin2018-03-221-1/+1
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* sf: fix sf probeCyrille Pitchen2016-09-121-1/+0
* dm: spi: Read default speed and mode values from DTVignesh R2016-07-091-0/+2
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+618