index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
flashrom.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify usbdev_status and pcidev_status into dev_entry
Stefan Tauner
2012-12-27
1
-12
/
+12
*
Refactor PCI and USB device status printing
Stefan Tauner
2012-12-27
1
-1
/
+64
*
Add general programmer sanity checks
Stefan Tauner
2012-12-26
1
-1
/
+28
*
Fix memleaks in cli_classic.c
Stefan Tauner
2012-12-26
1
-0
/
+1
*
Improve --help and friends
Stefan Tauner
2012-11-24
1
-1
/
+0
*
Do not read the flash chip twice in verification mode
Stefan Tauner
2012-10-27
1
-51
/
+41
*
Add a bunch of new/tested stuff and various small changes 15
Stefan Tauner
2012-10-20
1
-1
/
+2
*
Add a bunch of new/tested stuff and various small changes 14
Stefan Tauner
2012-09-21
1
-10
/
+0
*
Add support for Realtek RTL8169
Sergey Lichack
2012-08-27
1
-1
/
+0
*
Some ISO C fixes
Carl-Daniel Hailfinger
2012-08-27
1
-1
/
+1
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-93
/
+97
*
Refactor the -p internal:mainboard handling
Stefan Tauner
2012-08-20
1
-8
/
+12
*
Move show_id to where it belongs
Stefan Tauner
2012-08-11
1
-1
/
+1
*
Portability fixes and cleanups
Carl-Daniel Hailfinger
2012-08-09
1
-6
/
+27
*
Fix missing #include hwaccess.h
Carl-Daniel Hailfinger
2012-08-07
1
-1
/
+4
*
Always require the --programmer parameter if any flash chip access is requested
Carl-Daniel Hailfinger
2012-07-22
1
-0
/
+4
*
Remove exit() call from show_id
Niklas Söderlund
2012-06-16
1
-1
/
+4
*
Add logfile support
Carl-Daniel Hailfinger
2012-06-06
1
-14
/
+20
*
Convert printf to msg_* where appropriate
Carl-Daniel Hailfinger
2012-05-14
1
-9
/
+9
*
Add serial port bitbanging code
Virgil-Adrian Teaca
2012-04-30
1
-0
/
+10
*
Add a bunch of new/tested stuff and various small changes 12
Stefan Tauner
2012-04-27
1
-3
/
+3
*
Add support for SFDP (JESD216)
Stefan Tauner
2012-02-17
1
-6
/
+31
*
Warn of one-time programmable (OTP) memory
Daniel Lenski
2012-02-15
1
-0
/
+7
*
Reorder list of options to test
Paul Menzel
2012-01-12
1
-1
/
+1
*
Have all programmer init functions register bus masters/programmers
Carl-Daniel Hailfinger
2011-12-20
1
-26
/
+13
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-24
/
+31
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-20
/
+27
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-12
/
+15
*
Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...
Carl-Daniel Hailfinger
2011-11-09
1
-160
/
+8
*
Revert "Unsignify lengths and addresses in chip functions and structs"
Stefan Tauner
2011-09-18
1
-2
/
+2
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-09-18
1
-2
/
+2
*
Change programmer selection in cli and generic code
Carl-Daniel Hailfinger
2011-09-08
1
-68
/
+8
*
Add support for the Linux SPI subsystem (spidev)
Sven Schnelle
2011-09-03
1
-0
/
+21
*
Shorten some board enable related function names
Carl-Daniel Hailfinger
2011-08-31
1
-1
/
+1
*
Move the main() function from flashrom.c to cli_classic.c
Uwe Hermann
2011-08-20
1
-5
/
+0
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
1
-8
/
+14
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-107
/
+101
*
Rename CHIP_BUSTYPE_FOO to BUS_FOO
Carl-Daniel Hailfinger
2011-07-27
1
-5
/
+5
*
Add a bunch of new/tested stuff and various small changes 6
Stefan Tauner
2011-07-26
1
-1
/
+1
*
Fix output of erase_and_write_flash and surroundings
Carl-Daniel Hailfinger
2011-07-26
1
-13
/
+16
*
Add a bunch of new/tested stuff and various small changes 5
Stefan Tauner
2011-07-25
1
-2
/
+2
*
Fix out-of-bounds access if all erase functions fail
Carl-Daniel Hailfinger
2011-07-21
1
-6
/
+8
*
Fix unchecked malloc calls and casts of malloc return values
Stefan Tauner
2011-07-12
1
-3
/
+15
*
Kill unused "log" argument of count_usable_erasers()
Sylvain "ythier" Hitier
2011-07-04
1
-5
/
+4
*
Add count_usable_erasers which returns the number of well-defined erasers for...
Stefan Tauner
2011-07-01
1
-12
/
+22
*
Fix memleaks due to incorrect usage of flashbuses_to_text
Stefan Tauner
2011-06-26
1
-3
/
+4
*
Add a success indicator to the "Reading old flash chip contents..." message
Stefan Tauner
2011-06-26
1
-1
/
+3
*
Constify (a few) parameters.c where possible
Stefan Tauner
2011-06-26
1
-8
/
+8
*
Move erase verification to generic code
Carl-Daniel Hailfinger
2011-06-26
1
-0
/
+4
*
Fix probe_flash to report new values set by probing functions
Stefan Tauner
2011-06-25
1
-2
/
+2
[next]