| Commit message (Expand) | Author | Age | Files | Lines |
* | libflashrom: Return progress state to the library user | Richard Hughes | 2022-05-25 | 3 | -0/+61 |
* | tests: Rearange CPP guards | Thomas Heijligen | 2022-05-12 | 2 | -33/+41 |
* | tests: test write protection | Sergii Dmytruk | 2022-05-12 | 4 | -0/+344 |
* | tests: Add and include headers with function prototypes | Anastasia Klimchuk | 2022-04-29 | 10 | -0/+126 |
* | tests: Mark all static functions as static | Anastasia Klimchuk | 2022-04-29 | 2 | -11/+11 |
* | tests/: Add file path and flags validation to open() calls | Edward O'Callaghan | 2022-04-18 | 2 | -20/+113 |
* | Drop STANDALONE mode | Thomas Heijligen | 2022-04-13 | 1 | -1/+0 |
* | tests/lifecycle.c: Deduce out io-setup-teardown do-pattern | Edward O'Callaghan | 2022-04-12 | 1 | -33/+19 |
* | tests/linux_spi: Validate params file path and flags | Edward O'Callaghan | 2022-04-10 | 1 | -0/+6 |
* | tests: assert pathname and flags when calling open() | Daniel Campello | 2022-04-06 | 4 | -16/+47 |
* | tests: use MOCK_FD instead of NON_ZERO | Daniel Campello | 2022-04-06 | 3 | -9/+9 |
* | tests: Add padding to pci_dev struct for ASAN | Daniel Campello | 2022-03-21 | 1 | -0/+1 |
* | tests: add more mock wrappers | Daniel Campello | 2022-03-21 | 2 | -0/+27 |
* | tests: Upgrade linux_spi test to run probe lifecycle | Anastasia Klimchuk | 2022-03-20 | 3 | -4/+30 |
* | tests: Upgrade linux_mtd test to run probe lifecycle | Anastasia Klimchuk | 2022-03-20 | 3 | -4/+4 |
* | tests: Add run_probe_lifecycle and add dummyflasher probe test | Anastasia Klimchuk | 2022-03-20 | 3 | -7/+56 |
* | tests: Rename run_lifecycle into run_basic_lifecycle | Anastasia Klimchuk | 2022-03-10 | 3 | -29/+29 |
* | tests: Rename init_shutdown.c into lifecycle.c | Anastasia Klimchuk | 2022-03-10 | 4 | -4/+4 |
* | tests: Add tests for verify operation | Anastasia Klimchuk | 2022-02-18 | 3 | -0/+100 |
* | tests: Add comprehensive comment for chip.c | Anastasia Klimchuk | 2022-02-14 | 1 | -0/+12 |
* | tests: Set up mock chip memory in consistent and predictable way | Anastasia Klimchuk | 2022-02-14 | 1 | -0/+2 |
* | tests: add fprintf() mock with redirection to io_mock | Nikolai Artemiev | 2022-02-14 | 3 | -0/+16 |
* | tests: Convert write chip tests to libflashrom API | Anastasia Klimchuk | 2022-01-19 | 1 | -2/+11 |
* | tests: Convert read chip tests to libflashrom API | Anastasia Klimchuk | 2022-01-19 | 1 | -2/+11 |
* | tests: Convert erase chip tests to libflashrom API | Anastasia Klimchuk | 2022-01-19 | 1 | -2/+3 |
* | layout: Hoist get_region_range() into libflashrom API | Edward O'Callaghan | 2022-01-11 | 1 | -1/+1 |
* | hwaccess: move x86 port I/O related code into own files | Thomas Heijligen | 2021-12-22 | 1 | -0/+2 |
* | tests: Add init-shutdown test for raiden_debug_spi | Anastasia Klimchuk | 2021-11-29 | 6 | -5/+208 |
* | tests: Add wraps for __xstat/__fxstat variants of stat/fstat | Anastasia Klimchuk | 2021-11-17 | 2 | -0/+28 |
* | tests: Rename flash context in chip tests to flashctx | Anastasia Klimchuk | 2021-11-08 | 1 | -22/+22 |
* | tests: Add tests to write on chip | Anastasia Klimchuk | 2021-11-08 | 4 | -0/+72 |
* | tests: Fix fread wrap to return success by default | Anastasia Klimchuk | 2021-10-19 | 1 | -3/+3 |
* | tests: Add wrap for libusb_init and use it in dediprog test | Anastasia Klimchuk | 2021-10-18 | 4 | -0/+18 |
* | tests: Extract libusb wraps into separate file | Anastasia Klimchuk | 2021-10-18 | 3 | -46/+64 |
* | tests: Move current_io to io_mock.c be visible across tests | Anastasia Klimchuk | 2021-10-18 | 4 | -41/+66 |
* | tests: Move LOG_ME to include/tests.h to be available everywhere | Anastasia Klimchuk | 2021-10-18 | 2 | -3/+2 |
* | tests: Add NON_ZERO macro and not_null function instead of MOCK_HANDLE | Anastasia Klimchuk | 2021-10-18 | 3 | -13/+23 |
* | tests: Revise mock chip definition and usage | Anastasia Klimchuk | 2021-10-01 | 1 | -117/+60 |
* | tests: Add tests to read from chip | Anastasia Klimchuk | 2021-10-01 | 5 | -0/+146 |
* | tests: Extract setup and teardown for chip tests | Anastasia Klimchuk | 2021-10-01 | 1 | -55/+47 |
* | mec1308: remove MEC1308 EC programmer | Victor Ding | 2021-09-22 | 3 | -46/+0 |
* | ene_lpc: remove ENE LPC programmer | Victor Ding | 2021-09-22 | 3 | -65/+0 |
* | tests: Mock file i/o for linux_mtd and linux_spi tests | Anastasia Klimchuk | 2021-08-30 | 5 | -4/+180 |
* | tests: Add tests to erase a chip | Anastasia Klimchuk | 2021-08-19 | 4 | -0/+237 |
* | tests: Use real spi_send_command for all tests except spi25.c | Anastasia Klimchuk | 2021-08-19 | 1 | -13/+29 |
* | tests: add init_shutdown test for realtek_mst_i2c_spi | Peter Marheine | 2021-08-19 | 5 | -0/+100 |
* | tests: Add init-shutdown test for nicrealtek | Anastasia Klimchuk | 2021-08-09 | 5 | -0/+34 |
* | tests: Add unit tests for layout sanity checks | Anastasia Klimchuk | 2021-07-22 | 3 | -0/+111 |
* | tests: Trim excessive new lines from layout test output | Anastasia Klimchuk | 2021-07-22 | 1 | -18/+18 |
* | tests: Add layout tests for overlapping regions | Anastasia Klimchuk | 2021-07-19 | 4 | -0/+116 |