summaryrefslogtreecommitdiff
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* Make bitbang_spi naming consistent.hailfinger2009-10-011-7/+7
* Add initial support for flashing some NVIDIA graphics cards.uwe2009-09-301-0/+10
* This is the bitbanging SPI driver infrastructure.hailfinger2009-09-281-0/+23
* Switch SST49LF004A/B to block erase, remove the hack which simulatedhailfinger2009-09-231-2/+4
* The current ICH SPI preop handling is a hack which spews lots ofhailfinger2009-09-181-4/+4
* Allow to exclude each of the external programmer drivers from beinghailfinger2009-09-161-2/+13
* This is a patch which stores eraseblock sizes and corresponding blockhailfinger2009-09-051-0/+25
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices.uwe2009-09-021-2/+10
* Flashrom has the ability to use layout files with romentries, but thishailfinger2009-08-191-1/+1
* If FT2232H SPI is not enabled, it should be compiled out completely. Wehailfinger2009-08-191-0/+6
* Support rdmsr/wrmsr operations on FreeBSD.hailfinger2009-08-191-1/+11
* Allow to compile out serprog completely. If CONFIG_SERPROG is not set,hailfinger2009-08-121-0/+2
* Use programmer.name to match the --programmer parameter instead ofhailfinger2009-08-121-0/+1
* Use a common parameter variable for all programmers. This allows us tohailfinger2009-08-121-6/+2
* FT2232 and IT87 programmers used functions of the dummy programmerhailfinger2009-08-121-9/+13
* Fix up MSR handling in flashrom to support more OSes than Linux. stepan2009-08-121-1/+8
* Some SPI chip drivers and the generic 1-byte SPI chip write functionshailfinger2009-08-101-1/+0
* Releasing IO permissions was done by hand everywhere. Use a properhailfinger2009-08-091-0/+1
* Boards with coreboot have a cbtable containing vendor and board name.stepan2009-07-301-0/+1
* This is a workaround for a bug in SB600 and SB700. If we only send anhailfinger2009-07-231-1/+0
* Eliminate version string duplication.hailfinger2009-07-221-0/+1
* Replace most of the switch cases in the spi code with lookup on a structhailfinger2009-07-221-0/+14
* Convert SPI byte program to use the multicommand infrastructure.hailfinger2009-07-121-3/+3
* Add an optional flash port parameter for IT87* SPI controllers inhailfinger2009-07-111-0/+1
* Add SPI multicommand infrastructure.hailfinger2009-07-101-7/+15
* ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H andhailfinger2009-07-011-0/+3
* Random minor flashrom fixes:uwe2009-06-281-1/+2
* Check result of all SPI erase functions.hailfinger2009-06-241-2/+5
* Initial commit of an external serial flasher protocol.hailfinger2009-06-231-0/+9
* Various wiki output changes:uwe2009-06-201-12/+1
* Add a --list-supported-wiki / -z option which outputs the currentlyuwe2009-06-191-0/+12
* Also print the supported/nonsupported laptops in -L output (trivial).uwe2009-06-181-0/+2
* Move all printing code to print.c.uwe2009-06-171-2/+10
* This patch adds support for a new SPI programmer, based on thehailfinger2009-06-161-0/+9
* This patch gives us arbitrary range reads at byte boundaries for everyhailfinger2009-06-161-8/+8
* flashrom only checks for very few chips if the erase worked.hailfinger2009-06-151-4/+6
* flash.h not only contains function prototypes and general settings, ithailfinger2009-06-151-366/+0
* Fix the vendor ID ofhailfinger2009-06-151-8/+14
* Add support for the PMC Pm29F002T/B chips.uwe2009-06-141-0/+5
* Every SPI host controller implemented its own way to read flash chips.hailfinger2009-06-131-0/+2
* Add #defines for some flash chips.hailfinger2009-06-121-1/+10
* Add spi_nbyte_program as generic function to the SPI layer.hailfinger2009-06-121-0/+1
* Add all Eon EN25* SPI chips. Some IDs were already in flash.h.hailfinger2009-06-051-0/+4
* Sometimes we want to read/write more than 4 bytes of chip content athailfinger2009-06-051-1/+9
* Add external programmer delay functions so external programmers canhailfinger2009-06-051-1/+5
* Add probe_timing information (int uS value). This eliminates thehailfinger2009-06-031-0/+13
* Mark the 10b7:9058 3COM card (3C905B: Cyclone 10/100/BNC) as "OK", forgotuwe2009-06-021-2/+2
* Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC).uwe2009-06-021-0/+1
* Unify AMD manufacture_id and model_idhailfinger2009-06-021-0/+2
* Add bus type support to the dummy external programmer.hailfinger2009-06-011-0/+2