summaryrefslogtreecommitdiffstats
path: root/spi.c
Commit message (Expand)AuthorAgeFilesLines
* tree/: Drop default_spi_probe_opcode for NULL caseEdward O'Callaghan2023-03-031-4/+5
* spi: Make default cmd helpers static internalEdward O'Callaghan2023-03-031-20/+19
* spi: Make 'default_spi_send_multicommand' the default unless definedEdward O'Callaghan2023-03-011-4/+5
* spi: Make 'default_spi_send_command' the default unless definedEdward O'Callaghan2023-02-271-4/+5
* spi: Make 'default_spi_write_aai' the default unless definedEdward O'Callaghan2022-12-211-2/+4
* spi.c: Add AT45 & SF25F erasefn opcode mappingThomas Heijligen2022-12-141-18/+46
* spi25.c: Move spi_get_opcode_from_erasefn() to spi.cThomas Heijligen2022-12-141-0/+34
* tree/: Make probe_opcode() flashctx argument constNikolai Artemiev2022-12-041-1/+1
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-1/+6
* libflashrom: Return progress state to the library userRichard Hughes2022-05-251-0/+3
* spi_master: Add shutdown function in spi_master structAnastasia Klimchuk2021-08-171-0/+7
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+3
* programmer.h: Convert anon union to anon structEdward O'Callaghan2021-05-071-1/+1
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-4/+4
* spi: Move 16MiB partitioning up into spi_chip_read()Nico Huber2019-06-211-1/+13
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* spi: Move ICH BBAR quirk out of the wayNico Huber2017-12-281-46/+1
* 4BA: Flashrom integration for the 4-bytes addressing extensionsBoris Baykov2017-10-151-1/+4
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-19/+19
* Add 'const' keyword to chip write and other function prototypesMark Marshall2014-05-091-6/+3
* Add a bunch of new/tested stuff and various small changes 14Stefan Tauner2012-09-211-0/+1
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-3/+3
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-1/+7
* Have all programmer init functions register bus masters/programmersCarl-Daniel Hailfinger2011-12-201-50/+25
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-17/+25
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-4/+4
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-7/+7
* Revert "Unsignify lengths and addresses in chip functions and structs"Stefan Tauner2011-09-181-6/+6
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-09-181-6/+6
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-1/+1
* Add a bunch of new/tested stuff and various small changes 6Stefan Tauner2011-07-261-1/+1
* Kill central list of SPI programmersMichael Karcher2011-05-111-178/+26
* Factor out SPI write/read chunking wrappersMichael Karcher2011-05-111-23/+79
* Fix and improve libpayload platform supportPatrick Georgi2011-03-081-0/+1
* Various IT85* cleanups and fixesCarl-Daniel Hailfinger2011-03-081-2/+2
* Update the ITE IT8500 EC support to match the current state of the flashrom-c...David Hendricks2011-02-281-0/+7
* Add support for the Open Graphics Project development card, OGD1, as a SPI fl...Mark Marshall2010-12-031-0/+9
* Add chunked write ability to the Dediprog SF100 driverCarl-Daniel Hailfinger2010-11-231-1/+1
* Switch all flash chips to partial writeCarl-Daniel Hailfinger2010-10-131-17/+3
* Move implicit erase out of chip driversCarl-Daniel Hailfinger2010-10-081-6/+0
* Honor ICH SPI address window for readsCarl-Daniel Hailfinger2010-09-151-1/+22
* Add Intel Gigabit NIC SPI flashing supportIdwer Vollering2010-09-031-0/+9
* Add detailed status register printing and unlocking for all ATMEL AT25* chipsCarl-Daniel Hailfinger2010-07-291-2/+0
* Add Nvidia nForce MCP61/MCP65/MCP67/MCP78S/MCP73/MCP79 SPI flashing supportCarl-Daniel Hailfinger2010-07-281-0/+7
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek...Carl-Daniel Hailfinger2010-07-211-0/+9
* Use generic unlocking infrastructure for SPI chipsCarl-Daniel Hailfinger2010-07-141-1/+0
* Use the max_rom_decode infrastructure for wbsio_spiCarl-Daniel Hailfinger2010-07-141-1/+1
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-5/+29
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-1/+0