index
:
Flashrom
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
1.5.x
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: move determination test for OS to Makefile.d
Thomas Heijligen
2021-10-15
1
-9
/
+4
*
Makefile: move determination tests for target systems to one place
Thomas Heijligen
2021-10-15
1
-17
/
+9
*
Makefile: summarize systems with the same CPPFLAGS and LDFLAGS
Thomas Heijligen
2021-10-14
1
-14
/
+4
*
Makefile: use STRIP_ARGS = -s on all systems
Thomas Heijligen
2021-10-14
1
-4
/
+1
*
Makefile: move functions and macros to own file
Thomas Heijligen
2021-09-28
1
-197
/
+2
*
custom_baud: move Linux specific code into own file
Thomas Heijligen
2021-09-28
1
-1
/
+6
*
mec1308: remove MEC1308 EC programmer
Victor Ding
2021-09-22
1
-13
/
+2
*
ene_lpc: remove ENE LPC programmer
Victor Ding
2021-09-22
1
-14
/
+3
*
ni845x_spi: handle PROGRAMFILES(X86) env var properly
Miklós Márton
2021-08-27
1
-2
/
+11
*
Makefile: Use dependency lists to generate NEED_<library> vars
Nico Huber
2021-07-12
1
-26
/
+4
*
Makefile: Enable bitbang_spi based on its dependency list
Nico Huber
2021-07-12
1
-17
/
+8
*
Makefile: Disable libusb/libpci programmers via dependency lists
Nico Huber
2021-07-12
1
-28
/
+13
*
Makefile: Deflate per-architecture handling of unsupported programmers
Nico Huber
2021-07-12
1
-132
/
+9
*
Makefile: Deflate handling of Linux-only programmers
Nico Huber
2021-07-12
1
-35
/
+6
*
Makefile: Deflate handling of unsupported programmers for libpayload
Nico Huber
2021-07-12
1
-70
/
+6
*
Makefile: Deflate handling of unsupported programmers for MinGW
Nico Huber
2021-07-12
1
-102
/
+7
*
Makefile: Deflate handling of unsupported programmers for DJGPP
Nico Huber
2021-07-12
1
-78
/
+6
*
Makefile: Add macro to disable unsupported programmers
Nico Huber
2021-07-12
1
-0
/
+7
*
Makefile: Gather lists of dependencies by feature/lib
Nico Huber
2021-07-12
1
-0
/
+49
*
Makefile: Move $(NEED_LIBFTDI) block to similar ones
Nico Huber
2021-07-12
1
-10
/
+10
*
Makefile: Move NI845X_SPI default to the other defaults
Nico Huber
2021-07-12
1
-3
/
+3
*
Revert "Mark ENE_LPC and MEC1308 as NEED_LIBPCI"
Nico Huber
2021-07-12
1
-4
/
+0
*
Makefile: Turn x86-arch comments into `if`
Nico Huber
2021-06-27
1
-2
/
+4
*
CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enum
Thomas Heijligen
2021-06-10
1
-7
/
+10
*
programmer_table: move array content to an own file
Thomas Heijligen
2021-06-09
1
-1
/
+1
*
Makefile: Only enable I2C programmers on Linux
Angel Pons
2021-05-12
1
-30
/
+10
*
Revert "Makefile: Explicitly set '-std=c99'"
Angel Pons
2021-04-22
1
-1
/
+1
*
Makefile: Disable libusb-dependent Raiden on DOS
Angel Pons
2021-04-21
1
-0
/
+5
*
Makefile,meson.build: Fix dependency issues with raiden_debug_spi
Edward O'Callaghan
2021-04-01
1
-5
/
+0
*
Makefile: Explicitly set '-std=c99'
Edward O'Callaghan
2021-01-13
1
-1
/
+1
*
Makefile: Add a DISABLE_CLOCK_GETTIME option
Martin Lucina
2021-01-11
1
-0
/
+5
*
s25f.c: implement probing and block erasers for Spansion
Nikolai Artemiev
2020-12-03
1
-1
/
+1
*
raiden_debug: Rename with '_DEBUG_SPI' suffix
Edward O'Callaghan
2020-11-28
1
-7
/
+7
*
Disable ENE_LPC and MEC1308 on non-x86 arch
Victor Ding
2020-11-12
1
-0
/
+10
*
Makefile: Fix typo NEED_LIBUSB0 -> NEED_LIBUSB1
Edward O'Callaghan
2020-10-28
1
-1
/
+1
*
Makefile: remove LSPCON and MST device dependency from libusb
Shiyu Sun
2020-10-28
1
-2
/
+0
*
Mark ENE_LPC and MEC1308 as NEED_LIBPCI
Victor Ding
2020-10-27
1
-0
/
+4
*
Mark ENE_LPC and MEC1308 as NEED_RAW_ACCESS
Victor Ding
2020-10-27
1
-0
/
+2
*
Add writeprotect support infrastructure
Edward O'Callaghan
2020-09-28
1
-1
/
+1
*
Makefile: Fix building on AArch64 NixOS
Pyry Kontio
2020-08-24
1
-6
/
+10
*
Add MEC1308 EC programmer
Victor Ding
2020-08-20
1
-0
/
+23
*
Add ENE LPC programmer
Victor Ding
2020-08-20
1
-0
/
+23
*
Makefile: Remove 'NEED_LIBUSB1' from lspcon requirements
Edward O'Callaghan
2020-05-04
1
-1
/
+0
*
Initial Realtek MST i2c_spi support
Edward O'Callaghan
2020-05-04
1
-0
/
+24
*
lspcon_i2c_spi.c: Add SPI-master support for PS17{5,6}
Shiyu Sun
2020-04-01
1
-0
/
+25
*
i2c_helper: Add support for the Linux I2C subsystem
Shiyu Sun
2020-04-01
1
-0
/
+9
*
Makefile: Fix 'CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=no'
Edward O'Callaghan
2020-03-28
1
-0
/
+1
*
raiden_debug: Upstream ChromiumOS servo debug board prog
Edward O'Callaghan
2020-03-03
1
-0
/
+13
*
raiden_debug: Upstream ChromiumOS usb_device helpers
Edward O'Callaghan
2020-03-02
1
-1
/
+1
*
Add support for STLINK V3 debugger/programmer via its SPI bridge
Miklós Márton
2019-12-31
1
-0
/
+20
[next]