summaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use chipaddr instead of volatile uint8_t * because when we access chips in ex...Carl-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
* Factor out portable iopl()-style code into a global function which all progra...Uwe Hermann2009-05-141-0/+3
* 3COM: Add support for users to specify a certain NIC via PCI bus:slot.func no...Christian 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
* Flash mapping/unmapping was performed without an abstraction layer, so even t...Carl-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
* Flashrom assumes that the flash chip contents are available via mmap if no re...Carl-Daniel Hailfinger2009-05-081-0/+1
* ASD chips may exist, but all available docs suggest they are just rebranded W...Carl-Daniel Hailfinger2009-05-061-0/+1
* Fix compilation on Solaris and tell people how to compile flashrom on Solaris...Carl-Daniel Hailfinger2009-05-011-0/+18
* Some functions take no argumentsCarl-Daniel Hailfinger2009-05-011-5/+5
* There are still some tweaks necessary to get Flashrom to build on DragonFly, ...Patrick 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
* Add SST49LF020 supportSven Schnelle2009-01-071-0/+1
* Various ichspi.c refinementsFENG yu ning2008-12-151-8/+1
* Add 28 flash chips of the MX29 series to the flashrom ID table and support th...Carl-Daniel Hailfinger2008-12-101-0/+28
* Generates OPCODES struct from the ICH7/ICH9/VIA chipset if its SPI configurat...FENG yu ning2008-12-081-0/+8
* Add RDID/REMS IDs for the following flash chipsCarl-Daniel Hailfinger2008-12-041-2/+15
* Replace #ifdefs for sc520 systems by run time probingStefan Reinauer2008-12-031-0/+2
* If a chip has any TEST_BAD_* flag set, we don't even list the unsupported fun...Carl-Daniel Hailfinger2008-11-281-1/+2
* Add support for the AMD/ATI SB600 southbridge SPI functionalityJason Wang2008-11-281-0/+9
OpenPOWER on IntegriCloud