index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
layout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-2
/
+2
*
Move show_id to where it belongs
Stefan Tauner
2012-08-11
1
-101
/
+0
*
Remove exit() call from show_id
Niklas Söderlund
2012-06-16
1
-1
/
+1
*
Check for duplicate -i arguments
Stefan Tauner
2012-04-15
1
-9
/
+25
*
Replace --mainboard with -p internal:mainboard
Carl-Daniel Hailfinger
2012-01-04
1
-11
/
+14
*
Add deferred --image processing
Louis Yung-Chieh Lo
2011-12-25
1
-13
/
+72
*
layout: change return type and name of find_next_included_romentry
Stefan Tauner
2011-12-25
1
-16
/
+17
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-1
/
+1
*
Explain better what checks are disabled in case we detect a legacy BIOS
Stefan Tauner
2011-05-18
1
-1
/
+2
*
Stop reading layout info when the max layout count has been reached
Carl-Daniel Hailfinger
2010-12-04
1
-0
/
+8
*
Change semantics of image building in the layout code
Carl-Daniel Hailfinger
2010-11-02
1
-21
/
+51
*
Flashrom torture test script
David Hendricks
2010-10-29
1
-1
/
+1
*
Always read the flash chip before writing
Carl-Daniel Hailfinger
2010-10-19
1
-5
/
+4
*
Add support for building flashrom against libpayload
Patrick Georgi
2010-09-30
1
-0
/
+2
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-2
/
+2
*
So far, we have up to 4 different names for the same thing (ignoring capitali...
Carl-Daniel Hailfinger
2010-05-31
1
-2
/
+2
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-15
/
+16
*
One of the problems is that --force had multiple meanings
Carl-Daniel Hailfinger
2010-04-28
1
-3
/
+4
*
Internal (onboard) programming was the only feature which could not be disabled
Carl-Daniel Hailfinger
2009-12-13
1
-0
/
+4
*
Adept layout handling to new programmer infrastructure and fix off-by-one error
Carl-Daniel Hailfinger
2009-08-19
1
-6
/
+5
*
Sometimes we want to read/write more than 4 bytes of chip content at once
Carl-Daniel Hailfinger
2009-06-05
1
-0
/
+1
*
Drop unused/duplicated #includes and some dead code
Uwe Hermann
2009-05-16
1
-2
/
+0
*
Don't duplicate option description in README, the manpage already has that info
Uwe Hermann
2009-04-23
1
-2
/
+1
*
Check return value of fscanf()/fwrite()/fread()
Peter Stuge
2009-01-12
1
-2
/
+2
*
If you pass a bogus layout file to the -l option flashrom will segfault
Uwe Hermann
2008-12-22
1
-0
/
+5
*
Coding-style fixes for flashrom, partly indent-aided
Uwe Hermann
2008-10-18
1
-3
/
+3
*
Fix and clean up coreboot image detection heuristic
Carl-Daniel Hailfinger
2008-07-11
1
-12
/
+20
*
Minor cosmetics, e.g
Uwe Hermann
2008-07-03
1
-7
/
+4
*
Improve coreboot image detection heuristic
Carl-Daniel Hailfinger
2008-07-03
1
-1
/
+13
*
Force read unknown flash chips
Peter Stuge
2008-06-18
1
-3
/
+1
*
Add missing license header to layout.c
Uwe Hermann
2008-03-04
1
-0
/
+20
*
Rename LinuxBIOS to coreboot
Stefan Reinauer
2008-01-18
1
-2
/
+2
*
Some cosmetic cleanups in the flashrom code and output
Uwe Hermann
2007-10-17
1
-7
/
+6
*
Revert my last cleanup patch
Uwe Hermann
2007-10-10
1
-10
/
+10
*
Cosmetic changes to make the flashrom output more consistent
Uwe Hermann
2007-10-10
1
-10
/
+10
*
Cosmetic fixes
Uwe Hermann
2007-08-23
1
-0
/
+2
*
Drop a bunch of useless header files, merge them into flash.h
Uwe Hermann
2007-08-23
1
-3
/
+1
*
Fix coding style of flashrom by running indent on all files
Uwe Hermann
2007-05-09
1
-68
/
+68
*
Exit on return code of read_layout and print error message to stderr instead ...
Stefan Reinauer
2007-04-14
1
-1
/
+2
*
Redo image checking in conversion case
Stefan Reinauer
2005-12-18
1
-13
/
+31
*
Multiple unrelated changes
Stefan Reinauer
2005-12-18
1
-3
/
+7
*
Flashrom update from Stefan, resolve issue 21
Ollie Lho
2005-11-26
1
-0
/
+170