1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-11-14 19:50:40 +01:00

Commit Graph

  • 62027c8e37 chipset_enable: add PCI ID for APL-I (Broxton) Jan Samek 2020-01-08 12:35:14 +01:00
  • 174a0c1b40 serial: Fix file read/write error handling for Windows David Hendricks 2020-07-02 09:36:50 -07:00
  • 9b6fb745c2 dediprog: Correct REQTYPE_OTHER_OUT macro David Hendricks 2020-06-23 17:36:09 -07:00
  • 17d463718d tree: Remove unneeded semicolons after loops David Hendricks 2020-06-23 14:16:26 -07:00
  • 3c720597c3 mysteries_intel: Add a section for software vs hardware sequencing David Hendricks 2020-06-17 13:54:05 -07:00
  • 76d2445d39 tests/spi25.c: Add unit-test coverage of spi95.c Edward O'Callaghan 2020-05-22 19:09:49 +10:00
  • 3cc70c25f9 tests/: Add helper.c unit tests Edward O'Callaghan 2020-05-22 18:42:11 +10:00
  • 629b8f06ec tests/: Add flashrom.c unit tests Edward O'Callaghan 2020-05-22 16:46:52 +10:00
  • be4682dc44 flashchips: Add W25Q256.W el-coderon 2020-04-29 12:12:53 +02:00
  • 41f48c75a2 tests/: Add spi25.c unit tests Edward O'Callaghan 2020-05-22 16:46:26 +10:00
  • 46f2d4e488 tests/: Add CMocka unit-test infrastructure Edward O'Callaghan 2020-05-20 20:10:20 +10:00
  • 6f793e4500 libflashrom.c: Fix indentation of a brace Angel Pons 2020-05-27 12:17:31 +02:00
  • 3a0c1966e4 libflashrom.c: Use casts on enum conversions Angel Pons 2020-05-27 12:15:51 +02:00
  • c7e9a6e151 Add board enable for ASUS P3B-F Keith Hui 2020-05-12 21:43:58 -04:00
  • cc71eb59cc 82802ab.c: Remove duplicated check Angel Pons 2020-01-31 11:16:42 +01:00
  • b07c53d75c spi25: Debug flashrom crash when Write Protect is ON Yuji Sasaki 2019-03-22 10:59:50 -07:00
  • 93bfafc0ec raiden_debug_spi.c: Enables USB retry for invalid write count Brian J. Nemec 2020-05-06 15:25:58 -07:00
  • a5cbe43761 realtek_mst_i2c_spi.c: Remove dead code Edward O'Callaghan 2020-05-07 11:55:34 +10:00
  • a9abaae74f realtek_mst_i2c_spi.c: Fix cmd timeout issue Edward O'Callaghan 2020-05-07 11:42:56 +10:00
  • 6a5472cee9 realtek_mst_i2c_spi.c: Fix _spi_write256() as documented Edward O'Callaghan 2020-05-06 16:16:47 +10:00
  • 76c582d972 realtek_mst_i2c_spi.c: Fix _spi_send_command cb for erasures Edward O'Callaghan 2020-05-06 15:24:25 +10:00
  • ba6003fbff raiden_debug_spi: Fix memleak Patrick Georgi 2020-04-23 09:26:12 +02:00
  • 8bbb764818 spi95: Check for success before using send_command's returned data Patrick Georgi 2020-05-02 16:07:11 +02:00
  • 757e89243e raiden_debug_spi.c: Clean up global state Edward O'Callaghan 2020-04-03 12:52:32 +11:00
  • 413d6ec673 realtek_mst_i2c_spi.c: Define some register names Edward O'Callaghan 2020-05-04 13:01:54 +10:00
  • 753ece6bf0 Makefile: Remove 'NEED_LIBUSB1' from lspcon requirements Edward O'Callaghan 2020-05-04 11:33:02 +10:00
  • d97f87b00c Initial Realtek MST i2c_spi support Edward O'Callaghan 2020-03-26 00:00:41 +11:00
  • 3ef0df067b libflashrom.c: Use correct type for sizeof Angel Pons 2020-03-31 15:13:48 +02:00
  • 84bfddca69 chipset_enable.c: Spell BIOS in uppercase Angel Pons 2020-04-29 15:23:59 +02:00
  • 9dc3d8d35b Revert "flashchips: port S25FS(128S) chip from chromiumos" Nico Huber 2020-04-27 22:51:49 +00:00
  • 7f87f9fdc2 lspcon_i2c_spi.c: Prefix with fn name instead of just 'Error:' Shiyu Sun 2020-04-30 16:51:09 +10:00
  • e4ddc36371 const'ify flashctx to align signatures with cros flashrom Edward O'Callaghan 2020-04-12 17:27:53 +10:00
  • e0272e2b6f ft2232_spi.c: Improve handling of static buffer Angel Pons 2020-03-31 15:34:35 +02:00
  • 2ee489d7ef spi25.c: Add a null check Angel Pons 2020-03-31 15:32:10 +02:00
  • 94991d83e4 lspcon_i2c_spi.c: Trivial style fix Edward O'Callaghan 2020-04-24 13:39:55 +10:00
  • 552e60e571 stlinkv3_spi: Avoid division by zero Patrick Georgi 2020-04-23 09:36:12 +02:00
  • 969e1ddff7 stlinkv3_spi: Fix memory leak Patrick Georgi 2020-04-23 09:35:06 +02:00
  • 0916a347e2 usb_device: Fix memory leak Patrick Georgi 2020-04-23 09:33:52 +02:00
  • 1cef936923 raiden_debug_spi: Fix memleak Patrick Georgi 2020-04-23 09:26:12 +02:00
  • 577c6b7fb9 pcidev.c: Drop unused variable Elyes HAOUAS 2020-04-21 21:20:44 +02:00
  • a3519561bd flashchips: port S25FS(128S) chip from chromiumos sibradzic 2020-03-25 19:40:46 +09:00
  • a25c13cdb6 lspcon_i2c_spi.c: Clean up some unnecessary indirection Edward O'Callaghan 2020-04-17 14:10:55 +10:00
  • aa4aa16554 chipset_enable.c: Disable SPI on ICH7 if booted from LPC Angel Pons 2020-04-15 12:59:42 +02:00
  • e0fac2e4a6 cli_classic.c: Prevent memory leak Angel Pons 2020-03-31 15:02:02 +02:00
  • f572b50ec7 flashchips: Add support for Winbond W25Q64JW Scott Chao 2020-04-08 22:10:50 +08:00
  • be451edd25 flashchips: Add W25Q512JV Joel Stanley 2019-07-27 19:25:35 +09:30
  • e6255ab97f ft2232_spi.c: change the chunksize from 256 to 270 el-coderon 2020-03-20 18:52:15 +01:00
  • 13a2ef6cbd lspcon_i2c_spi.c: Add SPI-master support for PS17{5,6} Shiyu Sun 2020-03-19 14:37:57 +11:00
  • dc2c83bbc7 i2c_helper: Add support for the Linux I2C subsystem Shiyu Sun 2020-03-19 16:59:52 +11:00
  • fe6b98b91c Makefile: Fix 'CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=no' Edward O'Callaghan 2020-03-28 20:55:38 +11:00
  • 5f9b1d6ba5 chipset_enable.c: Add more Lewisburg PCH IDs Angel Pons 2020-03-23 16:05:07 +01:00
  • 6c8bd91e29 Fix segfault when running flashrom -L Angel Pons 2020-03-25 13:35:45 +01:00
  • 548c880760 flashchips: add support for GigaDevice GD25WQ80E Dino Li 2020-03-25 17:39:53 +08:00
  • 425dff07ba flashchips: Add Macronix MX25R3235F sibradzic 2020-03-14 17:21:34 +09:00
  • e65aa96fd3 chipset_enable: Mark Intel HM75 as DEP Evgeny Zinoviev 2020-03-09 03:05:42 +03:00
  • b1e558389a chipset_enable.c: Mark Skylake U Premium as DEP Angel Pons 2020-02-29 23:13:43 +01:00
  • 3e67cb7b78 raiden_debug_spi.c: Add a delay following AP/EC flash enable Edward O'Callaghan 2020-03-05 15:12:29 +11:00
  • 8b191f5ced raiden_debug_spi.c: Disable retry during some error codes Edward O'Callaghan 2020-03-05 15:06:57 +11:00
  • 2141250162 raiden_debug_spi.c: Implement retry mechanism Edward O'Callaghan 2020-03-05 14:56:47 +11:00
  • e8c0ee7c7e raiden_debug_spi.c: Clean up RW ops into sep paths Edward O'Callaghan 2020-03-05 14:51:36 +11:00
  • 4847496062 raiden_debug_spi.c: Fix indents to be consistent Edward O'Callaghan 2020-03-05 14:50:46 +11:00
  • a43e44b6ab ft2232_spi: Fix broken GPIOL cs_bits state (#126) sibradzic 2020-02-14 17:15:02 +09:00
  • ba6575de82 ft2232_spi: Enhance csgpiol parameter for FT2232 sibradzic 2020-02-04 18:24:58 +09:00
  • 703de983d8 sb600spi: Add spireadmode Rob Barnes 2020-01-21 09:10:51 -07:00
  • ad08aef69c raiden_debug: Upstream ChromiumOS servo debug board prog Edward O'Callaghan 2020-03-02 18:16:14 +11:00
  • d3396408d8 raiden_debug: Upstream ChromiumOS usb_device helpers Edward O'Callaghan 2020-02-17 12:47:12 +11:00
  • 0f510a7458 util/flashrom_tester: Upstream E2E testing framework Edward O'Callaghan 2020-02-18 14:38:08 +11:00
  • 7a7fee1695 ubertest: Add blackbox test uber-script David Hendricks 2020-02-08 12:57:29 -08:00
  • 05c629be29 flashchips: Add Spansion S25FL512S v1.2 Bernhard Urban-Forster 2020-02-02 21:29:48 +01:00
  • b5433b782f chipset_enable.c: Add Ice Lake U to known and tested systems Johanna Schander 2019-12-29 15:16:14 +01:00
  • 3eae695319 Fix building with meson, again Angel Pons 2020-01-31 10:53:47 +01:00
  • 3799a1cc1a chipset_enable: Add Kaby Lake U Prem. to known and tested systems Wim Vervoorn 2020-01-20 15:01:54 +01:00
  • e4c2b48f39 Fix typos Carl-Daniel Hailfinger 2020-01-20 11:22:41 +01:00
  • 67710afe4e Revert "pcidev.c: Factor out pcidev_validate() into pure fn" Nico Huber 2020-01-18 18:23:22 +00:00
  • 370a9f3eea stlinkv3_spi: Move a declaration out of for-loop head Nico Huber 2019-12-31 18:22:02 +01:00
  • 324929c3d7 Add support for STLINK V3 debugger/programmer via its SPI bridge Miklós Márton 2019-08-01 19:14:10 +02:00
  • 728062f7ff chipset_enable.c: Mark Intel HM76 as DEP Angel Pons 2019-12-18 00:26:15 +01:00
  • a9d6d1a817 mysteries_intel: Add a section about SMM_BWP David Hendricks 2019-11-19 19:29:26 -08:00
  • 34d07f00b2 flashrom: Add support for ARC platform Rosen Penev 2019-07-02 00:14:01 -07:00
  • 4139438943 flashchips: Add AT25SF321 darkarnium 2019-11-04 20:06:48 +00:00
  • 89622674b2 nicintel_eeprom: Reduce usage of is_i210() Nico Huber 2017-10-10 18:05:55 +02:00
  • 5d068ddca4 Revert "print.c: Dedup 'test_state_to_text()' logic" Nico Huber 2019-11-17 13:39:46 +01:00
  • 7bd31a435b ft2232_spi: Add support for Tin Can Tools Flyswatter/Flyswatter 2 Russ Dill 2019-10-30 00:40:43 -07:00
  • e28d75ed72 pcidev.c: Factor out pcidev_validate() into pure fn Edward O'Callaghan 2019-11-27 16:44:19 +11:00
  • 1d80d64587 cbtable.c: Factor out lb_table_validation logic Edward O'Callaghan 2019-11-26 23:31:06 +11:00
  • 4a55e68858 cbtable.c: Factor out lb_header_validation logic Edward O'Callaghan 2019-11-26 23:28:05 +11:00
  • 61e16e549a print.c: Dedup 'test_state_to_text()' logic Edward O'Callaghan 2019-11-17 14:29:33 +11:00
  • 301ae22b45 dediprog.c: Add id parameter to dediprog programmer Ryan O'Leary 2019-06-24 19:14:33 -07:00
  • 83c56b870b Fix building with GCC 4.9 Evgeny Zinoviev 2019-11-05 17:47:43 +03:00
  • 93737bcaf5 sb600spi.c: Generalise determin_generation() after Yangtze Edward O'Callaghan 2019-10-29 18:30:01 +11:00
  • 9355e6faf6 sb600spi.c: Fold up debug logic into determine_generation() Edward O'Callaghan 2019-10-29 18:18:18 +11:00
  • c0a27e1f17 sb600spi.c: Consolidate smbus dev revision derivation Edward O'Callaghan 2019-10-29 17:05:39 +11:00
  • 2d20d6db39 Add support for National Instruments USB-845x devices Miklós Márton 2018-01-30 20:20:15 +01:00
  • 1a119498b4 flashchips: Add W25Q128JW_DTR Peichao Wang 2019-11-11 15:26:41 +08:00
  • 80e8dc4df7 flashchips: Add missing N25Q/MT25Q variants Jacob Creedon 2019-07-22 12:35:30 -07:00
  • 2f6936bd92 util/getversion,meson: Add script to allow version info with Meson Nico Huber 2019-09-24 18:31:38 +02:00
  • b863127a6f usbdev.c: Add missing <inttypes.h> include Edward O'Callaghan 2019-10-22 10:46:04 +11:00
  • 8b60fc7a5b cli_classic: Tidy up some repeated handling patterns into funcs Edward O'Callaghan 2019-09-26 11:17:20 +10:00
  • 16ec45c0fc cli_classic: Fix first line of --help to match manpage Edward O'Callaghan 2019-10-04 20:24:53 +10:00
  • 2a8d4390fa Correct the pkgconfig generated file naming Mario Limonciello 2019-10-15 13:32:19 -05:00