summaryrefslogtreecommitdiff
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add IT87xx SPI as external flasher option.hailfinger2009-05-311-0/+2
* Add bus type annotation to struct flashchips. Right now, the annotationhailfinger2009-05-311-14/+25
* Add support for probe and read of Intel 28F001BX-T and BX-B.hailfinger2009-05-291-0/+2
* Random flashrom updates:uwe2009-05-281-19/+17
* Add TI TMS29F002RT and TMS29F002RB probe and read support to flashrom.hailfinger2009-05-261-0/+3
* Refactor SuperIO accesses. We had duplicated code under different nameshailfinger2009-05-251-3/+5
* Factor out fallback_map/unmap, most external programmers don't needuwe2009-05-171-0/+2
* Various smaller flashrom improvements:uwe2009-05-171-2/+0
* This patch adds support for BIOS flashing on the all SiliconImage SATAruik2009-05-171-0/+13
* Use accessor functions for MMIO. Some MMIO accesses used volatile,hailfinger2009-05-171-1/+7
* List all boards which are:uwe2009-05-161-0/+46
* Eliminate all 'inline's from the flashrom code. They serve prettyuwe2009-05-161-49/+11
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-7/+4
* Add proper workaround for 3COM 3C90xB cards, which need special fixupsuwe2009-05-161-0/+3
* Use chipaddr instead of volatile uint8_t * because when we accesshailfinger2009-05-161-52/+54
* Add generic 16 bit and 32 bit chip read/write emulation to the externalhailfinger2009-05-161-4/+4
* Refactor parts of the 3COM NIC code.uwe2009-05-151-1/+19
* Fix compilation of nic3com on 64bit.hailfinger2009-05-141-0/+1
* Factor out portable iopl()-style code into a global functionuwe2009-05-141-0/+3
* 3COM: Add support for users to specify a certain NIC via PCI bus:slot.funcuwe2009-05-141-0/+3
* Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallelhailfinger2009-05-141-1/+4
* There are various reasons why a SPI command can fail. Among others, Ihailfinger2009-05-131-0/+1
* Add support for 3COM NICs as "external programmer" and Atmel AT49BV512.uwe2009-05-131-0/+14
* Flash mapping/unmapping was performed without an abstraction layer, sohailfinger2009-05-111-0/+15
* Convert all flashchips.c entries with SPI programing to the 256-bytehailfinger2009-05-091-1/+1
* Chips like the SST SST25VF080B can only handle single byte writeshailfinger2009-05-091-4/+6
* Add a dummy external flasher which just prints each operation.hailfinger2009-05-091-1/+12
* Add external flasher support:hailfinger2009-05-081-9/+49
* Flashrom assumes that the flash chip contents are available via mmap ifhailfinger2009-05-081-0/+1
* ASD chips may exist, but all available docs suggest they are justhailfinger2009-05-061-0/+1
* Fix compilation on Solaris and tell people how to compile flashrom onhailfinger2009-05-011-0/+18
* Some functions take no arguments. Make that explicit in the associatedhailfinger2009-05-011-5/+5
* There are still some tweaks necessary to get Flashrom to build onhailfinger2009-04-281-1/+1
* Original v2 revision: 4205uwe2009-04-241-5/+3
* Original v2 revision: 4200stuge2009-04-231-1/+1
* Original v2 revision: 4150stuge2009-04-211-0/+1
* Original v2 revision: 3984hailfinger2009-03-061-6/+6
* Original v2 revision: 3971hailfinger2009-03-051-0/+30
* Original v2 revision: 3917stuge2009-01-261-0/+5
* Original v2 revision: 3913stuge2009-01-261-0/+1
* Original v2 revision: 3910stuge2009-01-261-1/+8
* Original v2 revision: 3909stuge2009-01-261-0/+5
* Original v2 revision: 3905stuge2009-01-261-0/+9