summaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* Split hardware access, OS abstraction and chip drivers out of flash.hCarl-Daniel Hailfinger2009-12-141-216/+10
* Internal (onboard) programming was the only feature which could not be disabledCarl-Daniel Hailfinger2009-12-131-11/+38
* Use common jedec functionality where appropriateMichael Karcher2009-11-271-0/+1
* Refine support for the JEDEC Software Data ProtectionMichael Karcher2009-11-261-2/+1
* Add the ability to set Bus Pirate SPI speed via the command lineCarl-Daniel Hailfinger2009-11-241-0/+5
* Cleanly validate ICH SPI preopcodesCarl-Daniel Hailfinger2009-11-241-0/+12
* Move serial handling from serprog.c to serial.cCarl-Daniel Hailfinger2009-11-231-0/+3
* Bus Pirate support needs serial communicationCarl-Daniel Hailfinger2009-11-211-0/+3
* Refactor main loop in preparation of libflashromCarl-Daniel Hailfinger2009-11-171-4/+2
* Add support for every single SiS chipset out thereCarl-Daniel Hailfinger2009-11-151-0/+1
* Add infrastructure to check the maximum supported flash size of chipsets and ...Carl-Daniel Hailfinger2009-10-311-0/+8
* Make bitbang_spi naming consistentCarl-Daniel Hailfinger2009-10-011-7/+7
* Add initial support for flashing some NVIDIA graphics cardsUwe Hermann2009-09-301-0/+10
* This is the bitbanging SPI driver infrastructureCarl-Daniel Hailfinger2009-09-281-0/+23
* Switch SST49LF004A/B to block erase, remove the hack which simulated (unsuppo...Carl-Daniel Hailfinger2009-09-231-2/+4
* The current ICH SPI preop handling is a hack which spews lots of warnings, bu...Carl-Daniel Hailfinger2009-09-181-4/+4
* Allow to exclude each of the external programmer drivers from being compiled inCarl-Daniel Hailfinger2009-09-161-2/+13
* Store block sizes and corresponding erase functions in struct flashchipCarl-Daniel Hailfinger2009-09-051-0/+25
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devicesTURBO J2009-09-021-2/+10
* Adept layout handling to new programmer infrastructure and fix off-by-one errorCarl-Daniel Hailfinger2009-08-191-1/+1
* If FT2232H SPI is not enabled, it should be compiled out completelyCarl-Daniel Hailfinger2009-08-191-0/+6
* Support rdmsr/wrmsr operations on FreeBSDStefan Reinauer2009-08-191-1/+11
* Allow to compile out serprog completelyCarl-Daniel Hailfinger2009-08-121-0/+2
* Add a new field for the names of programmers and use it to match against user...Carl-Daniel Hailfinger2009-08-121-0/+1
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-121-6/+2
* Add fallback functions for programmer shutdown and memory mapping and fix FT2...Carl-Daniel Hailfinger2009-08-121-9/+13
* Fix up MSR handling to support more OSes than Linux. Stefan Reinauer2009-08-121-1/+8
* Replace remaining explicit erases in SPI programmer drivers with auto-erasesCarl-Daniel Hailfinger2009-08-101-1/+0
* Releasing IO permissions was done by hand everywhereCarl-Daniel Hailfinger2009-08-091-0/+1
* Boards with coreboot have a cbtable containing vendor and board nameCarl-Daniel Hailfinger2009-07-301-0/+1
* This is a workaround for a bug in SB600 and SB700Carl-Daniel Hailfinger2009-07-231-1/+0
* Eliminate version string duplicationCarl-Daniel Hailfinger2009-07-221-0/+1
* Replace most of the switch cases in the spi code with lookup on a struct insteadCarl-Daniel Hailfinger2009-07-221-0/+14
* Convert SPI byte program to use the multicommand infrastructureCarl-Daniel Hailfinger2009-07-121-3/+3
* Add an optional flash port parameter for IT87* SPI controllers in standalone ...Carl-Daniel Hailfinger2009-07-111-0/+1
* Add SPI multicommand infrastructureCarl-Daniel Hailfinger2009-07-101-7/+15
* ft2232_spi: Allow runtime selection of FT2232H vs. FT4232H and interface A vsCarl-Daniel Hailfinger2009-07-011-0/+3
* Random minor flashrom fixesUwe Hermann2009-06-281-1/+2
* Check result of all SPI erase functionsCarl-Daniel Hailfinger2009-06-241-2/+5
* Initial commit of an external serial flasher protocolUrja Rannikko2009-06-231-0/+9
* Various wiki output changesUwe Hermann2009-06-201-12/+1
* Allow to print an auto-generated hardware support list in MediaWiki markupUwe Hermann2009-06-191-0/+12
* Also print the supported/nonsupported laptops in -L outputUwe Hermann2009-06-181-0/+2
* Move all printing code to print.cUwe Hermann2009-06-171-2/+10
* This patch adds support for a new SPI programmer, based on the FT2232H/4232H ...Paul Fox2009-06-161-0/+9
* Support reads of arbitrary rangeCarl-Daniel Hailfinger2009-06-161-8/+8
* Flashrom only checks for very few chips if the erase workedCarl-Daniel Hailfinger2009-06-151-4/+6
* Split flashchips.h from flash.hCarl-Daniel Hailfinger2009-06-151-366/+0
* Add or refine support for a number of EON flash chipsCarl-Daniel Hailfinger2009-06-151-8/+14
* Add support for the PMC Pm29F002T/B chipsUwe Hermann2009-06-141-0/+5
OpenPOWER on IntegriCloud