mirror of
https://review.coreboot.org/flashrom.git
synced 2025-11-14 19:50:40 +01: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
-
7b629bcde4
sb600spi: Add support for Merlin Falcon Chipset
Ricardo Ribalda Delgado
2017-03-22 14:08:31 +01:00 -
8681df1287
.gitignore: Add Doxygen dir
libflashrom-doc/
Nico Huber
2017-07-28 20:53:29 +02:00 -
7a8305f1bd
ich_descriptors: Use MAX_NUM_FLREGS for entries[]
David Hendricks
2017-09-01 20:16:58 -07:00 -
0eb00d4e77
Move ich_layout from layout.h to ich_descriptors.h
David Hendricks
2017-09-01 20:02:36 -07:00 -
a5216367d5
chipset_enable: Add support for C620-series Lewisburg PCH
David Hendricks
2017-08-08 20:02:22 -07:00 -
aa91d5c168
ichspi: "Fix" access permission reporting for regions > 7
Nico Huber
2017-08-19 17:04:21 +02:00 -
a1bccd88c3
chipset_enable: Mark Braswell as tested
David Hendricks
2017-08-08 23:28:54 -07:00 -
4d440a7c41
Include <sys/types.h> wherever ssize_t is used
Nico Huber
2017-08-15 11:26:48 +02:00 -
8e76230dfb
ich_descriptors: Modify limits for C620/Lewisburg PCH
David Hendricks
2017-08-09 22:21:31 -07:00 -
a54ceb1dbe
rpci: Use pci_dev struct pointer to avoid API breaks
Youness Alaoui
2017-07-26 18:03:36 -04:00 -
67d7179292
ich_descriptors: Pretty print an assumed chipset
Nico Huber
2017-06-17 03:10:15 +02:00 -
500263434b
chipset_enable: Set 100 series chipsets to NT
Nico Huber
2017-03-29 18:24:32 +02:00 -
fa62294536
ich_descriptors: Update for Intel Skylake
Nico Huber
2017-03-24 17:25:37 +01:00 -
1dc3d42083
ich_descriptors: Add function to guess chipset version
Nico Huber
2017-06-17 00:09:31 +02:00 -
0bb3f7142a
ich_descriptors: Draw +0xfff into ICH_FREG_LIMIT()
Nico Huber
2017-03-29 16:44:33 +02:00 -
d54e4f4677
ichspi: Add support for Intel Skylake
Nico Huber
2017-03-23 23:45:47 +01:00 -
93c306939b
chipset_enable: Add support for Intel Skylake / Kabylake
Nico Huber
2017-03-20 14:25:09 +01:00 -
d152fb95e2
Drop redundant
enum msglevel
Nico Huber
2017-06-19 12:57:10 +02:00 -
731316a912
Enable continuous SPI reads
Urja Rannikko
2017-06-15 13:32:01 +03:00 -
026c741651
Remove djgpp-dos target
Stefan Tauner
2017-06-20 20:47:54 -07:00 -
7634708c98
Convert flashrom to git
Stefan Tauner
2016-11-27 17:45:49 +01:00 -
8624e8cfa8
udelay: Use clock_gettime() if available and precise
Nico Huber
2012-11-05 21:46:33 +01:00 -
2d62572d1d
Fix linking with libpayload
Nico Huber
2016-05-03 10:48:02 +02:00 -
8d49499217
fixup! Make read_ich_descriptors_from_dump() available in flashrom
Nico Huber
2017-06-19 12:18:33 +02:00 -
e8e7a80e6b
fixup! Add a convenient libflashrom interface
Nico Huber
2017-06-19 12:38:39 +02:00 -
1b172f2da5
fixup! Add a convenient libflashrom interface
Nico Huber
2017-06-19 12:35:24 +02:00 -
560111e2ce
ichspi: Drop
devparameter from init functions
Nico Huber
2017-04-26 12:27:17 +02:00 -
512059118e
Handle Intel Wildcat Point *LP* like Lynx Point LP
Nico Huber
2017-03-17 17:59:54 +01:00 -
d7c7552b4b
ich_descriptors: Fix more odd +1s
Nico Huber
2017-03-29 16:31:49 +02:00 -
7258cf5197
fixup! Kill doit()
Urja Rannikko
2017-06-17 11:31:57 +03:00 -
3145423c53
Whitelist Roda/RV11 laptop
Nico Huber
2016-05-03 11:43:17 +02:00 -
305f417ea5
Add option to read ROM layout from IFD
Nico Huber
2013-06-14 11:55:26 +02:00 -
ad18631b59
Make read_ich_descriptors_from_dump() available in flashrom
Nico Huber
2016-05-02 15:15:29 +02:00 -
3828b39263
cli_classic: Remove layout-for-write-only check
Nico Huber
2016-05-02 17:04:59 +02:00 -
99d1595329
cli_classic: Add option (-N, --noverify-all)
Nico Huber
2016-05-02 16:54:24 +02:00 -
70eed9ff60
flashchips: Add untested Winbond W25Q128.W
Nico Huber
2017-04-24 22:19:27 +02:00 -
899e4ec810
Kill doit()
Nico Huber
2016-04-29 18:39:01 +02:00 -
1878110848
Adapt CLI to use new libflashrom interface' print callback
Nico Huber
2012-12-10 13:34:12 +00:00 -
a9fc4f4ebf
Add Doxyfile for libflashrom documentation
Nico Huber
2012-12-10 13:34:11 +00:00 -
454f613382
Add a convenient libflashrom interface
Nico Huber
2012-12-10 13:34:10 +00:00 -
7af0e79b44
Add functions to read/erase/write/verify by layout
Nico Huber
2016-04-29 16:40:15 +02:00 -
3a9939b952
Give layouts their own type
Nico Huber
2016-04-27 15:56:14 +02:00 -
9e14aeda64
ich_descriptors: Fix range checks for dumps
Nico Huber
2017-03-28 17:08:46 +02:00 -
d2a03b3e43
Remove undefined behavior
Patrick Georgi
2017-03-13 13:48:03 +01:00 -
a52731d784
ich_descriptors_tool: Fix an off-by-one
Nico Huber
2017-03-29 17:05:08 +02:00 -
0ea99f57c9
Move register decodes into enable_flash_ich_handle_gcs()
Nico Huber
2017-03-17 17:22:53 +01:00 -
b4d8a2a64b
hwaccess: Constify
addrargument of MMIO read functions
Nico Huber
2017-03-17 17:19:15 +01:00 -
f84df9a78d
dediprog: Fix bug where too many transfers would be queued
Nico Huber
2016-05-04 13:24:07 +02:00 -
5e5e8213bb
dediprog: Reimplement target chip option
Nico Huber
2016-05-04 12:27:58 +02:00 -
cd8329f804
Add iMac5,2 to board_enable
Arthur Heymans
2017-03-22 17:50:43 +01:00 -
2bf1261788
util: Add CH341a to z60_flashrom.rules
Nico Huber
2016-11-24 12:55:57 +01:00 -
441d2a4f33
Make image parameter of cb_check_image const
Nico Huber
2016-05-02 11:39:35 +02:00 -
40ba6fd048
Increase flashrom version number to 0.9.9
v0.9.9
Stefan Tauner
2016-03-13 17:46:08 +00:00 -
c1099d8f7e
Fix fscanf format string security bug in layout.c
Carl-Daniel Hailfinger
2016-03-13 17:36:49 +00:00 -
8b6690ccbd
Shutdown serial port in pony_spi
Carl-Daniel Hailfinger
2016-03-13 16:24:09 +00:00 -
0be072cbe4
Add a bunch of new/tested stuff and various small changes 25
Stefan Tauner
2016-03-13 15:16:30 +00:00 -
fc3ecc2a81
Fix compilation on SunOS
Stefan Tauner
2016-03-13 12:57:03 +00:00 -
57cdd6ba66
sb600spi: rewrite and fix corner case
Carl-Daniel Hailfinger
2016-03-12 19:49:14 +00:00 -
8e6565449b
Add support for GNU Hurd
Stefan Tauner
2016-03-06 22:32:16 +00:00 -
d059535856
Add support for GD25VQ21B, GD25VQ40C, GD25VQ80C and GD25VQ16C
Hatim Kanchwala
2016-03-06 14:33:49 +00:00 -
601f4cd02d
Makefile: Fix driver blacklist dependencies
Carl-Daniel Hailfinger
2016-02-28 22:04:51 +00:00 -
fdb1659107
rayer_spi: add support for SPI Tiny Tools-compatible hardware
Stefan Tauner
2016-02-28 17:04:38 +00:00 -
f35033739d
makefile: allow to disable all default-yes config variables with CONFIG_NOTHING=yes
Stefan Tauner
2016-02-26 23:51:21 +00:00 -
8d0d53fdd0
Partial architecture support for alpha hppa m68k sh s390
Carl-Daniel Hailfinger
2016-02-25 20:10:26 +00:00 -
fdec7475bf
dediprog: use ordinary USB devs array
Stefan Tauner
2016-02-22 08:59:27 +00:00 -
f31fe841d7
pickit2_spi: use ordinary USB devs array
Stefan Tauner
2016-02-22 08:59:15 +00:00 -
2a0feae699
Increase version number to 0.9.9-rc1
v0.9.9-rc1
Stefan Tauner
2016-02-21 18:17:14 +00:00 -
e016826a07
Automatically disable atapromise for libpayload as well
Stefan Tauner
2016-02-21 11:18:24 +00:00 -
e0c7abf219
Add support for GigaDevice GD25VQ41B and GD25Q128C
Hatim Kanchwala
2016-02-21 00:21:11 +00:00 -
4b2b3151e3
Allow global disable of all drivers requiring libusb* or libpci
Carl-Daniel Hailfinger
2016-02-20 22:28:16 +00:00 -
f636ffc4ef
Automatically disable atapromise on non-x86
Carl-Daniel Hailfinger
2016-02-20 22:04:39 +00:00 -
16c0aecebe
Do not require PCI code for RayeR SPI driver
Carl-Daniel Hailfinger
2016-02-20 21:43:56 +00:00 -
74367bf314
dediprog: tremendously improve performance on SF600 by ignoring the spec
Stefan Tauner
2016-02-20 20:53:46 +00:00 -
2c57bbee3c
Include sys/glibc-syscalls.h instead of inexistent sys/io.h on Android
Stefan Tauner
2016-02-20 20:21:58 +00:00 -
45207061d8
Makefile: fix overriding of make command line arguments
Stefan Tauner
2016-02-19 08:17:24 +00:00 -
1c2d23a22d
Fix chip size limiting in atapromise
Carl-Daniel Hailfinger
2016-02-18 23:11:52 +00:00 -
d99a2bd049
dediprog: port to libusb1 and use asynchronous bulk transfers for reading
Nico Huber
2016-02-18 21:42:49 +00:00 -
c05900f3dc
dediprog: use command 0x0B (set voltage) only on older SF100s
David Hendricks
2016-02-18 21:42:41 +00:00 -
7f3b89fe02
dediprog: add support for SF600
David Woodhouse
2016-02-18 21:42:15 +00:00 -
f2daacac7b
List affected features for missing libraries
Carl-Daniel Hailfinger
2016-02-17 22:25:12 +00:00 -
6800c953ef
ft2232_spi: Add support for Google Servo boards (v1 + v2)
Todd Broch
2016-02-14 15:46:00 +00:00 -
e5dcc15bea
Fix compilation on non-i386 architectures on OpenBSD
Stefan Tauner
2016-02-07 03:35:04 +00:00 -
b3d7fba800
Add support for ESI ES25P40, ES25P80 and ES25P16
Hatim Kanchwala
2016-02-01 00:27:25 +00:00 -
d1ca1e89c1
Separate Am29F0xx from Am29F0xxA/B definitions
Stefan Tauner
2016-01-31 23:17:35 +00:00 -
0870b02516
Add support for WCH CH341A as an SPI programmer
Urja Rannikko
2016-01-31 22:10:29 +00:00 -
e49edbb898
Add infrastructure to support libusb-1.0
Stefan Tauner
2016-01-31 22:10:14 +00:00 -
c83ddc1769
Makefile: print compile commands of configure steps to the build details file
Stefan Tauner
2016-01-24 22:37:10 +00:00 -
ae61651bfa
dediprog: support new communication protocol, cleanup and enable by default
Simon Glass
2016-01-23 23:27:58 +00:00 -
23e10b8780
Add a bunch of new/tested stuff and various small changes 24
Stefan Tauner
2016-01-23 16:16:49 +00:00 -
c2644a3fc1
Add atapromise programmer
Joseph C. Lehner
2016-01-16 23:45:25 +00:00 -
a3712817a2
Fix file descriptor leak in serial.c
Stefan Tauner
2016-01-16 18:50:27 +00:00 -
1ca7c7ff1b
Set LC_ALL globally in Makefile
Stefan Tauner
2016-01-14 23:05:55 +00:00 -
4c72315c10
Pimp the manpage to create nicer hyperlinks and HTML output
Stefan Tauner
2016-01-14 22:47:55 +00:00 -
bfb067b076
Add support for linking statically with CONFIG_STATIC=yes
Stefan Tauner
2016-01-07 18:13:07 +00:00 -
3f73ffec38
Make make errors more less flashily
Stefan Tauner
2016-01-07 17:45:59 +00:00 -
bfaf7b1feb
makefile: fix exports of PKG_CONFIG_LIBDIR for pkg-config calls
Stefan Tauner
2016-01-07 09:50:26 +00:00 -
dc44584e92
serial: support arbitrary baud rates on Windows
Urja Rannikko
2016-01-04 05:08:40 +00:00 -
27b431bcee
serprog: fix missing device parameter error message on Windows
Urja Rannikko
2016-01-04 03:05:23 +00:00 -
72587f85ec
serprog: allow to omit specifying a baud rate
Stefan Tauner
2016-01-04 03:05:15 +00:00 -
631bb02135
serprog: ignore failures when setting serial port options
Stefan Tauner
2016-01-04 03:05:06 +00:00