mirror of
https://review.coreboot.org/flashrom.git
synced 2025-08-16 20:04:41 +02:00
Commit Graph
Select branches
Hide Pull Requests
1.0.x
1.1.x
1.2.x
1.3.x
1.5.x
main
stable
staging
testpush
p1.0
v0.9.0
v0.9.1
v0.9.1-rc1
v0.9.2
v0.9.3
v0.9.4
v0.9.5
v0.9.5.1
v0.9.5.2
v0.9.6
v0.9.6.1
v0.9.7
v0.9.8
v0.9.8-rc1
v0.9.9
v0.9.9-rc1
v1.0
v1.0-rc1
v1.0-rc2
v1.0-rc3
v1.0.1
v1.0.1-rc1
v1.0.1-rc2
v1.0.2
v1.0.2-rc1
v1.1
v1.1-rc1
v1.1-rc2
v1.1.1
v1.1.1-rc1
v1.2
v1.2.1
v1.2.1-rc1
v1.3.0
v1.3.0-rc1
v1.3.0-rc2
v1.4.0
v1.4.0-rc1
v1.4.0-rc2
v1.5.0
v1.5.0-rc1
v1.5.0-rc2
v1.5.1
v1.6.0
v1.6.0-rc1
v1.6.0-rc2
Select branches
Hide Pull Requests
1.0.x
1.1.x
1.2.x
1.3.x
1.5.x
main
stable
staging
testpush
p1.0
v0.9.0
v0.9.1
v0.9.1-rc1
v0.9.2
v0.9.3
v0.9.4
v0.9.5
v0.9.5.1
v0.9.5.2
v0.9.6
v0.9.6.1
v0.9.7
v0.9.8
v0.9.8-rc1
v0.9.9
v0.9.9-rc1
v1.0
v1.0-rc1
v1.0-rc2
v1.0-rc3
v1.0.1
v1.0.1-rc1
v1.0.1-rc2
v1.0.2
v1.0.2-rc1
v1.1
v1.1-rc1
v1.1-rc2
v1.1.1
v1.1.1-rc1
v1.2
v1.2.1
v1.2.1-rc1
v1.3.0
v1.3.0-rc1
v1.3.0-rc2
v1.4.0
v1.4.0-rc1
v1.4.0-rc2
v1.5.0
v1.5.0-rc1
v1.5.0-rc2
v1.5.1
v1.6.0
v1.6.0-rc1
v1.6.0-rc2
-
f57486e5d3
mstarddc_spi.c: Drop mstarddc_ prefix for spi data struct members
Anastasia Klimchuk
2021-05-18 09:34:55 +10:00 -
bfb211cf27
mstarddc_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-05-18 09:25:01 +10:00 -
245b7cd1d3
dummyflasher.c: Move 'flashchip_contents' into emu_data
Edward O'Callaghan
2021-05-20 20:34:02 +10:00 -
653eb6977a
dummyflasher.c: Move 'spi_write_256_chunksize' into emu_data
Edward O'Callaghan
2021-05-20 20:27:59 +10:00 -
93763e4b2c
dummyflasher.c: Make entry struct names consistent
Edward O'Callaghan
2021-05-20 20:21:13 +10:00 -
d6d8c14e6a
sb600spi.c: Drop sb600_ prefix for spi data struct member
Anastasia Klimchuk
2021-05-20 11:43:06 +10:00 -
efab1103ab
sb600spi.c: Make use of new register_spi_master() API
Anastasia Klimchuk
2021-05-20 10:25:57 +10:00 -
59237a3700
sb600spi.c: Move sb600_spibar into spi data instead of being global
Anastasia Klimchuk
2021-05-20 10:18:52 +10:00 -
c49aaeef77
programmer: Make use of new register_par_master() API
Anastasia Klimchuk
2021-05-21 09:45:53 +10:00 -
9a2f91d7eb
programmer: Make use of new register_opaque_master() API
Anastasia Klimchuk
2021-05-13 12:56:51 +10:00 -
9309bed290
programmer: Smoothen register_opaque_master() API
Anastasia Klimchuk
2021-05-13 12:28:47 +10:00 -
6a5db26e68
programmer: Smoothen register_par_master API
Anastasia Klimchuk
2021-05-21 09:40:58 +10:00 -
daa86b5301
stlinkv3_spi.c: Drop stlinkv3_ prefix for spi data struct member
Anastasia Klimchuk
2021-05-19 13:35:59 +10:00 -
7becf17942
stlinkv3_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-05-19 14:32:04 +10:00 -
59e344e904
Fix up handling of IFD chipsets
Angel Pons
2021-05-17 19:08:32 +02:00 -
6c9dfdc971
dummyflasher.c: Use BUS_NONSPI where appropriate
Edward O'Callaghan
2021-05-17 20:01:27 +10:00 -
cee470ecef
stlinkv3_spi.c: Clean up properly on all init error paths
Anastasia Klimchuk
2021-05-14 14:01:34 +10:00 -
fbc38c7158
chipset_enable.c: Add Gemini Lake eSPI PCI device ID
Angel Pons
2021-05-17 10:50:40 +02:00 -
16c62a791d
meson.build: Fix cmocka to be optional at configure-time
Edward O'Callaghan
2021-05-17 21:10:23 +10:00 -
11a35980de
Add Gemini Lake support
Angel Pons
2020-07-10 17:04:10 +02:00 -
90739d147f
programmer: Make use of new register_spi_master() API
Nico Huber
2021-05-11 17:53:34 +02:00 -
7e4968525d
programmer: Smoothen register_spi_master() API
Nico Huber
2021-05-11 17:38:14 +02:00 -
e561c577cc
Revert "Revert "Add Gemini Lake support""
testpush
Nico Huber
2021-05-13 16:33:07 +02:00 -
a2b33b9f30
Revert "Add Gemini Lake support"
Nico Huber
2021-05-13 16:11:35 +02:00 -
36c401dc3c
Add Gemini Lake support
Angel Pons
2020-07-10 17:04:10 +02:00 -
c117378478
nicintel_eeprom.c: Mark 8086:1531 as tested
Angel Pons
2021-05-02 15:09:20 +02:00 -
3dc5af7e09
linux_mtd: drop 'mtd_' prefix from variable/field names
Nikolai Artemiev
2021-05-09 11:37:38 +10:00 -
af26c9675d
linux_mtd: move global state into programmer data field
Nikolai Artemiev
2021-05-08 19:00:06 +10:00 -
e1e9e2b4ee
usbblaster_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-05-11 11:27:55 +10:00 -
2348b18a5e
digilent_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-05-10 19:29:00 +10:00 -
4a9a66f7c8
pickit2_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-04-30 14:10:04 +10:00 -
e4261e3425
pickit2_spi.c: Separate shutdown from failed init cleanup
Anastasia Klimchuk
2021-04-30 11:25:44 +10:00 -
b3b860154d
flashchips: Fix 4BA advertisement for dummy chip
Nico Huber
2021-05-11 18:50:30 +02:00 -
78853ff23a
Makefile: Only enable I2C programmers on Linux
Angel Pons
2021-05-09 19:01:54 +02:00 -
9785daaf11
realtek_mst_i2c_spi.c: Rename
PAGE_SIZE
macroAngel Pons
2021-05-09 18:44:55 +02:00 -
9e8486e37c
dediprog: Add 4BA support on SF600 protocol version 3
Patrick Rudolph
2020-08-26 10:02:08 +02:00 -
12a55bcd26
dediprog: Disable SPI_MASTER_NO_4BA_MODES for additional devices
Patrick Rudolph
2020-08-26 07:58:16 +02:00 -
b81dbc5233
realtek_mst_i2c_spi: Use
i2c_open_from_programmer_params
Angel Pons
2021-05-02 19:03:58 +02:00 -
db23295f8d
lspcon_i2c_spi: Extract I2C bus parameter handling
Angel Pons
2021-05-02 18:56:45 +02:00 -
c7dd17062c
lspcon_i2c_spi: Release I2C fd on failed init
Angel Pons
2021-05-02 19:00:37 +02:00 -
2bbc0704c1
i2c_helper_linux: Clean up whitespace a bit
Angel Pons
2021-05-02 19:01:13 +02:00 -
922e28b7dd
realtek_mst_i2c_spi: Add missing braces
Angel Pons
2021-05-02 19:05:30 +02:00 -
0e408f99c6
tests: Start port-i/o mocking framework
Nico Huber
2021-04-30 16:49:31 +02:00 -
2e993a90e4
flashrom.8.tmpl: Add man entry for --extract
Daniel Campello
2021-05-04 11:45:21 -06:00 -
4eef651ff5
programmer.h: Convert anon union to anon struct
Edward O'Callaghan
2021-02-03 11:19:41 +11:00 -
1a9441f748
CHROMIUM: flashrom_tester: Remove --ignore-fmap option
Daniel Campello
2021-04-27 08:49:19 -06:00 -
e7155dda0a
CHROMIUM: flashrom_tester: Drop nix dependency
Chirantan Ekbote
2020-11-26 14:12:07 +09:00 -
32b8bab08c
flashrom_tester: update syntax for --wp-range
Daniel Campello
2021-04-28 21:07:23 -06:00 -
7367f77aa4
cli_classic.c: implement set_wp_region operation
Daniel Campello
2021-04-19 18:43:09 -06:00 -
6509912a1d
cli_classic.c: reorder writeprotect operation processing
Daniel Campello
2021-04-19 18:37:56 -06:00 -
ce983bccaa
cli_classic.c: add -x option for do_extract()
Daniel Campello
2021-04-16 15:26:42 -06:00 -
0969e43b3f
lspcon_i2c_spi: support a devpath option
Peter Marheine
2021-03-31 11:28:11 +11:00 -
d4063bf3a7
flashrom.c: allow - as filename for stdin
Daniel Campello
2021-04-15 10:36:04 -06:00 -
4cc7363d25
ene_lpc.c: Untangle successful vs failed init paths
Anastasia Klimchuk
2021-04-27 11:36:10 +10:00 -
02350a6fcc
mec1308.c: Ensure programmer param variable is always initialised
Anastasia Klimchuk
2021-04-28 12:05:38 +10:00 -
04fff28b46
ene_lpc.c: Extract params check into a function
Anastasia Klimchuk
2021-04-28 10:08:15 +10:00 -
45d50a101e
layout: Add -i <region>[:<file>] support
Daniel Campello
2021-04-13 10:47:25 -06:00 -
3f19ba95f1
hwaccess.h: Split hwaccess.h and extract hwaccess_x86_io.h out of it
Anastasia Klimchuk
2021-04-27 16:13:32 +10:00 -
98534e717b
tests: Add unit test to run init/shutdown for linux_spi.c
Anastasia Klimchuk
2021-04-23 15:47:03 +10:00 -
cffaac1e0f
tests: Add unit test to run init/shutdown for dummyflasher.c
Anastasia Klimchuk
2021-04-21 07:58:30 +10:00 -
ab9d1460ba
tests: Add logging to STDOUT when __wrap function is called
Anastasia Klimchuk
2021-04-19 14:47:35 +10:00 -
cfb5308de3
mec1308.c: Separate shutdown from failed init cleanup
Anastasia Klimchuk
2021-04-26 15:19:11 +10:00 -
8baf98d2ea
mec1308.c: Untangle successful vs failed init paths
Anastasia Klimchuk
2021-04-26 15:10:34 +10:00 -
914aa7e60e
mec1308.c: Extract params check into a function
Anastasia Klimchuk
2021-04-21 15:19:24 +10:00 -
62fb7649c8
jlink_spi.c: Drop jaylink_ prefix for spi data struct members
Anastasia Klimchuk
2021-04-26 10:58:16 +10:00 -
13a8b92160
chipset_enable.c: Add IDs for H310C and B365 PCHs
Angel Pons
2021-04-22 17:08:00 +02:00 -
4fc21c0609
chipset_enable.c: Add CMP-H IDs
Gaggery Tsai
2019-12-12 11:52:03 -08:00 -
d6c7f21a38
flashchips: Add MX25L3233F
Nico Huber
2021-04-21 13:04:29 +02:00 -
d409139554
flashchips: Correct OTP comment for MX25L3273E
Nico Huber
2021-04-21 13:03:13 +02:00 -
47aff8c2f1
flashchips: Add support for Boya/BoHong Microelectronics B_25D16A
Christian Kudera
2021-04-20 22:50:01 +02:00 -
844d7716e4
flashchips: Adapt IDs for Boya Microelectronics
Angel Pons
2021-04-20 21:39:11 +02:00 -
bc99e0659f
s25f.c: Fix mismatched function definitions
Angel Pons
2021-04-17 17:42:53 +02:00 -
b08fd6bad8
chipset_enable: Mark QS67 as DEP
Evgeny Zinoviev
2021-03-06 21:14:39 +03:00 -
2a703e4400
linux_spi.c: Drop some unnecessary initialisations and checks
Anastasia Klimchuk
2021-04-19 11:12:01 +10:00 -
9439c76473
manibuilder: Add more NetBSD targets
Nico Huber
2021-03-14 22:30:57 +01:00 -
f4196c6f94
manibuilder/anita: Always provide reasonable --memory-size
Nico Huber
2021-04-17 23:40:52 +02:00 -
08dc3e55fe
manibuilder/anita: Fix ccache image for non-x86
Nico Huber
2021-03-14 22:15:56 +01:00 -
928b478d75
manibuilder/anita: Factor things out into Makefile.anita
Nico Huber
2021-03-14 22:29:06 +01:00 -
991009505d
dummyflasher.c: Fix memory leak on shutdown
Anastasia Klimchuk
2021-04-21 07:55:21 +10:00 -
02be851a63
Revert "Makefile: Explicitly set '-std=c99'"
Angel Pons
2021-04-18 13:19:51 +00:00 -
3c97998aea
jlink_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-04-21 12:21:49 +10:00 -
87718aadb4
Makefile: Disable libusb-dependent Raiden on DOS
Angel Pons
2021-04-17 17:47:54 +02:00 -
f0ab83f5f4
Use singular they to refer to "the user" in comments
Angel Pons
2021-04-17 17:08:44 +02:00 -
236c4ab6f8
ft2232_spi.c: Fix typo in comment
Angel Pons
2021-04-17 17:07:34 +02:00 -
aaf1c60043
flashrom.c: Fix up stale FIXME comment when doit() was removed
Edward O'Callaghan
2021-04-15 13:44:39 +10:00 -
cbe8a39ece
lspcon_i2c_spi.c: Rename PAGE_SIZE macro
Angel Pons
2021-04-17 15:32:12 +02:00 -
fbf3479c71
ene_lpc.c: Move register_shutdown to the end of initialisation
Anastasia Klimchuk
2021-04-16 14:54:41 +10:00 -
75b4536085
i2c_helper_linux.c: Use a fixed-size buffer
Angel Pons
2021-04-16 12:16:00 +02:00 -
b4a63e9616
ene_lpc.c: Clean up cosmetics
Angel Pons
2021-04-16 11:16:52 +02:00 -
1ce155d5d5
jlink_spi.c: Correct some log messages
Angel Pons
2021-04-16 10:55:03 +02:00 -
1b13f25ef2
linux_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-04-13 11:26:25 +10:00 -
6b5736c991
linux_spi.c: Separate shutdown from failed init cleanup
Anastasia Klimchuk
2021-04-13 10:15:26 +10:00 -
f227cd3760
linux_spi.c: Extract get_max_kernel_buf_size() as a function
Anastasia Klimchuk
2021-04-12 16:52:58 +10:00 -
5f1524b22f
cli_classic: prevent corruption of flash when stdout/stderr is closed
Jack Rosenthal
2021-04-09 10:03:14 -06:00 -
267ca96a91
jlink_spi.c: Separate shutdown from failed init cleanup
Anastasia Klimchuk
2021-04-14 09:52:36 +10:00 -
9dad8c2143
ft2232_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-04-12 10:05:57 +10:00 -
485c335a34
test_build.sh: use -C option of ninja to specify the build directory
Thomas Heijligen
2021-03-31 13:33:23 +02:00 -
ada10bb43d
test_build.sh: use sh from env
Thomas Heijligen
2021-03-31 13:30:55 +02:00 -
0cdd42f59f
meson: remove rayer_spi dependency on libpci
Daniel Campello
2021-03-29 16:55:17 -06:00 -
c193fbde84
Makefile,meson.build: Fix dependency issues with raiden_debug_spi
Edward O'Callaghan
2021-03-30 10:40:30 +11:00