summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Winbond SuperIO SPI driverPeter Stuge2009-01-264-3/+218
* Export Winbond SuperIO register access functions in board_enable.cPeter Stuge2009-01-262-5/+10
* Document exit() codes introduced in r3907Peter Stuge2009-01-262-0/+9
* exit(2) on /dev/mem open() failure and exit(3) on mmap() failurePeter Stuge2009-01-261-2/+2
* Add license header to physmap.c so everyone is happyPeter Stuge2009-01-261-0/+18
* Darwin / Mac OS XStefan Reinauer2009-01-264-5/+45
* Small cleanup in MakefilePeter Stuge2009-01-261-4/+5
* Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() callStefan Reinauer2009-01-266-88/+71
* Change flashrom.c:map_flash_registers() from int to voidPeter Stuge2009-01-262-4/+2
* Forgot some things in r3899Peter Stuge2009-01-261-3/+3
* Little readability improvement in cbtable.c:coreboot_init()Peter Stuge2009-01-261-15/+13
* Change FreeBSD #ifdef into #if defined()Stefan Reinauer2009-01-261-1/+1
* Make Makefile a bit more portablePeter Stuge2009-01-251-1/+1
* Add dry Am29F080B Am29LV081B SST39VF080 definitions per data sheetsPeter Stuge2009-01-251-0/+39
* Beautify flash chip ID verbose printout a little, always use %02xPeter Stuge2009-01-2513-13/+13
* Fix stupid off-by-one error in erase verificationPeter Stuge2009-01-251-1/+1
* ST M50FW080 TEST_OK_ PROBE READ ERASE WRITEPeter Stuge2009-01-241-1/+1
* SST25VF080B TEST_OK_PROBEPeter Stuge2009-01-241-1/+1
* Check all mmap() calls and print helpful Linux error messagePeter Stuge2009-01-234-7/+19
* Provide some hints for the user in case /dev/mem mmap failsPeter Stuge2009-01-221-0/+7
* Fix ICH9 locking register address and add important debug outputFENG yu ning2009-01-181-12/+26
* Add ICH opcode debuggingPeter Stuge2009-01-151-0/+1
* Use designated initializers for the board enable tableStephan Guilloux2009-01-151-51/+362
* Always print address when verification fails, not only with -VPeter Stuge2009-01-131-4/+5
* Board enable for GIGABYTE GA-MA78G-DS3HPeter Stuge2009-01-121-0/+2
* IT8718F works just like IT8716FPeter Stuge2009-01-121-1/+1
* Check return value of fscanf()/fwrite()/fread()Peter Stuge2009-01-122-9/+15
* Update usage in READMEIdwer Vollering2009-01-111-1/+4
* Add erase and write functions to the following chip definitionsCarl-Daniel Hailfinger2009-01-081-27/+27
* The flashrom man page has incomplete author/copyright sections and an incorre...Carl-Daniel Hailfinger2009-01-081-9/+37
* This patch improves machine parseability and human readability of flashchips.cStephan Guilloux2009-01-081-925/+2087
* Add SST49LF020 supportSven Schnelle2009-01-072-0/+7
* Add AMD-768 chipset supportSven Schnelle2009-01-071-0/+1
* Add i631x LPC supportSven Schnelle2009-01-071-0/+1
* If you pass a bogus layout file to the -l option flashrom will segfaultUwe Hermann2008-12-221-0/+5
* Add another board-enable line for the Kontron 986LCD-M/mITXUwe Hermann2008-12-221-0/+3
* Initialize ICH SPI opcodes also for ICH9 and laterPeter Stuge2008-12-221-0/+1
* Various ichspi.c refinementsFENG yu ning2008-12-153-35/+32
* Add 28 flash chips of the MX29 series to the flashrom ID table and support th...Carl-Daniel Hailfinger2008-12-102-0/+34
* Kill obsolete and misplaced commentCarl-Daniel Hailfinger2008-12-081-1/+1
* Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI configurat...FENG yu ning2008-12-083-0/+145
* Breaks chip info into multiple linesFENG yu ning2008-12-081-160/+937
* Display test status in -L chip listingPeter Stuge2008-12-061-4/+51
* Add AMD SB700 flash enableNiels Ole Salscheider2008-12-051-0/+1
* Fix compilation of r3797 with gcc-4.3.2Peter Stuge2008-12-051-1/+1
* Check if erase succeeds and exit with error on failurePeter Stuge2008-12-051-4/+17
* Add RDID/REMS IDs for the following flash chipsCarl-Daniel Hailfinger2008-12-041-2/+15
* Gcc thinks base could be used uninitialized, so shut it upPeter Stuge2008-12-031-1/+1
* Fix bug in r3790Peter Stuge2008-12-031-5/+5
* Replace #ifdefs for sc520 systems by run time probingStefan Reinauer2008-12-034-11/+64