summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Remove a bashism when searching for sphinx-buildBart De Schuymer2023-08-291-1/+1
* Makefile: Simplify the NI-845X detectionThomas Heijligen2023-07-131-13/+3
* Makefile: Fix DirtyJTAG buildJean THOMAS2023-06-191-1/+1
* Makefile: Build man-page only when sphinx is availableThomas Heijligen2023-05-101-7/+16
* makefile: remove gitconfig targetPeter Marheine2023-05-081-3/+0
* meson make: use VERSION fileThomas Heijligen2023-05-071-9/+7
* Makefile: Use printf instead of echo -nThomas Heijligen2023-05-061-1/+1
* libpci: drop support for pciutils < 2.2.0Thomas Heijligen2023-03-101-2/+0
* move manpage to sphinxThomas Heijligen2023-03-011-14/+9
* ch347_spi: Add initial support for the WCH CH347Nicholas Chin2023-02-271-0/+9
* asm106x: add programmer for ASM106x SATA controllersAlex Badea2023-02-271-0/+10
* jedec.c: Move printlock stuff into printlock.cEdward O'Callaghan2023-02-211-1/+1
* serial: Add Darwin/macOS support for custom and >230400 baudratesPeter Stuge2023-02-161-0/+4
* internal: Move parallel logic into internal_par implementationEdward O'Callaghan2023-02-151-2/+2
* flashrom.c: Add functions for new erase selection algorithmAarya Chaumal2023-02-131-1/+1
* internal.c: Move sio register to own objectEdward O'Callaghan2023-02-041-1/+1
* util: add bash completion scriptAlexander Goncharov2023-01-181-2/+49
* Makefile: Don't install git hooks automaticallyFelix Singer2022-11-041-3/+3
* dirtyjtag: Add DirtyJTAG programmerJean THOMAS2022-10-151-0/+9
* print.c: Move list of known boards to known_boards.cEdward O'Callaghan2022-08-291-2/+2
* parallel.c: Consoldiate parallel master registration logicEdward O'Callaghan2022-08-251-1/+1
* flashrom.c: Move read_buf_from_file() to helpers_fileio.cEdward O'Callaghan2022-08-251-1/+1
* Makefile: print dependency versionsThomas Heijligen2022-08-231-4/+8
* Makefile: Fix build for WindowsThomas Heijligen2022-08-121-0/+3
* Makefile: Add support for Elbrus (e2k) architectureAnton Samsonov2022-08-091-1/+1
* Makefile: fix rebuild issuesThomas Heijligen2022-08-091-2/+2
* Makefile: Fix dependencies for developerbox_spiFelix Singer2022-07-251-0/+1
* Makefile: Fix option name of parade_lspcon programmerFelix Singer2022-07-251-1/+1
* Rename lspcon_i2c_spi to parade_lspconThomas Heijligen2022-07-171-6/+6
* it85spi: EOL supportEdward O'Callaghan2022-07-041-1/+1
* Global cleanup: Fix a few spelling errorsMartin Roth2022-05-031-1/+1
* Makefile: Align BITBANG_SPI with the other DEPENDS_ and USE_ configsThomas Heijligen2022-04-291-13/+5
* Introduce an `include` directory for header filesThomas Heijligen2022-04-291-2/+4
* Drop STANDALONE modeThomas Heijligen2022-04-131-1/+0
* NEED_PCI: remove macroThomas Heijligen2022-04-131-1/+0
* hwaccess: add endianness converting deserialization functionsThomas Heijligen2022-04-131-1/+1
* Endian conversion: move to platform.h and platform/endian*.cThomas Heijligen2022-04-121-2/+3
* hwaccess: replace macros by C codeThomas Heijligen2022-04-121-1/+3
* hwaccess_x86_io: clean header conceptThomas Heijligen2022-03-141-19/+0
* Makefile: use HAS_ USE_ pattern for serial supportThomas Heijligen2022-03-141-10/+12
* Makefile: print version info as part of the config targetThomas Heijligen2022-03-121-3/+1
* Makefile: use libflashrom.a as input to build the flashrom executableThomas Heijligen2022-03-121-5/+5
* Makefile: add CONFIG_MEDIATEK_I2C_SPI to DEPENDS_ON_LINUX_I2CThomas Heijligen2022-03-121-0/+1
* Makefile: use the HAS_ USE_ scheme for linux i2c dependent programmerThomas Heijligen2022-03-121-2/+7
* flashchips,writeprotect_ranges: add range decoding functionNikolai Artemiev2022-03-011-1/+2
* Makefile: Rework the EXEC_SUFFIX determinationThomas Heijligen2022-02-231-2/+1
* Makefile: enable internal programmer for x86 and all linux platformsThomas Heijligen2022-02-211-12/+20
* Makefile: remove CPPFLAGS and LDFLAGS to default directoriesThomas Heijligen2022-02-161-15/+0
* Makefile: use pkg-config --libs --static for LDFLAGSThomas Heijligen2022-02-151-1/+0
* Makefile: check if librt is an external libraryThomas Heijligen2022-02-151-0/+4