aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* flashrom.c: allow - as filename for stdinDaniel Campello2021-04-292-5/+11
* ene_lpc.c: Untangle successful vs failed init pathsAnastasia Klimchuk2021-04-291-15/+14
* mec1308.c: Ensure programmer param variable is always initialisedAnastasia Klimchuk2021-04-281-3/+1
* ene_lpc.c: Extract params check into a functionAnastasia Klimchuk2021-04-281-5/+14
* layout: Add -i <region>[:<file>] supportDaniel Campello2021-04-276-37/+234
* hwaccess.h: Split hwaccess.h and extract hwaccess_x86_io.h out of itAnastasia Klimchuk2021-04-272-136/+157
* tests: Add unit test to run init/shutdown for linux_spi.cAnastasia Klimchuk2021-04-274-0/+62
* tests: Add unit test to run init/shutdown for dummyflasher.cAnastasia Klimchuk2021-04-274-0/+46
* tests: Add logging to STDOUT when __wrap function is calledAnastasia Klimchuk2021-04-271-2/+7
* mec1308.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-04-271-4/+8
* mec1308.c: Untangle successful vs failed init pathsAnastasia Klimchuk2021-04-271-27/+16
* mec1308.c: Extract params check into a functionAnastasia Klimchuk2021-04-271-5/+16
* jlink_spi.c: Drop jaylink_ prefix for spi data struct membersAnastasia Klimchuk2021-04-271-31/+31
* chipset_enable.c: Add IDs for H310C and B365 PCHsAngel Pons2021-04-271-0/+2
* chipset_enable.c: Add CMP-H IDsGaggery Tsai2021-04-261-0/+7
* flashchips: Add MX25L3233FNico Huber2021-04-252-3/+3
* flashchips: Correct OTP comment for MX25L3273ENico Huber2021-04-251-1/+1
* flashchips: Add support for Boya/BoHong Microelectronics B_25D16AChristian Kudera2021-04-242-0/+39
* flashchips: Adapt IDs for Boya MicroelectronicsAngel Pons2021-04-242-7/+7
* s25f.c: Fix mismatched function definitionsAngel Pons2021-04-241-4/+2
* chipset_enable: Mark QS67 as DEPEvgeny Zinoviev2021-04-241-1/+1
* linux_spi.c: Drop some unnecessary initialisations and checksAnastasia Klimchuk2021-04-231-17/+7
* manibuilder: Add more NetBSD targetsNico Huber2021-04-222-1/+31
* manibuilder/anita: Always provide reasonable --memory-sizeNico Huber2021-04-223-11/+19
* manibuilder/anita: Fix ccache image for non-x86Nico Huber2021-04-221-5/+9
* manibuilder/anita: Factor things out into Makefile.anitaNico Huber2021-04-222-24/+25
* dummyflasher.c: Fix memory leak on shutdownAnastasia Klimchuk2021-04-221-0/+1
* Revert "Makefile: Explicitly set '-std=c99'"Angel Pons2021-04-222-3/+1
* jlink_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-04-221-20/+47
* Makefile: Disable libusb-dependent Raiden on DOSAngel Pons2021-04-211-0/+5
* Use singular they to refer to "the user" in commentsAngel Pons2021-04-212-2/+2
* ft2232_spi.c: Fix typo in commentAngel Pons2021-04-211-1/+1
* flashrom.c: Fix up stale FIXME comment when doit() was removedEdward O'Callaghan2021-04-201-2/+2
* lspcon_i2c_spi.c: Rename PAGE_SIZE macroAngel Pons2021-04-191-8/+8
* ene_lpc.c: Move register_shutdown to the end of initialisationAnastasia Klimchuk2021-04-181-5/+4
* i2c_helper_linux.c: Use a fixed-size bufferAngel Pons2021-04-181-20/+9
* ene_lpc.c: Clean up cosmeticsAngel Pons2021-04-181-32/+18
* jlink_spi.c: Correct some log messagesAngel Pons2021-04-181-4/+4
* linux_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-04-181-12/+33
* linux_spi.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-04-181-7/+18
* linux_spi.c: Extract get_max_kernel_buf_size() as a functionAnastasia Klimchuk2021-04-181-36/+42
* cli_classic: prevent corruption of flash when stdout/stderr is closedJack Rosenthal2021-04-181-1/+23
* jlink_spi.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-04-161-18/+26
* ft2232_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-04-151-34/+57
* test_build.sh: use -C option of ninja to specify the build directoryThomas Heijligen2021-04-141-3/+5
* test_build.sh: use sh from envThomas Heijligen2021-04-141-1/+1
* meson: remove rayer_spi dependency on libpciDaniel Campello2021-04-141-1/+1
* Makefile,meson.build: Fix dependency issues with raiden_debug_spiEdward O'Callaghan2021-04-012-6/+1
* Enable dynamic memory allocation checks for cmocka unit testsAnastasia Klimchuk2021-04-014-12/+81
* tree: Remove forward-declarations of structs for spi mastersAnastasia Klimchuk2021-04-013-225/+218