1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-08-16 11:54:41 +02:00

Commit Graph

  • 83b5191399 tests: Move LOG_ME to include/tests.h to be available everywhere Anastasia Klimchuk 2021-09-17 11:03:43 +10:00
  • d23613cf66 tests: Add NON_ZERO macro and not_null function instead of MOCK_HANDLE Anastasia Klimchuk 2021-10-14 12:21:02 +11:00
  • f42d2f72cc hwaccess: replace flashrom specific macros by compiler defines Thomas Heijligen 2021-10-12 20:31:45 +02:00
  • 1379e54f51 buildsystem: evaluate the USE_IOPL, USE_DEV_IO, USE_IOPERM macros Thomas Heijligen 2021-10-12 17:58:35 +02:00
  • c9d947576b buildsystem: handle the IS_WINDOWS macro Thomas Heijligen 2021-10-12 17:38:01 +02:00
  • 494180096c platform.h: remove IS_LINUX and IS_MACOSX macros Thomas Heijligen 2021-10-12 17:37:26 +02:00
  • b583647888 buildsystem: Determine the endianness only in the buildsystem Thomas Heijligen 2021-10-12 16:47:43 +02:00
  • ba1c5eb125 Makefile: copy determination test for the endian to Makefile.d Thomas Heijligen 2021-10-12 15:54:06 +02:00
  • cf542aa1ce Makefile: move determination test for the architecture to Makefile.d Thomas Heijligen 2021-10-12 15:16:46 +02:00
  • ba275d8bdb Makefile: move determination test for OS to Makefile.d Thomas Heijligen 2021-09-28 15:22:34 +02:00
  • 8da9a9acdf Makefile: move determination tests for target systems to one place Thomas Heijligen 2021-10-12 13:30:06 +02:00
  • 8c768c2191 serprog: Move content of programmer specific header to C file Felix Singer 2021-10-13 13:40:07 +02:00
  • 638123045b gfxnvidia: Fix indents Felix Singer 2021-10-13 13:56:38 +02:00
  • bb0a6447d9 Makefile: summarize systems with the same CPPFLAGS and LDFLAGS Thomas Heijligen 2021-10-12 13:18:15 +02:00
  • 155ce3d9a3 Makefile: use STRIP_ARGS = -s on all systems Thomas Heijligen 2021-10-12 12:48:01 +02:00
  • 29418b7479 util: Add Nix shell file Felix Singer 2021-09-28 15:20:17 +02:00
  • a2d09ca893 raiden_debug_spi: Use new API to register shutdown function Anastasia Klimchuk 2021-09-27 14:44:19 +10:00
  • 96b1a15bcc raiden_debug_spi: Move shutdown function above spi_master struct Anastasia Klimchuk 2021-09-27 13:52:35 +10:00
  • f8999921ea raiden_debug_spi: Use spi data in configure_protocol Anastasia Klimchuk 2021-09-27 13:24:20 +10:00
  • 5a73eb7d1b raiden_debug_spi: Link spi_master struct to spi data Anastasia Klimchuk 2021-09-27 11:16:40 +10:00
  • 7b9c74f496 ft2232_spi: reintroduce generic GPIOL control Michael Niewöhner 2021-09-21 20:15:32 +02:00
  • 106f097ef6 ich_descriptors: Add explicit checks for all chipsets David Hendricks 2021-09-20 21:56:40 -07:00
  • 86867eaa19 flashrom.8: carve out csgpiol into its own section Michael Niewöhner 2021-09-23 21:25:03 +02:00
  • 22ee33c39b ft2232_spi: prevent use of reserved pins on some programmers Michael Niewöhner 2021-09-21 19:43:04 +02:00
  • 51a9c38fcc flashchips.c: mark EN25F10 as TEST_OK_PREW Simon Buhrow 2021-09-29 09:28:07 +02:00
  • caf6e0dcb2 tests: Revise mock chip definition and usage Anastasia Klimchuk 2021-09-07 15:32:01 +10:00
  • 1f62b8346e tests: Add tests to read from chip Anastasia Klimchuk 2021-09-07 14:13:03 +10:00
  • 2d538d87eb tests: Extract setup and teardown for chip tests Anastasia Klimchuk 2021-09-07 13:53:11 +10:00
  • 724a24d702 nicintel_spi.c: Implement set_sck_set_mosi and set_sck_get_miso Angel Pons 2021-06-21 13:01:45 +02:00
  • 24495cd46e util/ich_descriptors_tool: Use GNU-style printf in MinGW David Hendricks 2020-07-02 14:36:14 -07:00
  • 98b537befd ch341a: use better english in the debug message Thomas Heijligen 2021-09-29 14:24:39 +02:00
  • 1e2a5d8d8d dediprog.c: Split up compound conditional and swap two operations Angel Pons 2021-03-22 11:28:00 +01:00
  • a16f6a5497 internal.c: unify the macro for x86 only code Thomas Heijligen 2021-09-26 13:42:39 +02:00
  • 61181a72a4 ch341a_spi: replace active kernel driver detaching by automatic one Thomas Heijligen 2021-09-23 19:06:47 +02:00
  • c99945d962 Makefile: move functions and macros to own file Thomas Heijligen 2021-09-25 13:39:42 +02:00
  • 29ff205e6f custom_baud: move Linux specific code into own file Thomas Heijligen 2021-09-27 15:12:26 +02:00
  • 5a8b0773dd os.h: remove unneeded include Thomas Heijligen 2021-09-25 16:27:49 +02:00
  • 21bf91d93f ft2232_spi: clarify the comment about gpio configuration Michael Niewöhner 2021-09-21 18:03:29 +02:00
  • aedfb7ebd9 flashrom.8: add missing entry for --flash-contents Michael Niewöhner 2021-09-21 17:37:32 +02:00
  • 3ed7e71b43 flashrom.8: replace svn changelog with git history Michael Niewöhner 2021-09-21 20:14:42 +02:00
  • 95f39b0098 remove compile guards Thomas Heijligen 2021-09-21 10:00:14 +02:00
  • cce29a4855 mec1308: remove MEC1308 EC programmer Victor Ding 2021-07-21 18:01:55 +10:00
  • e3f55a13ba ene_lpc: remove ENE LPC programmer Victor Ding 2021-07-21 17:37:12 +10:00
  • bbe9a77343 dediprog.c: Drop dediprog_ prefix for spi data struct members Anastasia Klimchuk 2021-07-14 09:33:50 +10:00
  • 07f41b3bca dediprog.c: Refactor singleton states into reentrant pattern Anastasia Klimchuk 2021-07-12 14:18:37 +10:00
  • 1f28ac646f chipset_enable.c: Mark Z97 as DEP Sophie van Soest 2021-07-04 13:54:26 +02:00
  • 1bc3c5127f ich_descriptors_tool: Add missing Comet Point in usage Michał Żygowski 2021-07-01 11:08:45 +02:00
  • 87284a5277 ni845x_spi: add missing const specifier to the spi_transmit function Miklós Márton 2021-08-17 22:53:40 +02:00
  • 51e1d0e4b7 Add support for Intel Emmitsburg PCH Jonathan Zhang 2021-08-30 23:25:06 -07:00
  • 05b59d2ca3 tests: Mock file i/o for linux_mtd and linux_spi tests Anastasia Klimchuk 2021-08-19 15:15:19 +10:00
  • 099e378512 par_master: Fix propagation of register_par_master() return values Anastasia Klimchuk 2021-08-27 15:47:46 +10:00
  • 31b283bd21 par_master: Use new API to register shutdown function Anastasia Klimchuk 2021-08-27 15:42:46 +10:00
  • d681ab286a par_master: Move shutdown function above par_master struct Anastasia Klimchuk 2021-08-26 10:30:16 +10:00
  • d1697e9abe par_master: Add shutdown function in par_master struct Anastasia Klimchuk 2021-08-26 10:10:32 +10:00
  • 822cc7ed2a ni845x_spi: handle PROGRAMFILES(X86) env var properly Miklós Márton 2021-07-27 14:29:16 +02:00
  • a69c5196d2 spi_master: Use new API to register shutdown function Anastasia Klimchuk 2021-07-06 16:18:44 +10:00
  • 9db8e12c16 opaque_master: Use new API to register shutdown function Anastasia Klimchuk 2021-08-03 15:45:19 +10:00
  • cf6668b86b flashchips: Add MX25L12833F Tao Xia 2021-07-21 16:41:53 +08:00
  • 8ddb8ed568 flashchips.c: Add 'GD25LQ128E' to match C and D variants Edward O'Callaghan 2021-06-22 11:16:55 +10:00
  • ed43237cfa tests: Add tests to erase a chip Anastasia Klimchuk 2021-08-02 13:58:59 +10:00
  • cdf8cf4afe tests: Use real spi_send_command for all tests except spi25.c Anastasia Klimchuk 2021-08-12 10:41:03 +10:00
  • 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