- 842d678 libflashrom: Return progress state to the library user by Richard Hughes · 3 years, 10 months ago
- 2e003a0 82802ab.c: Retype appropriate variables with bool by Felix Singer · 2 years, 3 months ago
- 68c32db 82802ab.c: Remove duplicated check by Angel Pons · 4 years, 10 months ago
- 519be66 Fix -Wsign-compare trouble by Nico Huber · 6 years ago
- e083880 Remove address from GPLv2 headers by Elyes HAOUAS · 7 years ago
- 4e32ec1 Refine physical address mapping of flash chips by Stefan Tauner · 10 years ago
- a8cf362 Unify non-shifted and shifted JEDEC access by Carl-Daniel Hailfinger · 10 years ago
- ef3ac8a Refactor unlocking of many chips with locking at register space address +2 by Carl-Daniel Hailfinger · 10 years ago
- f20b7be Add 'const' keyword to chip write and other function prototypes by Mark Marshall · 11 years ago
- 4404f73 Cleanup ST M50 driver by Stefan Tauner · 11 years ago
- 5a7cb84 Make struct flashchip a field in struct flashctx instead of a complete copy by Carl-Daniel Hailfinger · 12 years ago
- 8a3c60c Add struct flashctx * parameter to all functions accessing flash chips by Carl-Daniel Hailfinger · 13 years ago
- 63fd902 Use struct flashctx instead of struct flashchip for flash chip access by Carl-Daniel Hailfinger · 13 years ago
- c69c9c8 Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
- 8c35745 Revert "Unsignify lengths and addresses in chip functions and structs" by Stefan Tauner · 13 years ago
- d196e7c Unsignify lengths and addresses in chip functions and structs by Stefan Tauner · 13 years ago
- fca3b01 Add support for the Sharp LH28F008BJT-BTLZ1 chip by Mattias Mattsson · 13 years ago
- 91f4afa Random whitespace and coding-style fixes by Uwe Hermann · 13 years ago
- b4061f6 Move erase verification to generic code by Carl-Daniel Hailfinger · 13 years ago
- 75a58f9 Switch all flash chips to partial write by Carl-Daniel Hailfinger · 14 years ago
- 79e6757 Refactor remaining write wrappers by Carl-Daniel Hailfinger · 14 years ago
- 184b95f Simplify calls to inner write functions by Carl-Daniel Hailfinger · 14 years ago
- b30a5ed Unify chip write functions by Carl-Daniel Hailfinger · 14 years ago
- b28349f Remove progress printing from individual flash chip drivers by Carl-Daniel Hailfinger · 14 years ago
- f52f784 Move implicit erase out of chip drivers by Carl-Daniel Hailfinger · 14 years ago
- 831e8f4 Remove unneeded #include statements completely by Carl-Daniel Hailfinger · 14 years ago
- ad0010a Intel 28F004/28F400 support by Michael Karcher · 15 years ago
- ed479d2 Convert chips' message printing to msg_c* Fixed suggestions by Carl-Daniel by Sean Nelson · 15 years ago
- 12aa0be Check 82802AB probing results for flash contents too by Carl-Daniel Hailfinger · 15 years ago
- 4e54de9 In unlock_28f004s5, variable 'i' needs to be int... by Sean Nelson · 15 years ago
- 8864710 Fix a few typos from the last commit by Sean Nelson · 15 years ago
- dee4a83 To access/read the lock bits, we use the same mode to read the chip id by Sean Nelson · 15 years ago
- 4631319 Unlock fixup by Sean Nelson · 15 years ago
- 28accc2 Various JEDEC refactorings touching 82802ab.c, sharplhf00l04.c and stm50flw0x0x.c by Sean Nelson · 15 years ago
- 81449a2 Add FEATURE_REGISTERMAP to some more chips and change the use of various probing functions by Carl-Daniel Hailfinger · 15 years ago
- 14ba668 Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h by Sean Nelson · 15 years ago
- 5459637 Block eraser conversions and support for Eon EN25B series by Sean Nelson · 15 years ago
- 972cec2 Refine support for the JEDEC Software Data Protection by Michael Karcher · 15 years ago
- ab044b2 Fix all remaining issues reported by LLVM/clang's scan-build by Stefan Reinauer · 15 years ago
- 4e9cebb Unify some probe functions that basically correspond to probe_jedec() by Carl-Daniel Hailfinger · 15 years ago
- 04aa59a Standardize on using __func__ instead of __FUNCTION__ by Uwe Hermann · 15 years ago
- 30f7cb2 Flashrom only checks for very few chips if the erase worked by Carl-Daniel Hailfinger · 15 years ago
- 0bd2a2b Sometimes we want to read/write more than 4 bytes of chip content at once by Carl-Daniel Hailfinger · 15 years ago
- ca8bfc6 Add programmer-specific delay functions by Carl-Daniel Hailfinger · 15 years ago
- 2cac686 Drop unused/duplicated #includes and some dead code by Uwe Hermann · 16 years ago
- 5820f42 Introduce a type "chipaddr" to abstract the offsets within flash regions by Carl-Daniel Hailfinger · 16 years ago
- 0472f3d FreeBSD definitions of (read|write)[bwl] collide with our own by Carl-Daniel Hailfinger · 16 years ago
- 61a8bd2 Use helper functions to access flash chips by Carl-Daniel Hailfinger · 16 years ago
- 5cafc33 Beautify flash chip ID verbose printout a little, always use %02x by Peter Stuge · 16 years ago
- ef30023 82802ab: touch only blocks that need updating by Claus Gindhart · 17 years ago
- e7bcb19 Revert the delete of 82802ab.c in r3137 by Carl-Daniel Hailfinger · 17 years ago
- fe7e929 Drop 82802ab.c as it is identical to sharplhf00l04.c by Carl-Daniel Hailfinger · 17 years ago
- a502dce Some cosmetic cleanups in the flashrom code and output by Uwe Hermann · 17 years ago
- d22a1d4 Add '(C)' where it's missing (for consistency reasons) by Uwe Hermann · 17 years ago
- d110764 Change all flashrom license headers to use our standard format by Uwe Hermann · 17 years ago
- ffec5f3 Cosmetic fixes by Uwe Hermann · 17 years ago
- fd37414 Drop duplicated code (copies of plain JEDEC functions) by Uwe Hermann · 17 years ago
- 0846f89 Drop a bunch of useless header files, merge them into flash.h by Uwe Hermann · 17 years ago
- 51582f2 Move code into *.c files, there's no reason to have it in header files by Uwe Hermann · 17 years ago
- 7ed78c8 Drop leftover includes by Stefan Reinauer · 17 years ago
- ff4f197 Factor out register mapping code by Stefan Reinauer · 17 years ago
- 7c1402f Unify mmap error messages by Stefan Reinauer · 17 years ago
- ce53297 Big cosmetic offensive on flashrom by Stefan Reinauer · 17 years ago
- a7e0548 Fix coding style of flashrom by running indent on all files by Uwe Hermann · 18 years ago
- 7038564 Trivial (cosmetic) cleanup by Stefan Reinauer · 18 years ago
- 064b1f2 This patch is a rework of Adam Kaufman's Solaris patch by Adam Kaufman · 18 years ago
- 028f46f Removing $Id$ tags as they have no meaning in SVN by Stefan Reinauer · 18 years ago
- 184a404 Flashrom update from Stefan, resolve issue 21 by Ollie Lho · 19 years ago
- 761bf1b Consolidate more jedec standard code by Ollie Lho · 21 years ago
- eaab50b Changes from NIKI by Ronald G. Minnich · 21 years ago
- d4228fd Made the ids always print in hex less verbose verify step by Ronald G. Minnich · 22 years ago
- 5643942 Can now burn 82802ab by Ronald G. Minnich · 22 years ago