summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for the OpenMoko Neo1973/Neo FreeRunner debug boardhailfinger2010-11-101-2/+11
* ft2232_spi ftdi_usb_open() is called with the constant FTDI_VID vendorhailfinger2010-11-101-1/+1
* ft2232_spi: allow 5x clock divisor to be set at runtime.hailfinger2010-11-101-15/+22
* Retry short reads in ft2232_spi.hailfinger2010-11-101-5/+10
* DediProg firmware version 5.1.5 of the SF-100 works just fine.hailfinger2010-11-091-3/+13
* Support setting the Dediprog SF100 SPI voltage.hailfinger2010-11-095-24/+100
* Avoid two memory leaks in doit() which were unproblematic for flashromhailfinger2010-11-051-81/+63
* This patch makes flashrom use real partial writes. If you write an imagehailfinger2010-11-041-40/+204
* Change semantics of image building in the layout code.hailfinger2010-11-021-21/+51
* Add a line of output for each iteration of the torture test.hailfinger2010-11-021-10/+16
* Use mktemp unconditionally for security reasons.hailfinger2010-11-021-3/+9
* Add SPI flash emulation capability to the dummy programmer.hailfinger2010-11-012-11/+369
* Replace "$FLASHROM_PARAM" with ${FLASHROM_PARAM} inhailfinger2010-10-291-7/+7
* flashrom torture test script.hailfinger2010-10-292-1/+282
* Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAM.hailfinger2010-10-272-9/+18
* Add a reset to probe_jedec before we read the Chip's IDs.hailfinger2010-10-202-1/+22
* Always read the flash chip before writing. This will allow flashrom tohailfinger2010-10-193-17/+71
* Fix board name, EP-8NPAI should have been EP-8NPA7I (trivial).uwe2010-10-182-4/+3
* Add a board enable for the EPoX EP-8NPA7I board.uwe2010-10-152-0/+11
* doit() is the monster function we split off from main() when we createdhailfinger2010-10-151-81/+100
* Switch all flash chips to partial write.hailfinger2010-10-1310-100/+61
* Refactor remaining write wrappers.hailfinger2010-10-137-69/+90
* Simplify calls to inner write functions. No behavioural changes, justhailfinger2010-10-106-53/+5
* The currently used write functions (wrappers) all use helpers whichhailfinger2010-10-109-61/+62
* Remove progress printing from individual flash chip drivers.hailfinger2010-10-087-70/+0
* flashrom had an implicit erase-on-write for most flash chip andhailfinger2010-10-0812-183/+97
* Increase flashrom release number to 0.9.3.hailfinger2010-10-081-1/+1
* CONFIG_BITBANG_SPI was not selected if CONFIG_NICINTEL_SPI was on byhailfinger2010-10-086-24/+41
* A lot of messages sent to flashrom@flashrom.org just have "flashrom -V"hailfinger2010-10-084-11/+22
* SPI write status register (WRSR) may take longer than 100 ms, and ithailfinger2010-10-082-4/+39
* List the devices for all supported programmers in "flashrom -L" output.hailfinger2010-10-073-30/+40
* flashrom -L output did not contain a list of programmers nor were allhailfinger2010-10-067-55/+111
* The Direct I/O library for Mac OS X is now called DirectHW to make surehailfinger2010-10-064-3/+5
* Update the author list in the man page.hailfinger2010-10-062-4/+34
* Remove duplicate includes from the code.stepan2010-10-0616-19/+0
* DJGPP: Avoid leaking memory on lowmem mapping error.hailfinger2010-10-051-1/+5
* Use AAI write for SST SST25VF032B.hailfinger2010-10-053-5/+20
* Implement on-the-fly reprogramming of the ICH SPI OPCODE table.hailfinger2010-10-051-20/+79
* Add a board-enable for the ASRock K7S41, chipset-enable for SiS 741.uwe2010-10-053-0/+4
* Add board enable for Dell OptiPlex GX1 and mark Intel 28F002BC/BL/BV/BX-Tmhm2010-10-053-1/+12
* Quickfix for broken writes on FT2232H based programmers.uwe2010-10-051-1/+1
* Make sure all chip variants are present in .name strings in flashchips.cmhm2010-10-052-30/+57
* Speed up RayeR SPIPGM driver in flashrom by a factor of 2.hailfinger2010-10-052-35/+69
* Board enable for GA-6IEMmkarcher2010-10-052-0/+3
* Update README to list all the needed rpm files for DOS cross-compilationhailfinger2010-10-051-3/+4
* Add Intel 82571EB and 82572EI Gigabit NICs to the supported list.hailfinger2010-10-051-0/+2
* Add support for building flashrom against libpayload.oxygene2010-09-306-5/+74
* Support for Loongson-2F (MIPS) flashing.hailfinger2010-09-292-1/+52
* Half a dozen hardcoded strcmp() don't make sense if we need ahailfinger2010-09-261-4/+29
* Implement libpayload support and improve life for DOShailfinger2010-09-253-11/+18