| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: Make 'default_spi_write_aai' the default unless defined | Edward O'Callaghan | 2022-12-21 | 1 | -3/+0 |
* | tree/: Rename ERROR_NONFATAL to ERROR_FLASHROM_NONFATAL | Edward O'Callaghan | 2022-11-09 | 1 | -3/+3 |
* | tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATAL | Edward O'Callaghan | 2022-11-09 | 1 | -3/+3 |
* | drivers: Move (un)map_flash_region to par/spi/opaque_master | Jonathon Hall | 2022-10-08 | 1 | -0/+6 |
* | tree: Retype variable `programmer_may_write` with bool | Felix Singer | 2022-09-08 | 1 | -1/+2 |
* | tree: Port programmers to pass programmer_cfg to extractors | Edward O'Callaghan | 2022-09-07 | 1 | -3/+3 |
* | sb600spi.c: Allow passing programmer_cfg directly | Edward O'Callaghan | 2022-09-07 | 1 | -5/+6 |
* | tree: Change signature of extract_programmer_param_str() | Edward O'Callaghan | 2022-09-07 | 1 | -3/+3 |
* | sb600spi.c: Use one variable to store raw parameter values | Felix Singer | 2022-08-14 | 1 | -24/+23 |
* | spi: Add function to probe erase command opcode for all spi_master | Aarya Chaumal | 2022-07-11 | 1 | -0/+3 |
* | Add `str` extension to extract_programmer_param function name | Chinmay Lonkar | 2022-07-02 | 1 | -3/+3 |
* | tree: indent struct *_master consistently with tabs | Thomas Heijligen | 2022-06-27 | 1 | -24/+24 |
* | sb600spi.c: Add Promontory chipset rev 0x71 | Karthikeyan Ramasubramanian | 2022-04-12 | 1 | -2/+2 |
* | sb600spi.c: Use SPI100 bit mappings | Karthikeyan Ramasubramanian | 2022-04-12 | 1 | -2/+16 |
* | pcidev: Move pci_dev_find() from internal to canonical place | Edward O'Callaghan | 2022-03-22 | 1 | -4/+4 |
* | hwaccess: move mmio functions into hwaccess_physmap | Thomas Heijligen | 2022-01-20 | 1 | -1/+0 |
* | physmap: rename to hwaccess_physmap, create own header | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | pci.h: move include into own wrapper | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | sb600spi: Cleanup spispeed and spireamode warnings | Rob Barnes | 2021-11-04 | 1 | -3/+3 |
* | remove compile guards | Thomas Heijligen | 2021-09-26 | 1 | -4/+0 |
* | spi_master: Use new API to register shutdown function | Anastasia Klimchuk | 2021-08-25 | 1 | -2/+3 |
* | spi_master: Move shutdown function above spi_master struct | Anastasia Klimchuk | 2021-08-17 | 1 | -11/+11 |
* | treewide: Drop most cases of `sizeof(struct ...)` | Angel Pons | 2021-06-09 | 1 | -1/+1 |
* | sb600spi.c: Drop sb600_ prefix for spi data struct member | Anastasia Klimchuk | 2021-05-23 | 1 | -4/+4 |
* | sb600spi.c: Make use of new register_spi_master() API | Anastasia Klimchuk | 2021-05-23 | 1 | -10/+6 |
* | sb600spi.c: Move sb600_spibar into spi data instead of being global | Anastasia Klimchuk | 2021-05-23 | 1 | -20/+28 |
* | programmer: Smoothen register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -3/+3 |
* | sb600spi.c: Detect rev 0x51 as Promontory | Edward O'Callaghan | 2020-12-23 | 1 | -1/+1 |
* | sb600spi.c: Add support for 0x790b rev 0x61 (AMD Zen) | Edward O'Callaghan | 2020-12-16 | 1 | -3/+64 |
* | sb600spi.c: Remove 'amd_gen' out of global state | Edward O'Callaghan | 2020-11-25 | 1 | -27/+24 |
* | sb600spi.c: Reorder functions with primitives at the top | Edward O'Callaghan | 2020-11-22 | 1 | -25/+20 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -5/+5 |
* | sb600spi: Add spireadmode | Rob Barnes | 2020-03-03 | 1 | -43/+80 |
* | sb600spi.c: Generalise determin_generation() after Yangtze | Edward O'Callaghan | 2019-11-14 | 1 | -21/+9 |
* | sb600spi.c: Fold up debug logic into determine_generation() | Edward O'Callaghan | 2019-11-14 | 1 | -9/+12 |
* | sb600spi.c: Consolidate smbus dev revision derivation | Edward O'Callaghan | 2019-11-14 | 1 | -13/+17 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -2/+2 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -2/+0 |
* | Fix several -Wno-implicit-fallthrough warnings | Richard Hughes | 2019-02-11 | 1 | -0/+1 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | sb600spi: Add support for Merlin Falcon Chipset | Ricardo Ribalda Delgado | 2017-09-17 | 1 | -5/+23 |
* | Add a bunch of new/tested stuff and various small changes 25 | Stefan Tauner | 2016-03-13 | 1 | -1/+1 |
* | sb600spi: rewrite and fix corner case | Carl-Daniel Hailfinger | 2016-03-12 | 1 | -13/+14 |
* | Add a bunch of new/tested stuff and various small changes 22 | Stefan Tauner | 2015-02-08 | 1 | -2/+2 |
* | Add a bunch of new/tested stuff and various small changes 21 | Stefan Tauner | 2014-08-06 | 1 | -1/+1 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -6/+6 |
* | Add support for AMD Bolton chipset | Martin Roth | 2014-07-15 | 1 | -20/+26 |
* | sbxxx: Add spispeed parameter | Stefan Tauner | 2014-05-16 | 1 | -0/+23 |
* | sbxxx: Add support for new AMD SPI controller | Wei Hu | 2014-05-16 | 1 | -10/+128 |
* | sbxxx: Cleanup | Stefan Tauner | 2014-05-16 | 1 | -98/+88 |