summaryrefslogtreecommitdiffstats
path: root/flash.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Matching board via DMIMichael Karcher2010-01-201-0/+8
* Dediprog SF100 supportCarl-Daniel Hailfinger2010-01-191-0/+12
* Enable -Wshadow, clean code for thatMichael Karcher2010-01-121-1/+0
* Change msg_* macros to C99 variadic macrosCarl-Daniel Hailfinger2010-01-091-16/+16
* Use address mask in probe_jedecCarl-Daniel Hailfinger2010-01-091-2/+4
* Converting fprintf(stderr), printf, and printf_debug into a common print inte...Sean Nelson2010-01-071-0/+19
* Move the CLI related functions main() and cli_usage() to cli_classic.cCarl-Daniel Hailfinger2010-01-071-0/+10
* Buspiratespi support on mingwPatrick Georgi2010-01-061-2/+13
* Multiple unrelated changesPatrick Georgi2010-01-061-1/+0
* Move OS-dependent serial code from buspirate_spi.c to serial.cCarl-Daniel Hailfinger2010-01-061-0/+4
* Move generic programmer function into newly introduced programmer.cCarl-Daniel Hailfinger2010-01-061-0/+2
* Generify jedec functions by introducing an address maskSean Nelson2010-01-041-0/+4
* Internal.c was always compiled in because it hosted the function internal_del...Carl-Daniel Hailfinger2009-12-241-1/+1
* Factor out CLI code by moving generic stuff out of main()Carl-Daniel Hailfinger2009-12-241-0/+1
* SuperI/O detection now happens unconditionally and before the chipset enableCarl-Daniel Hailfinger2009-12-221-0/+10
* Clarify comment about how to enter chip erase functions in struct block_eraserCarl-Daniel Hailfinger2009-12-221-2/+2
* Split hardware access, OS abstraction and chip drivers out of flash.hCarl-Daniel Hailfinger2009-12-141-216/+10
* Internal (onboard) programming was the only feature which could not be disabledCarl-Daniel Hailfinger2009-12-131-11/+38
* Use common jedec functionality where appropriateMichael Karcher2009-11-271-0/+1
* Refine support for the JEDEC Software Data ProtectionMichael Karcher2009-11-261-2/+1
* Add the ability to set Bus Pirate SPI speed via the command lineCarl-Daniel Hailfinger2009-11-241-0/+5
* Cleanly validate ICH SPI preopcodesCarl-Daniel Hailfinger2009-11-241-0/+12
* Move serial handling from serprog.c to serial.cCarl-Daniel Hailfinger2009-11-231-0/+3
* Bus Pirate support needs serial communicationCarl-Daniel Hailfinger2009-11-211-0/+3
* Refactor main loop in preparation of libflashromCarl-Daniel Hailfinger2009-11-171-4/+2
* Add support for every single SiS chipset out thereCarl-Daniel Hailfinger2009-11-151-0/+1
* Add infrastructure to check the maximum supported flash size of chipsets and ...Carl-Daniel Hailfinger2009-10-311-0/+8
* Make bitbang_spi naming consistentCarl-Daniel Hailfinger2009-10-011-7/+7
* Add initial support for flashing some NVIDIA graphics cardsUwe Hermann2009-09-301-0/+10
* This is the bitbanging SPI driver infrastructureCarl-Daniel Hailfinger2009-09-281-0/+23
* Switch SST49LF004A/B to block erase, remove the hack which simulated (unsuppo...Carl-Daniel Hailfinger2009-09-231-2/+4
* The current ICH SPI preop handling is a hack which spews lots of warnings, bu...Carl-Daniel Hailfinger2009-09-181-4/+4
* Allow to exclude each of the external programmer drivers from being compiled inCarl-Daniel Hailfinger2009-09-161-2/+13
* Store block sizes and corresponding erase functions in struct flashchipCarl-Daniel Hailfinger2009-09-051-0/+25
* Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devicesTURBO J2009-09-021-2/+10
* Adept layout handling to new programmer infrastructure and fix off-by-one errorCarl-Daniel Hailfinger2009-08-191-1/+1
* If FT2232H SPI is not enabled, it should be compiled out completelyCarl-Daniel Hailfinger2009-08-191-0/+6
* Support rdmsr/wrmsr operations on FreeBSDStefan Reinauer2009-08-191-1/+11
* Allow to compile out serprog completelyCarl-Daniel Hailfinger2009-08-121-0/+2
* Add a new field for the names of programmers and use it to match against user...Carl-Daniel Hailfinger2009-08-121-0/+1
* Use a common parameter variable for all programmersCarl-Daniel Hailfinger2009-08-121-6/+2
* Add fallback functions for programmer shutdown and memory mapping and fix FT2...Carl-Daniel Hailfinger2009-08-121-9/+13
* Fix up MSR handling to support more OSes than Linux. Stefan Reinauer2009-08-121-1/+8
* Replace remaining explicit erases in SPI programmer drivers with auto-erasesCarl-Daniel Hailfinger2009-08-101-1/+0
OpenPOWER on IntegriCloud