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

Commit Graph

  • 47f4c18260 tests: add init_shutdown test for realtek_mst_i2c_spi Peter Marheine 2021-08-10 15:38:47 +10:00
  • b261bec1ee opaque_master: Move shutdown function above opaque_master struct Anastasia Klimchuk 2021-08-03 14:39:51 +10:00
  • c845e64b4f opaque_master: Add shutdown function in opaque_master struct Anastasia Klimchuk 2021-08-03 14:08:02 +10:00
  • c87a770f5d linux_mtd: Free param right after its last usage Anastasia Klimchuk 2021-08-03 15:26:19 +10:00
  • e44e6eb32f nicintel_eeprom: Check UNPROG_DEVICE in 82580 shutdown Anastasia Klimchuk 2021-08-03 11:54:56 +10:00
  • 099be52132 nicintel_eeprom: Delete extra parentheses from if condition Anastasia Klimchuk 2021-08-03 10:41:50 +10:00
  • 0a7f036610 spi_master: Move shutdown function above spi_master struct Anastasia Klimchuk 2021-07-06 16:03:11 +10:00
  • 5a97be363a spi_master: Add shutdown function in spi_master struct Anastasia Klimchuk 2021-07-05 09:18:06 +10:00
  • 541f79df44 realtek_mst_i2c_spi: don't always fail init Peter Marheine 2021-08-04 17:13:42 +10:00
  • e0ece4a4bb tests: Add init-shutdown test for nicrealtek Anastasia Klimchuk 2021-07-21 14:53:16 +10:00
  • 56c82fe623 programmer_table: Remove space between address operator and variable Anastasia Klimchuk 2021-07-21 14:45:52 +10:00
  • b7dec7f2cc ft2232_spi: Add FTDI search by description. Harry Johnson 2021-07-08 14:28:39 -07:00
  • 19c6b2821d spi_master: Add default write_aai function to masters that have none Anastasia Klimchuk 2021-07-05 16:51:10 +10:00
  • e2c8ecf6e0 tests: Add unit tests for layout sanity checks Anastasia Klimchuk 2021-07-20 14:21:46 +10:00
  • 242c9bc3ec tests: Trim excessive new lines from layout test output Anastasia Klimchuk 2021-07-20 11:05:56 +10:00
  • 7d42fb38ff Replace freenode references Angel Pons 2021-07-02 12:42:23 +02:00
  • be92cb4213 print_wiki.c: Update mailing list reference Angel Pons 2021-07-02 12:48:10 +02:00
  • 35e8bf64a7 tests: Add layout tests for overlapping regions Anastasia Klimchuk 2021-07-15 10:04:39 +10:00
  • 80c3296499 tests: Wrap strdup to help cmocka recognise memory allocation Anastasia Klimchuk 2021-07-15 10:00:20 +10:00
  • 02bc0b2c53 dediprog: Init-shutdown test for dediprog Anastasia Klimchuk 2021-06-30 09:26:59 +10:00
  • 9420043986 flashrom.c: Reorder read_by_layout() to avoid forward decl Edward O'Callaghan 2021-07-14 15:16:31 +10:00
  • 9fa68b0cfd flashrom.c: Reorder check_block_eraser() to avoid forward decl Edward O'Callaghan 2021-07-14 15:10:58 +10:00
  • 4ebe65c733 flashrom.c: Make extract_param() static local Edward O'Callaghan 2021-07-14 15:06:04 +10:00
  • 16661d82e3 flashchips: Add MX25L12873F Nico Huber 2021-07-03 13:47:39 +02:00
  • ff98544a1e Makefile: Use dependency lists to generate NEED_<library> vars Nico Huber 2021-06-27 14:36:06 +02:00
  • be46e43b2a Makefile: Enable bitbang_spi based on its dependency list Nico Huber 2021-06-27 14:34:16 +02:00
  • c30dd79837 Makefile: Disable libusb/libpci programmers via dependency lists Nico Huber 2021-06-27 14:27:41 +02:00
  • 882aab3ab4 Makefile: Deflate per-architecture handling of unsupported programmers Nico Huber 2021-06-27 14:24:53 +02:00
  • 7c7c84370b Makefile: Deflate handling of Linux-only programmers Nico Huber 2021-06-27 14:17:34 +02:00
  • fa478ed2a6 Makefile: Deflate handling of unsupported programmers for libpayload Nico Huber 2021-06-27 14:00:39 +02:00
  • ac62f42659 Makefile: Deflate handling of unsupported programmers for MinGW Nico Huber 2021-06-27 13:53:49 +02:00
  • cd85066a21 Makefile: Deflate handling of unsupported programmers for DJGPP Nico Huber 2021-06-27 13:39:23 +02:00
  • 9b9717b154 Makefile: Add macro to disable unsupported programmers Nico Huber 2021-06-27 13:35:21 +02:00
  • 9d6d63e9fb Makefile: Gather lists of dependencies by feature/lib Nico Huber 2021-06-27 13:30:50 +02:00
  • be62deac88 Makefile: Move $(NEED_LIBFTDI) block to similar ones Nico Huber 2021-06-27 14:31:37 +02:00
  • e0d889a0f0 Makefile: Move NI845X_SPI default to the other defaults Nico Huber 2021-06-27 00:07:13 +02:00
  • 81f5f1cd30 Revert "Mark ENE_LPC and MEC1308 as NEED_LIBPCI" Nico Huber 2021-06-26 21:47:53 +02:00
  • 514e7ddc10 tests.c: Move opening brace on new line for function body Anastasia Klimchuk 2021-06-30 09:21:22 +10:00
  • 48c6774d18 flashrom.8: Add Anastasia to authors list Edward O'Callaghan 2021-07-02 19:48:46 +10:00
  • f1f39d682f layout: Turn overlap debug message into warning Nico Huber 2021-07-01 15:23:11 +02:00
  • c9039fc279 layout: Fix overlap-check routine Nico Huber 2021-07-01 15:17:17 +02:00
  • cd9b7b427d ich_descriptors: Normalize chipset detection Nico Huber 2021-06-17 23:25:35 +02:00
  • d07140b72b ich_descriptors: Don't base chipset detection on freq_read Nico Huber 2021-06-17 22:47:00 +02:00
  • 339993b2b2 ich_descriptors: Revise detection for chipsets w/ ICCRIBA Nico Huber 2021-06-17 22:05:00 +02:00
  • 6814e2c282 dediprog: Separate shutdown from failed init cleanup Anastasia Klimchuk 2021-06-28 17:03:52 +10:00
  • 92b30ba800 buspirate_spi: Use non-zero return value from buspirate_sendrecv Anastasia Klimchuk 2021-06-24 16:25:43 +10:00
  • 16419f424e util: Name udev-rules file accordingly Felix Singer 2021-06-26 02:19:11 +02:00
  • 9c0e009f7e Makefile: Turn x86-arch comments into if Nico Huber 2021-04-18 20:50:32 +02:00
  • d0fa8c0408 layout: Tidy up forward declarations Nico Huber 2021-05-14 01:13:33 +02:00
  • 7dd1624a7d layout: Tidy up the include-args API Nico Huber 2021-05-14 01:11:08 +02:00
  • d855351ce7 layout: Kill the global layout Nico Huber 2021-05-14 01:07:28 +02:00
  • 7f48053172 layout: Rework normalize_romentries() API Nico Huber 2021-05-14 00:48:28 +02:00
  • e03a5f7d5d libflashrom: Avoid using the global layout Nico Huber 2021-05-14 00:39:24 +02:00
  • 73ae47ecc2 libflashrom: Free chip instance upon flashctx teardown Nico Huber 2019-06-16 20:07:28 +02:00
  • 194815a363 layout: Make struct layout_include_args private to layout.c Nico Huber 2019-06-16 20:22:41 +02:00
  • 78d9c7d02c layout: Drop count parameter of flashrom_layout_new() Nico Huber 2019-06-16 20:17:19 +02:00
  • 953c5ad440 layout: Use linked list for struct romentry Nico Huber 2019-06-15 21:41:21 +02:00
  • a1afc84156 Pass layout directly to verify_by_layout() Nico Huber 2019-06-16 03:27:26 +02:00
  • a630a56413 layout: Introduce get_default_layout() Nico Huber 2019-06-16 03:22:58 +02:00
  • c32c8dc8af layout: Introduce flashrom_layout_new() Nico Huber 2019-06-16 19:46:46 +02:00
  • f394fcec0d layout: Introduce flashrom_layout_add_region() Nico Huber 2019-06-15 15:55:11 +02:00
  • 7ebd578100 layout: Add capacity field Nico Huber 2019-06-15 15:44:39 +02:00
  • 06a89d7139 layout: Introduce layout_next() Nico Huber 2019-06-16 19:28:35 +02:00
  • 4abb62c4ac hwaccess_x86_io_unittest: Add dummy iopl to avoid including sys/io.h Anastasia Klimchuk 2021-06-22 09:00:15 +10:00
  • 20ff3d464b tests: Do not run a test if its driver is not built Anastasia Klimchuk 2021-06-21 10:29:18 +10:00
  • ae836bd00f ft2232_spi: Revise error message Nico Huber 2021-06-20 16:46:31 +02:00
  • e1e0c597db ft2232_spi: Normalize error paths in ft2232_shutdown() Nico Huber 2021-06-20 16:38:57 +02:00
  • f0915dbc6b ft2232_spi: Revise comments about output pin states Nico Huber 2021-06-20 15:59:57 +02:00
  • 2ac057cb39 Revert "ft2232_spi: Enhance csgpiol parameter for FT2232" Nico Huber 2021-06-20 14:58:04 +02:00
  • c3f765917d Revert "ft2232_spi: Fix broken GPIOL cs_bits state (#126)" Nico Huber 2021-06-20 14:37:55 +02:00
  • 6518cf352d Revert "ft2232_spi.c: Generalize GPIOL pin control" Nico Huber 2021-06-20 14:35:34 +02:00
  • 98bcd6d103 Revert "ft2232_spi.c: Rename cs_bits to pinlvl" Nico Huber 2021-06-20 14:35:10 +02:00
  • 821c334da2 ft2232_spi: Drop ft2232_spi_send_command() Nico Huber 2021-06-20 13:20:33 +02:00
  • f949a3d1c6 ft2232_spi: Don't lower write data chunksize Nico Huber 2021-06-20 13:09:30 +02:00
  • 4d5a3b5eb0 ft2232_spi.c: Implement spi_send_multicommand() Simon Buhrow 2021-04-09 14:48:39 +02:00
  • d3e778f8ab tests: Move test environment header files into tests directory Anastasia Klimchuk 2021-06-11 16:07:33 +10:00
  • f9f9c9d2c6 buspirate: Add psus option Jeremy Kerr 2021-05-23 17:58:06 +08:00
  • bc31bd027d flashchips: Add support for Macronix MX66L1G45G Patrick Rudolph 2021-06-08 10:52:19 +02:00
  • 5af677a81d buspirate_spi.c: Drop bp_ prefix for spi data struct members Anastasia Klimchuk 2021-06-10 09:57:51 +10:00
  • 048bbe0323 buspirate_spi.c: Refactor singleton states into reentrant pattern Anastasia Klimchuk 2021-05-06 07:47:04 +10:00
  • 751afa88a7 buspirate_spi.c: Separate shutdown from failed init cleanup Anastasia Klimchuk 2021-05-24 15:12:10 +10:00
  • 72fd4f194e libflashrom: remove flashrom_system_info Thomas Heijligen 2021-06-09 11:56:54 +02:00
  • 6aaa51f19a libflashrom: remove flashrom_supported_programmers Thomas Heijligen 2021-06-09 11:50:17 +02:00
  • d3ee782e4b programmer.h: sort programmer entries alphabetically Thomas Heijligen 2021-06-14 13:20:09 +02:00
  • 763784000e ich_descriptors: Refactor read_ich_descriptors_from_dump() Nico Huber 2021-06-17 21:23:29 +02:00
  • 4bcf4add11 ich_descriptors: Drop some unnecessary else after return Nico Huber 2021-06-17 21:20:09 +02:00
  • 1d3013bbdc ich_descriptors: Revise descriptor messages Nico Huber 2021-06-17 21:12:47 +02:00
  • db2a639aec lspcon: restart MPU on programmer shutdown Peter Marheine 2021-06-11 09:27:30 +10:00
  • 508fb169ed programmer.h: remove compile guard from programmer drivers Thomas Heijligen 2021-06-10 15:17:53 +02:00
  • 848f2872ea dummyflasher: Re-arrange includes Nico Huber 2021-06-09 18:10:07 +02:00
  • 6d438d4295 dummyflasher: Replace another case of sizeof(struct ...) Nico Huber 2021-06-09 18:08:48 +02:00
  • a6e4df6624 flashchips.c: Mark MT25QL256 as tested Simon Buhrow 2021-02-15 13:16:57 +01:00
  • 7fd6592956 nicrealtek.c: Refactor singleton states into reentrant pattern Anastasia Klimchuk 2021-06-01 11:51:01 +10:00
  • 2376ccf00a enum programmer: not needed anymore. Remove Thomas Heijligen 2021-06-01 16:25:52 +02:00
  • 732aafdfec CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enum Thomas Heijligen 2021-06-01 16:22:14 +02:00
  • bf0396a600 cli_classic: replace enum programmer with programmer_entry* Thomas Heijligen 2021-06-01 14:51:13 +02:00
  • 5d25f04fd5 programmer_init: use struct programmer_entry* Thomas Heijligen 2021-06-01 14:37:12 +02:00
  • 4bb086423c flashrom.c libflashrom.c: replace enum programmer with size_t Thomas Heijligen 2021-06-01 14:25:01 +02:00
  • dd8b8d5289 flashrom.c: replace enum programmer with struct programmer_entry* Thomas Heijligen 2021-06-01 14:21:41 +02:00
  • 251f98014f print.c: use static string for internal programmer name Thomas Heijligen 2021-06-01 13:57:42 +02:00