summaryrefslogtreecommitdiff
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* Multibyte SPI write for the Bus Pirate.hailfinger2010-03-221-0/+1
* Write granularity is chip specific. The following writehailfinger2010-03-081-0/+6
* Implement tested/untested status for board enablesmkarcher2010-02-281-0/+2
* Warn if running on laptopsmkarcher2010-02-261-0/+1
* Split spi.c into programmer and chip codesnelson2010-02-261-2/+0
* Replace PCI_OK/PCI_NT by OK/NTmkarcher2010-02-241-2/+0
* Add initial (non-working) code for Highpoint ATA/RAID controllers.uwe2010-02-211-1/+13
* Here's a very quick patch to fix the missing unlock code.snelson2010-02-191-0/+2
* Some programmers want to run certain functions during programmerhailfinger2010-02-141-0/+2
* At long last, the day has come, and we can bury full-chip erase once andhailfinger2010-02-111-1/+0
* Create a physical memory mapping function which requests cached readonlyhailfinger2010-02-021-0/+1
* Complete the addition of Feature Bits for all Jedec based chips.snelson2010-01-281-0/+6
* Boards: Add max_rom_decode_parallel entry to board enable table.libv2010-01-201-0/+1
* Matching board via DMImkarcher2010-01-201-0/+8
* Dediprog SF100 support.hailfinger2010-01-191-0/+12
* Enable -Wshadow, clean code for thatmkarcher2010-01-121-1/+0
* The msg_* macros won't compile as is if you use more than one parameterhailfinger2010-01-091-16/+16
* Use address mask in probe_jedec. This allows us to have one commonhailfinger2010-01-091-2/+4
* Converting fprintf(stderr), printf, and printf_debug into a common printsnelson2010-01-071-0/+19
* Move the CLI related functions main() and cli_usage() to cli_classic.chailfinger2010-01-071-0/+10
* buspiratespi support on mingwoxygene2010-01-061-2/+13
* - replace the hand written serial input flush routine with the termios one.oxygene2010-01-061-1/+0
* Move OS-dependent serial code from buspirate_spi.c to serial.c andhailfinger2010-01-061-0/+4
* Some programmers (most notably FT2232SPI) use fallback_* and noop_*, buthailfinger2010-01-061-0/+2
* The patch converts jedec functions into mask-based generics which can be usedsnelson2010-01-041-0/+4
* internal.c was always compiled in because it hosted the functionhailfinger2009-12-241-1/+1
* Factor out CLI code by moving generic stuff out of main(). Add a generichailfinger2009-12-241-0/+1
* SuperI/O detection now happens unconditionally and before the chipsethailfinger2009-12-221-0/+10
* Clarify comment about how to enter chip erase functions inhailfinger2009-12-221-2/+2
* Split hardware access, OS abstraction and chip drivers out of flash.h tohailfinger2009-12-141-216/+10
* Internal (onboard) programming was the only feature which could not behailfinger2009-12-131-11/+38
* Use common jedec functionality where appropriate. The deleted functionhailfinger2009-11-271-0/+1
* This patch removes the extremely dangerous unprotect_jedec functionhailfinger2009-11-261-2/+1
* Add the ability to set Bus Pirate SPI speed via the command line.hailfinger2009-11-241-0/+5
* Add Bus Pirate SPI support to flashrom.hailfinger2009-11-241-0/+12
* Move serial handling from serprog.c to serial.c.hailfinger2009-11-231-0/+3
* Bus Pirate support needs serial communication. Serprog already has suchhailfinger2009-11-211-0/+3
* To prepare for libflashrom I wanted to make the main loop more readablehailfinger2009-11-171-4/+2
* Add support for every single SiS chipset out there.hailfinger2009-11-151-0/+1
* Add infrastructure to check and report to the user the maximum supportedhailfinger2009-10-311-0/+8
* Make bitbang_spi naming consistent.hailfinger2009-10-011-7/+7
* Add initial support for flashing some NVIDIA graphics cards.uwe2009-09-301-0/+10
* This is the bitbanging SPI driver infrastructure.hailfinger2009-09-281-0/+23
* Switch SST49LF004A/B to block erase, remove the hack which simulatedhailfinger2009-09-231-2/+4
* The current ICH SPI preop handling is a hack which spews lots ofhailfinger2009-09-181-4/+4
* Allow to exclude each of the external programmer drivers from beinghailfinger2009-09-161-2/+13
* This is a patch which stores eraseblock sizes and corresponding blockhailfinger2009-09-051-0/+25
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices.uwe2009-09-021-2/+10
* Flashrom has the ability to use layout files with romentries, but thishailfinger2009-08-191-1/+1
* If FT2232H SPI is not enabled, it should be compiled out completely. Wehailfinger2009-08-191-0/+6