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
/
programmer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Usleep() is not found in all versions of MinGW, use Sleep() on Windows
Maksim Kuleshov
2013-04-05
1
-0
/
+1
*
Introduce serialport_write_nonblock()
Stefan Tauner
2013-04-01
1
-0
/
+1
*
Replace sp_sync_read_timeout() with serialport_read_nonblock()
Stefan Tauner
2013-04-01
1
-0
/
+1
*
Add Altera USB-Blaster SPI programmer
James Laird
2013-03-27
1
-0
/
+12
*
Add support for Intel Lynx Point low-power and Wellsburg
Duncan Laurie
2013-03-15
1
-1
/
+3
*
Decouple BAR reading from pci device init, handle errors gracefully
Carl-Daniel Hailfinger
2013-01-05
1
-18
/
+18
*
Unify PCI init and let pcidev clean itself up
Stefan Tauner
2013-01-04
1
-0
/
+1
*
Constify parameters and globals
Nico Huber
2012-12-30
1
-1
/
+1
*
Unify usbdev_status and pcidev_status into dev_entry
Stefan Tauner
2012-12-27
1
-37
/
+22
*
Refactor PCI and USB device status printing
Stefan Tauner
2012-12-27
1
-14
/
+27
*
Add general programmer sanity checks
Stefan Tauner
2012-12-26
1
-3
/
+1
*
Fix flashrom running on boards with coreboot
Stefan Tauner
2012-09-24
1
-1
/
+1
*
Fix compilation with MinGW
Stefan Tauner
2012-09-01
1
-0
/
+2
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-1
/
+1
*
Fix VIA VX*** support
Helge Wagner
2012-08-24
1
-1
/
+1
*
Refactor the -p internal:mainboard handling
Stefan Tauner
2012-08-20
1
-6
/
+4
*
Move show_id to where it belongs
Stefan Tauner
2012-08-11
1
-3
/
+1
*
Portability fixes and cleanups
Carl-Daniel Hailfinger
2012-08-09
1
-1
/
+2
*
Introduce enum test_state
Stefan Tauner
2012-07-28
1
-5
/
+5
*
Automatically release I/O permissions on shutdown
Carl-Daniel Hailfinger
2012-07-21
1
-2
/
+1
*
Hide hwaccess.h from public API
Patrick Georgi
2012-07-20
1
-0
/
+2
*
Check vendor_id for PCI based external programmers
Carl-Daniel Hailfinger
2012-07-16
1
-1
/
+1
*
Let the programmer driver decide how to do AAI transfers
Nico Huber
2012-06-15
1
-0
/
+2
*
Add Winbond W836xx SuperI/O detection
Carl-Daniel Hailfinger
2012-05-06
1
-0
/
+2
*
Add serial port bitbanging code
Virgil-Adrian Teaca
2012-04-30
1
-1
/
+39
*
Add a bunch of new/tested stuff and various small changes 12
Stefan Tauner
2012-04-27
1
-3
/
+5
*
Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI
Carl-Daniel Hailfinger
2012-03-01
1
-0
/
+1
*
Support compilation for the ARM architecture (little-endian only)
David Hendricks
2012-02-13
1
-1
/
+1
*
Replace --mainboard with -p internal:mainboard
Carl-Daniel Hailfinger
2012-01-04
1
-1
/
+1
*
Add ich_descriptor_tool to decode all flash descriptors stored in a flash dum...
Stefan Tauner
2011-12-24
1
-1
/
+1
*
Have all programmer init functions register bus masters/programmers
Carl-Daniel Hailfinger
2011-12-20
1
-10
/
+22
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-67
/
+31
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-10
/
+10
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-8
/
+8
*
Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...
Carl-Daniel Hailfinger
2011-11-09
1
-12
/
+13
*
ichspi: use a variable to distinguish ich generations instead of spi_programm...
Stefan Tauner
2011-11-06
1
-1
/
+12
*
Add opaque programmer registration infrastructure
Carl-Daniel Hailfinger
2011-11-04
1
-0
/
+15
*
serprog: small improvements
Stefan Tauner
2011-10-22
1
-2
/
+3
*
Revert "Unsignify lengths and addresses in chip functions and structs"
Stefan Tauner
2011-09-18
1
-7
/
+7
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-7
/
+7
*
serprog: add SPI support
Urja Rannikko
2011-09-15
1
-0
/
+6
*
Change programmer selection in cli and generic code
Carl-Daniel Hailfinger
2011-09-08
1
-3
/
+1
*
Add support for the Linux SPI subsystem (spidev)
Sven Schnelle
2011-09-03
1
-0
/
+11
*
Add a bunch of new/tested stuff and various small changes 7
Sylvain "ythier" Hitier
2011-09-03
1
-3
/
+0
*
Shorten some board enable related function names
Carl-Daniel Hailfinger
2011-08-31
1
-2
/
+2
*
Change "class" parameter name to "devclass" to avoid C++ issues
Uwe Hermann
2011-07-13
1
-1
/
+1
*
Constify (a few) parameters.c where possible
Stefan Tauner
2011-06-26
1
-1
/
+1
*
Use shutdown callback mechanism to shutdown programmers
David Hendricks
2011-06-14
1
-19
/
+2
*
Fix compilation for CONFIG_INTERNAL=no
Carl-Daniel Hailfinger
2011-06-09
1
-17
/
+13
*
Eliminate magic numbers indicating maximum column sizes in print.c
Stefan Tauner
2011-05-26
1
-4
/
+4
[next]