summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace pseudonym in drkaiser.c with real name.uwe2009-09-091-1/+1
* This is a patch which stores eraseblock sizes and corresponding blockhailfinger2009-09-058-33/+130
* Update probe timings for dozens of flash chips.hailfinger2009-09-051-38/+38
* Quite a few probe functions in flashrom are copies of probe_jedec withhailfinger2009-09-054-101/+21
* Not all systems have svnversion installed. Fall back to svn info ifhailfinger2009-09-051-1/+1
* Fix strict aliasing in serprog.hailfinger2009-09-051-6/+5
* fix for gcc 4.4 strict aliasing rules.stepan2009-09-041-3/+3
* Add drkaiser.c which was accidentally omitted in the last commit.uwe2009-09-021-0/+79
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices.uwe2009-09-027-11/+41
* Standardize on using __func__ instead of __FUNCTION__.uwe2009-09-0216-23/+23
* flashrom 0.9.1hailfinger2009-09-021-1/+1
* Don't abort if chipset init failed because the failing init may havehailfinger2009-09-021-1/+5
* Move the Asus A7V600-X out of the unsupported list. This is a followuphailfinger2009-09-022-2/+1
* Use correct name for SB700/SB710/SB750 instead of calling them SB700.hailfinger2009-09-011-1/+1
* Board enable for Asus A7V600-X.libv2009-09-011-0/+65
* With this patch, make tarball and make export still work as expected,hailfinger2009-08-311-9/+11
* Update bad board list and remove boards where either the chipset is nothailfinger2009-08-312-7/+0
* Board status updates.uwe2009-08-302-0/+12
* Update svn:ignorehailfinger2009-08-240-0/+0
* Update contact info.hailfinger2009-08-241-1/+8
* "3COM 3C90xB: PCI 10BASE-T (TPO)" (10b7:9004) works fine.hailfinger2009-08-241-1/+1
* Add support for MX29F001T and MX29F001B flash chips.hailfinger2009-08-242-0/+34
* ASD AE29F2008 and Winbond W29C020C have the same ID. Reported byhailfinger2009-08-241-1/+1
* Anne Le Coq <annyvonne.le_coq@alcatel-lucent.fr> reported that flashromhailfinger2009-08-211-0/+1
* Various board status updates (trivial).uwe2009-08-202-3/+13
* Flashrom has the ability to use layout files with romentries, but thishailfinger2009-08-193-9/+7
* Current programmer parameter syntax ishailfinger2009-08-192-10/+10
* Disallow erase/write for known bad chips so people won't try without ahailfinger2009-08-191-2/+53
* If FT2232H SPI is not enabled, it should be compiled out completely. Wehailfinger2009-08-194-28/+21
* Support rdmsr/wrmsr operations on FreeBSD.hailfinger2009-08-192-1/+97
* Add serprog documentation to the manpage.hailfinger2009-08-181-5/+20
* Tidy up docs before release. Don't mention coreboot.org without context.hailfinger2009-08-182-12/+5
* Fix compilation on Nexenta which is Ubuntu with a Solaris kernel.hailfinger2009-08-172-4/+10
* Allow the user to override FWH IDSEL on ICH6 and later.hailfinger2009-08-131-0/+14
* Generate the usage message by walking the list of available programmers.hailfinger2009-08-131-3/+32
* oops. MSR accesses in board specific code. I missed those.stepan2009-08-121-31/+9
* Board enable for Asus P4P800-E Deluxe.libv2009-08-121-0/+27
* Allow to compile out serprog completely. If CONFIG_SERPROG is not set,hailfinger2009-08-124-48/+16
* Use programmer.name to match the --programmer parameter instead ofhailfinger2009-08-122-30/+39
* Use a common parameter variable for all programmers. This allows us tohailfinger2009-08-129-62/+54
* FT2232 and IT87 programmers used functions of the dummy programmerhailfinger2009-08-123-18/+34
* Fix up MSR handling in flashrom to support more OSes than Linux. stepan2009-08-123-70/+156
* Make debug messages printf_debug(). stepan2009-08-111-15/+15
* Add ICH6,ICH7,ICH8,ICH9,ICH10 FWH IDSEL settings and flash decodehailfinger2009-08-101-0/+36
* Add IDs for 25 AMD chips, 11 Hynix chips, 8 Sharp chips, and theirhailfinger2009-08-102-22/+65
* Some SPI chip drivers and the generic 1-byte SPI chip write functionshailfinger2009-08-106-47/+30
* Releasing IO permissions was done by hand everywhere. Use a properhailfinger2009-08-094-16/+11
* Remove unnecessary #include files.hailfinger2009-08-099-18/+3
* Fix SPI multicommand endless loop in default_spi_send_multicommand.hailfinger2009-08-031-0/+1
* The project's new home is flashrom.org now. Change all occurences in thestepan2009-07-304-7/+7