aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: Add Anastasia Klimchuk for sphinx docsHEADmasterAnastasia Klimchuk2023-04-291-0/+1
* MAINTAINERS: Add Thomas Heijligen for sphinx docsAnastasia Klimchuk2023-04-291-0/+5
* doc: Add contact pageThomas Heijligen2023-04-272-0/+144
* doc: Convert build documentation to sphinxThomas Heijligen2023-04-275-148/+271
* meson_cross: Introduce meson cross file for DJGPP/DOSThomas Heijligen2023-04-271-0/+29
* meson.build: Add 'dos' as option for pci_based programmerThomas Heijligen2023-04-271-1/+1
* printf: Use inttype.h macros for format stringsThomas Heijligen2023-04-2722-238/+239
* cli_classic: include a fallback inplementation of getoptThomas Heijligen2023-04-274-6/+319
* tests: Emulate multithreading environment for unit testsAnastasia Klimchuk2023-04-272-12/+21
* chipset_enable: Mark Intel H97 as test_state DEPThomas Heijligen2023-04-241-1/+1
* flashrom: rewrite flashbuses_to_text()Alexander Goncharov2023-04-244-23/+54
* tests: Fix mode_t argument conversion for va_argAnastasia Klimchuk2023-04-241-9/+9
* usb_device.c: remove LIBUSB() wrapper around call that may failNikolai Artemiev2023-04-231-2/+2
* meson.build: Use library() to build libflashromThomas Heijligen2023-04-201-3/+12
* layout.c: Ensure filename is always consistent in layout structureEdward O'Callaghan2023-04-131-8/+11
* buspirate: Add option for setting the aux pinSean Anderson2023-04-132-2/+28
* ch341a_spi: drop validation of handle in routinesAlexander Goncharov2023-04-131-10/+0
* ch341a_spi: Refactor singleton states into reentrant patternAlexander Goncharov2023-04-131-75/+81
* cli_classic: refactor arguments parsing into separate funcAlexander Goncharov2023-04-131-245/+270
* usb_device.c: detach/attach usb kernel driver explicitlyThomas Heijligen2023-04-121-3/+9
* MAINTAINERS: Remove Felix SingerFelix Singer2023-04-061-11/+0
* tree/: Case write_granularity enum valuesEdward O'Callaghan2023-04-065-41/+41
* internal: Move laptop_ok into board_cfgEdward O'Callaghan2023-04-065-44/+45
* internal: Move is_laptop into board_cfgEdward O'Callaghan2023-04-023-9/+8
* board_enables: Allow for prog cfg coupling with board cfgEdward O'Callaghan2023-04-024-89/+96
* board_enable.c: Consistent board_flash_enable() nullarity checksEdward O'Callaghan2023-03-281-4/+4
* board_enable.c: Clean up board_handle_phase()Edward O'Callaghan2023-03-281-6/+1
* dmi.c: Pass is_laptop by ref into dmiEdward O'Callaghan2023-03-284-31/+31
* tree/: Rename 'laptop_ok-> g_laptop_ok' to avoid shadowingEdward O'Callaghan2023-03-284-12/+12
* flashchips: Add Macronix MX25V1635F supportPoroCYon2023-03-262-0/+36
* flashchips: Add Macronix MX25V8035F supportPoroCYon2023-03-262-0/+36
* flashchips: Add Macronix MX25V4035F supportPoroCYon2023-03-262-0/+37
* MAINTAINERS: Re-order programmer entries alphabeticallyAnastasia Klimchuk2023-03-241-5/+5
* tree/: Convert printlock func ptr into enumerate valuesEdward O'Callaghan2023-03-224-97/+135
* Revert "pcidev: remove pcidev_getdevfn() function"Thomas Heijligen2023-03-203-2/+10
* tree/: Convert unlock func ptr into enumerate valuesEdward O'Callaghan2023-03-208-74/+130
* tests: Add wrap for __fstat50 to fix tests for NetBSDAnastasia Klimchuk2023-03-163-0/+8
* MAINTAINERS: Add Nikolai Artemiev for raiden_debug_spiNikolai Artemiev2023-03-141-0/+5
* MAINTAINERS: Add Aarya Chaumal for erasure_layoutAarya Chaumal2023-03-141-0/+6
* fmap: ignore areas with zero sizePeter Marheine2023-03-141-0/+10
* pcidev: remove pcidev_getdevfn() functionThomas Heijligen2023-03-103-10/+2
* libpci: drop support for pciutils < 2.2.0Thomas Heijligen2023-03-105-40/+16
* include/pci.h: Use __has_include() macro to test pci.h pathThomas Heijligen2023-03-101-3/+7
* MAINTAINERS: Add Jean THOMAS for DirtyJTAGJean THOMAS2023-03-101-0/+5
* flashchips: Mark AM29LV040B as write-testedAnastasia Klimchuk2023-03-061-1/+1
* flashchips: Mark XMC XM25QH64C as TEST_OK_PREWThomas Heijligen2023-03-061-1/+1
* flashchips: Mark XMC XM25QH256C as TEST_OK_PRThomas Heijligen2023-03-061-1/+1
* meson: fix typo "documtation" -> "documentation"Thomas Heijligen2023-03-031-1/+1
* meson: revert to meson version 0.53.0Thomas Heijligen2023-03-033-6/+3
* tree/: Drop default_spi_probe_opcode for NULL caseEdward O'Callaghan2023-03-0329-35/+10