summaryrefslogtreecommitdiffstats
path: root/internal.c
Commit message (Expand)AuthorAgeFilesLines
* Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPICarl-Daniel Hailfinger2012-03-011-1/+1
* Replace --mainboard with -p internal:mainboardCarl-Daniel Hailfinger2012-01-041-0/+10
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-7/+28
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-2/+17
* Make the laptop warning less scary if unsureStefan Tauner2011-09-131-6/+8
* Introduce ERROR_FATAL, abort upon failed chipset enablesTadas Slotkus2011-09-031-1/+2
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-1/+1
* Be more refined regarding DMI chassis typesStefan Tauner2011-07-261-5/+14
* Change "class" parameter name to "devclass" to avoid C++ issuesUwe Hermann2011-07-131-2/+2
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-7/+8
* Kill central list of SPI programmersMichael Karcher2011-05-111-0/+5
* Revamp board-specific quirk handling, allow for laptop supportCarl-Daniel Hailfinger2011-05-051-3/+10
* Add support for more than one Super I/O or EC per machineCarl-Daniel Hailfinger2011-04-271-3/+15
* Remove duplicate includes from the codeStefan Reinauer2010-10-061-2/+0
* Support for Loongson-2F (MIPS) flashingVladimir 'phcoder' Serbinenko2010-09-291-1/+1
* internal: remove unused variablePeter Lemenkov2010-09-201-0/+2
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Generify support for ITE IT8705 Super I/OCarl-Daniel Hailfinger2010-07-101-2/+4
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-3/+3
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-6/+15
* Kill unneeded #include wherever possibleCarl-Daniel Hailfinger2010-06-211-3/+0
* Internal: introduce processor enables and abort if top/bottom alignment is un...Carl-Daniel Hailfinger2010-06-041-2/+34
* So far, we have up to 4 different names for the same thing (ignoring capitali...Carl-Daniel Hailfinger2010-05-311-1/+1
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-2/+10
* One of the problems is that --force had multiple meaningsCarl-Daniel Hailfinger2010-04-281-29/+59
* Autodetect ITE IT87* LPC->SPI translation on all boards without the need for ...Carl-Daniel Hailfinger2010-03-251-0/+3
* Various coding style and cosmetic changesUwe Hermann2010-03-131-5/+6
* Implement tested/untested status for board enablesMichael Karcher2010-02-281-0/+20
* Warn if running on laptopsMichael Karcher2010-02-261-0/+12
* Split internal.c into internal.c and hwaccess.cCarl-Daniel Hailfinger2010-02-121-56/+0
* Matching board via DMIMichael Karcher2010-01-201-0/+1
* Move generic programmer function into newly introduced programmer.cCarl-Daniel Hailfinger2010-01-061-77/+0
* Internal.c was always compiled in because it hosted the function internal_del...Carl-Daniel Hailfinger2009-12-241-12/+0
* SuperI/O detection now happens unconditionally and before the chipset enableCarl-Daniel Hailfinger2009-12-221-0/+14
* Internal (onboard) programming was the only feature which could not be disabledCarl-Daniel Hailfinger2009-12-131-0/+4
* Add support for every single SiS chipset out thereCarl-Daniel Hailfinger2009-11-151-0/+20
* Allow to exclude each of the external programmer drivers from being compiled inCarl-Daniel Hailfinger2009-09-161-5/+12
* Don't abort if chipset init failed because the failing init may have been a w...Carl-Daniel Hailfinger2009-09-021-1/+5
* Add fallback functions for programmer shutdown and memory mapping and fix FT2...Carl-Daniel Hailfinger2009-08-121-0/+11
* Releasing IO permissions was done by hand everywhereCarl-Daniel Hailfinger2009-08-091-3/+8
* Sometimes we want to read/write more than 4 bytes of chip content at onceCarl-Daniel Hailfinger2009-06-051-0/+22
* Add programmer-specific delay functionsCarl-Daniel Hailfinger2009-06-051-0/+12
* Factor out fallback_map/unmap, most external programmers don't need and speci...Uwe Hermann2009-05-171-0/+11
* Use accessor functions for MMIOCarl-Daniel Hailfinger2009-05-171-5/+35
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-3/+0
* Introduce a type "chipaddr" to abstract the offsets within flash regionsCarl-Daniel Hailfinger2009-05-161-10/+10
* Add generic 16 bit and 32 bit chip read/write emulation to the external flash...Carl-Daniel Hailfinger2009-05-161-0/+31
* Fix compilation of nic3com on 64bitCarl-Daniel Hailfinger2009-05-141-1/+1
* Unify usage of iopl-like code by introducing get_io_perms()Uwe Hermann2009-05-141-5/+10
* nic3com: allow selection of a particular PCI device to use as programmerChristian Ruppert2009-05-141-0/+11
OpenPOWER on IntegriCloud