summaryrefslogtreecommitdiffstats
path: root/internal.c
Commit message (Expand)AuthorAgeFilesLines
* Linking in support for the internal programmer doesn't make sense if you only...Carl-Daniel Hailfinger2010-02-121-56/+0
* Matching board via DMIMichael Karcher2010-01-201-0/+1
* Some programmers (most notably FT2232SPI) use fallback_* and noop_*, but thos...Carl-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
* FT2232 and IT87 programmers used functions of the dummy programmer instead of...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 external programmer delay functions so external programmers can handle th...Carl-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
* Use chipaddr instead of volatile uint8_t * because when we access chips in ex...Carl-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
* Factor out portable iopl()-style code into a global function which all progra...Uwe Hermann2009-05-141-5/+10
* 3COM: Add support for users to specify a certain NIC via PCI bus:slot.func no...Christian Ruppert2009-05-141-0/+11
* Add external flasher supportCarl-Daniel Hailfinger2009-05-081-0/+154
OpenPOWER on IntegriCloud