summaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC)Maciej Pijanka2009-06-021-0/+1
* Unify AMD manufacture_id and model_idMateusz Murawski2009-06-021-0/+2
* Add bus type support to the dummy external programmerCarl-Daniel Hailfinger2009-06-011-0/+2
* Add IT87xx SPI as external flasher optionCarl-Daniel Hailfinger2009-05-311-0/+2
* Add bus type annotation to struct flashchipsCarl-Daniel Hailfinger2009-05-311-14/+25
* Add support for probe and read of Intel 28F001BX-T and BX-BUrja Rannikko2009-05-291-0/+2
* Random flashrom updatesUwe Hermann2009-05-281-19/+17
* Add TI TMS29F002RT and TMS29F002RB probe and read supportCarl-Daniel Hailfinger2009-05-261-0/+3
* Refactor SuperIO accessesCarl-Daniel Hailfinger2009-05-251-3/+5
* Factor out fallback_map/unmap, most external programmers don't need and speci...Uwe Hermann2009-05-171-0/+2
* Various smaller flashrom improvementsUwe Hermann2009-05-171-2/+0
* This patch adds support for BIOS flashing on the all SiliconImage SATA contro...Rudolf Marek2009-05-171-0/+13
* Use accessor functions for MMIOCarl-Daniel Hailfinger2009-05-171-1/+7
* List all boards which areUwe Hermann2009-05-161-0/+46
* Eliminate all 'inline's from the flashrom codeUwe Hermann2009-05-161-49/+11
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-7/+4
* Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3...Uwe Hermann2009-05-161-0/+3
* Introduce a type "chipaddr" to abstract the offsets within flash regionsCarl-Daniel Hailfinger2009-05-161-52/+54
* Add generic 16 bit and 32 bit chip read/write emulation to the external flash...Carl-Daniel Hailfinger2009-05-161-4/+4
* Refactor parts of the 3COM NIC codeUwe Hermann2009-05-151-1/+19
* Fix compilation of nic3com on 64bitCarl-Daniel Hailfinger2009-05-141-0/+1
* Unify usage of iopl-like code by introducing get_io_perms()Uwe Hermann2009-05-141-0/+3
* nic3com: allow selection of a particular PCI device to use as programmerChristian Ruppert2009-05-141-0/+3
* Add a dummy SPI controller driver, similar to the dummy LPC/FWH/Parallel flas...Carl-Daniel Hailfinger2009-05-141-1/+4
* There are various reasons why a SPI command can failCarl-Daniel Hailfinger2009-05-131-0/+1
* Add support for 3COM NICs as "external programmer" and Atmel AT49BV512Uwe Hermann2009-05-131-0/+14
* Abstract mapping/unmapping of flash regionsCarl-Daniel Hailfinger2009-05-111-0/+15
* Convert all flashchips.c entries with SPI programing to the 256-byte version ...Carl-Daniel Hailfinger2009-05-091-1/+1
* Chips like the SST SST25VF080B can only handle single byte writes outside AAI...Carl-Daniel Hailfinger2009-05-091-4/+6
* Add a dummy external flasher which just prints each operationCarl-Daniel Hailfinger2009-05-091-1/+12
* Add external flasher supportCarl-Daniel Hailfinger2009-05-081-9/+49
* Don't assume flash is accessible via MMIO for chips with no read functionCarl-Daniel Hailfinger2009-05-081-0/+1
* Document uncertainty regarding ASD chipsCarl-Daniel Hailfinger2009-05-061-0/+1
* Allow compilation on SolarisCarl-Daniel Hailfinger2009-05-011-0/+18
* Some functions take no argumentsCarl-Daniel Hailfinger2009-05-011-5/+5
* Handle DragonFly BSD definitions in flash.hPatrick Georgi2009-04-281-1/+1
* MAX may already be definedUwe Hermann2009-04-241-5/+3
* Support MX25L3235DStephan Guilloux2009-04-231-1/+1
* Support Macronix MX2512805D flash chipStephan Guilloux2009-04-211-0/+1
* FreeBSD definitions of (read|write)[bwl] collide with our ownCarl-Daniel Hailfinger2009-03-061-6/+6
* Use helper functions to access flash chipsCarl-Daniel Hailfinger2009-03-051-0/+30
* Driver for ST M29F002T/NT/BPeter Stuge2009-01-261-0/+5
* SST25VF040B using 0x90 identification and AAI writePeter Stuge2009-01-261-0/+1
* Winbond SuperIO SPI driverPeter Stuge2009-01-261-1/+8
* Export Winbond SuperIO register access functions in board_enable.cPeter Stuge2009-01-261-0/+5
* Darwin / Mac OS XStefan Reinauer2009-01-261-0/+9
* Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() callStefan Reinauer2009-01-261-10/+4
* Change flashrom.c:map_flash_registers() from int to voidPeter Stuge2009-01-261-1/+1
* Change FreeBSD #ifdef into #if defined()Stefan Reinauer2009-01-261-1/+1
* Check all mmap() calls and print helpful Linux error messagePeter Stuge2009-01-231-0/+1
OpenPOWER on IntegriCloud