summaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* Fix timing of SPI status register writes (WRSR)Carl-Daniel Hailfinger2010-10-081-0/+3
* Refine -L output to include all programmer modulesCarl-Daniel Hailfinger2010-10-061-0/+1
* Implement libpayload support and improve life for DOS based flashrom, tooPatrick Georgi2010-09-251-0/+2
* Add detailed status register printing and unlocking for all ATMEL AT25* chipsCarl-Daniel Hailfinger2010-07-291-1/+5
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-525/+0
* Convert MMIO accesses of non-internal PCI-based programmers to be endian-agno...Carl-Daniel Hailfinger2010-07-271-0/+8
* Fix compilation for CONFIG_INTERNAL=noMichael Karcher2010-07-241-0/+6
* Move SB600 SPI initialization to sb600spi.cMichael Karcher2010-07-221-1/+1
* Move Intel SPI initialisation to ichspi.cMichael Karcher2010-07-221-3/+6
* Add support for RayeR SPIPGM hardware as described in http://rayer.ic.cz/elek...Carl-Daniel Hailfinger2010-07-211-0/+14
* Check during SPI bitbang init that SPI bitbang master configuration is correctCarl-Daniel Hailfinger2010-07-181-1/+1
* Use struct pointer instead of enum to set bitbang adapterMichael Karcher2010-07-171-5/+6
* Refine SPI bitbangingCarl-Daniel Hailfinger2010-07-171-5/+1
* Use the max_rom_decode infrastructure for wbsio_spiCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-8/+9
* Print an error message on read errors and abort instead of proceeding anywayCarl-Daniel Hailfinger2010-07-131-1/+1
* Generify support for ITE IT8705 Super I/OCarl-Daniel Hailfinger2010-07-101-2/+2
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-1/+1
* Disable writes on default for known bad programmersCarl-Daniel Hailfinger2010-07-031-0/+1
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-15/+15
* Add SPI chip read support to the dummy flasherCarl-Daniel Hailfinger2010-06-201-0/+1
* National Semiconductor DP83815/DP83816 and DP83820 NIC programmer supportAndrew Morgan2010-06-071-1/+12
* board_enable.c: Remove useless 'name' parameterUwe Hermann2010-06-071-2/+2
* Fix wiki board enable parameter printingCarl-Daniel Hailfinger2010-06-071-6/+0
* Gcc and clang can check format strings of printf-like functionsCarl-Daniel Hailfinger2010-06-041-1/+2
* Internal: introduce processor enables and abort if top/bottom alignment is un...Carl-Daniel Hailfinger2010-06-041-0/+3
* Fix fallout from r1021 which caused compile failures if only the dummy progra...Carl-Daniel Hailfinger2010-06-031-4/+1
* Merge print.c and print_wiki.c board/URL tablesPeter Lemenkov2010-06-011-4/+14
* So far, we have up to 4 different names for the same thing (ignoring capitali...Carl-Daniel Hailfinger2010-05-311-30/+30
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-3/+4
* ichspi: try harder to conform to address restrictionsCarl-Daniel Hailfinger2010-05-281-0/+2
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-0/+10
* Support for Realtek RTL8139 network card flashingJoerg Fischer2010-05-211-1/+17
* Fix assorted documentation, frontend and printing bugsCarl-Daniel Hailfinger2010-05-151-0/+1
* One of the problems is that --force had multiple meaningsCarl-Daniel Hailfinger2010-04-281-0/+1
* Intel 28F004/28F400 supportMichael Karcher2010-04-031-1/+1
* Multibyte SPI write for the Bus PirateCarl-Daniel Hailfinger2010-03-221-0/+1
* Write granularity is chip specificCarl-Daniel Hailfinger2010-03-081-0/+6
* Implement tested/untested status for board enablesMichael Karcher2010-02-281-0/+2
* Warn if running on laptopsMichael Karcher2010-02-261-0/+1
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-2/+0
* Replace PCI_OK/PCI_NT by OK/NTMichael Karcher2010-02-241-2/+0
* Add initial (non-working) code for Highpoint ATA/RAID controllersUwe Hermann2010-02-211-1/+13
* Here's a very quick patch to fix the missing unlock codeSean Nelson2010-02-191-0/+2
* Allow the registration of functions to be called at programmer shutdownCarl-Daniel Hailfinger2010-02-141-0/+2
* At long last, the day has come, and we can bury full-chip erase once and for allCarl-Daniel Hailfinger2010-02-111-1/+0
* Create a physical memory mapping function which requests cached readonly memoryCarl-Daniel Hailfinger2010-02-021-0/+1
* Complete the addition of Feature Bits for all Jedec based chipsSean Nelson2010-01-281-0/+6
* Boards: Add max_rom_decode_parallel entry to board enable tableLuc Verhaegen2010-01-201-0/+1
OpenPOWER on IntegriCloud