summaryrefslogtreecommitdiff
path: root/sb600spi.c
Commit message (Expand)AuthorAgeFilesLines
* printf: Use inttype.h macros for format stringsThomas Heijligen2023-04-271-14/+14
* tree/: Drop default_spi_probe_opcode for NULL caseEdward O'Callaghan2023-03-031-3/+0
* spi: Make 'default_spi_send_multicommand' the default unless definedEdward O'Callaghan2023-03-011-3/+0
* spi: Make 'default_spi_write_aai' the default unless definedEdward O'Callaghan2022-12-211-3/+0
* tree/: Rename ERROR_NONFATAL to ERROR_FLASHROM_NONFATALEdward O'Callaghan2022-11-091-3/+3
* tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATALEdward O'Callaghan2022-11-091-3/+3
* drivers: Move (un)map_flash_region to par/spi/opaque_masterJonathon Hall2022-10-081-0/+6
* tree: Retype variable `programmer_may_write` with boolFelix Singer2022-09-081-1/+2
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-3/+3
* sb600spi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-071-5/+6
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-3/+3
* sb600spi.c: Use one variable to store raw parameter valuesFelix Singer2022-08-141-24/+23
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+3
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-3/+3
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-24/+24
* sb600spi.c: Add Promontory chipset rev 0x71Karthikeyan Ramasubramanian2022-04-121-2/+2
* sb600spi.c: Use SPI100 bit mappingsKarthikeyan Ramasubramanian2022-04-121-2/+16
* pcidev: Move pci_dev_find() from internal to canonical placeEdward O'Callaghan2022-03-221-4/+4
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+0
* physmap: rename to hwaccess_physmap, create own headerThomas Heijligen2021-12-221-0/+1
* pci.h: move include into own wrapperThomas Heijligen2021-12-221-0/+1
* sb600spi: Cleanup spispeed and spireamode warningsRob Barnes2021-11-041-3/+3
* remove compile guardsThomas Heijligen2021-09-261-4/+0
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-2/+3
* spi_master: Move shutdown function above spi_master structAnastasia Klimchuk2021-08-171-11/+11
* treewide: Drop most cases of `sizeof(struct ...)`Angel Pons2021-06-091-1/+1
* sb600spi.c: Drop sb600_ prefix for spi data struct memberAnastasia Klimchuk2021-05-231-4/+4
* sb600spi.c: Make use of new register_spi_master() APIAnastasia Klimchuk2021-05-231-10/+6
* sb600spi.c: Move sb600_spibar into spi data instead of being globalAnastasia Klimchuk2021-05-231-20/+28
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-3/+3
* sb600spi.c: Detect rev 0x51 as PromontoryEdward O'Callaghan2020-12-231-1/+1
* sb600spi.c: Add support for 0x790b rev 0x61 (AMD Zen)Edward O'Callaghan2020-12-161-3/+64
* sb600spi.c: Remove 'amd_gen' out of global stateEdward O'Callaghan2020-11-251-27/+24
* sb600spi.c: Reorder functions with primitives at the topEdward O'Callaghan2020-11-221-25/+20
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-5/+5
* sb600spi: Add spireadmodeRob Barnes2020-03-031-43/+80
* sb600spi.c: Generalise determin_generation() after YangtzeEdward O'Callaghan2019-11-141-21/+9
* sb600spi.c: Fold up debug logic into determine_generation()Edward O'Callaghan2019-11-141-9/+12
* sb600spi.c: Consolidate smbus dev revision derivationEdward O'Callaghan2019-11-141-13/+17
* Fix -Wsign-compare troubleNico Huber2019-07-311-2/+2
* spi: Drop spi_controller typeNico Huber2019-06-271-2/+0
* Fix several -Wno-implicit-fallthrough warningsRichard Hughes2019-02-111-0/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* sb600spi: Add support for Merlin Falcon ChipsetRicardo Ribalda Delgado2017-09-171-5/+23
* Add a bunch of new/tested stuff and various small changes 25Stefan Tauner2016-03-131-1/+1
* sb600spi: rewrite and fix corner caseCarl-Daniel Hailfinger2016-03-121-13/+14
* Add a bunch of new/tested stuff and various small changes 22Stefan Tauner2015-02-081-2/+2
* Add a bunch of new/tested stuff and various small changes 21Stefan Tauner2014-08-061-1/+1
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-6/+6
* Add support for AMD Bolton chipsetMartin Roth2014-07-151-20/+26