index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson.build
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "cmocka: Drop as meson subproject"
Nico Huber
2022-09-08
1
-2
/
+6
*
print.c: Move list of known boards to known_boards.c
Edward O'Callaghan
2022-08-29
1
-0
/
+1
*
parallel.c: Consoldiate parallel master registration logic
Edward O'Callaghan
2022-08-25
1
-0
/
+1
*
flashrom.c: Move read_buf_from_file() to helpers_fileio.c
Edward O'Callaghan
2022-08-25
1
-0
/
+1
*
meson: Build the ich_descriptors_tool as feature
Thomas Heijligen
2022-08-23
1
-1
/
+3
*
cmocka: Drop as meson subproject
Thomas Heijligen
2022-08-17
1
-6
/
+2
*
meson: fix various meson build warnings and formatting
Nikolai Artemiev
2022-07-28
1
-5
/
+6
*
Rename lspcon_i2c_spi to parade_lspcon
Thomas Heijligen
2022-07-17
1
-4
/
+4
*
it85spi: EOL support
Edward O'Callaghan
2022-07-04
1
-1
/
+0
*
tests: Use regular cmocka wraps for hwaccess functions
Anastasia Klimchuk
2022-06-21
1
-1
/
+0
*
meson: use files() for srcs list
Thomas Heijligen
2022-05-31
1
-61
/
+64
*
meson: link flashrom binary against static libflashrom
Thomas Heijligen
2022-05-12
1
-20
/
+7
*
meson: relocate config_print_wiki & config_default_programmer_*
Thomas Heijligen
2022-05-12
1
-13
/
+13
*
meson: use built-in options for install paths
Thomas Heijligen
2022-05-12
1
-7
/
+2
*
meson: add option to disable tests
Thomas Heijligen
2022-05-12
1
-24
/
+29
*
meson: use `platform/` as subdir()
Thomas Heijligen
2022-05-12
1
-11
/
+2
*
meson: relocate add_project_arguments() for IS_WINDOWS
Thomas Heijligen
2022-05-12
1
-6
/
+5
*
meson: relocate source file list
Thomas Heijligen
2022-05-12
1
-34
/
+34
*
meson: Treat warnings as errors
Anastasia Klimchuk
2022-04-29
1
-0
/
+1
*
meson: Add optimisation level s and disable debug in meson build
Anastasia Klimchuk
2022-04-29
1
-1
/
+5
*
Add -W options from Makefile into meson warning_flags
Anastasia Klimchuk
2022-04-29
1
-0
/
+2
*
Introduce an `include` directory for header files
Thomas Heijligen
2022-04-29
1
-3
/
+7
*
NEED_PCI: remove macro
Thomas Heijligen
2022-04-13
1
-1
/
+0
*
hwaccess: add endianness converting deserialization functions
Thomas Heijligen
2022-04-13
1
-0
/
+2
*
Endian conversion: move to platform.h and platform/endian*.c
Thomas Heijligen
2022-04-12
1
-2
/
+2
*
hwaccess: replace macros by C code
Thomas Heijligen
2022-04-12
1
-7
/
+9
*
hwaccess_x86_io: clean header concept
Thomas Heijligen
2022-03-14
1
-18
/
+0
*
flashchips,writeprotect_ranges: add range decoding function
Nikolai Artemiev
2022-03-01
1
-0
/
+1
*
meson.build: Don't depend on getrevision.sh
Samuel R. Messner
2022-02-25
1
-2
/
+2
*
Add mediatek_i2c_spi interface
Neill Corlett
2022-02-01
1
-0
/
+5
*
meson: sync programmer dependencies from Makefile
Peter Marheine
2022-01-25
1
-44
/
+65
*
Makefile: replace RAW_ACCESS with RAW_MEM_ACCESS X86_MSR X86_PORT_IO
Thomas Heijligen
2022-01-20
1
-1
/
+0
*
hwaccess: move mmio functions into hwaccess_physmap
Thomas Heijligen
2022-01-20
1
-1
/
+0
*
physmap: rename to hwaccess_physmap, create own header
Thomas Heijligen
2021-12-22
1
-1
/
+1
*
hwaccess physmap: move x86 msr related code into own files
Thomas Heijligen
2021-12-22
1
-0
/
+1
*
hwaccess: move x86 port I/O related code into own files
Thomas Heijligen
2021-12-22
1
-0
/
+2
*
Makefile: meson.build: remove unused CONFIG_I2C_SUPPORT
Thomas Heijligen
2021-10-26
1
-1
/
+0
*
buildsystem: evaluate the USE_IOPL, USE_DEV_IO, USE_IOPERM macros
Thomas Heijligen
2021-10-15
1
-0
/
+18
*
buildsystem: handle the IS_WINDOWS macro
Thomas Heijligen
2021-10-15
1
-0
/
+6
*
buildsystem: Determine the endianness only in the buildsystem
Thomas Heijligen
2021-10-15
1
-0
/
+7
*
custom_baud: move Linux specific code into own file
Thomas Heijligen
2021-09-28
1
-1
/
+5
*
mec1308: remove MEC1308 EC programmer
Victor Ding
2021-09-22
1
-5
/
+0
*
ene_lpc: remove ENE LPC programmer
Victor Ding
2021-09-22
1
-5
/
+0
*
CONFIG_DEFAULT_PROGRAMMER_NAME: Use programmer name instead of enum
Thomas Heijligen
2021-06-10
1
-3
/
+11
*
programmer_table: move array content to an own file
Thomas Heijligen
2021-06-09
1
-0
/
+1
*
tests: Add unit test to run init/shutdown for mec1308.c, ene_lpc.c
Anastasia Klimchuk
2021-06-05
1
-0
/
+1
*
meson.build: Fix cmocka to be optional at configure-time
Edward O'Callaghan
2021-05-18
1
-2
/
+5
*
meson: remove rayer_spi dependency on libpci
Daniel Campello
2021-04-14
1
-1
/
+1
*
Makefile,meson.build: Fix dependency issues with raiden_debug_spi
Edward O'Callaghan
2021-04-01
1
-1
/
+1
*
Enable dynamic memory allocation checks for cmocka unit tests
Anastasia Klimchuk
2021-04-01
1
-0
/
+4
[next]