summaryrefslogtreecommitdiff
path: root/internal.c
Commit message (Expand)AuthorAgeFilesLines
* Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPIhailfinger2012-03-011-1/+1
* Replace --mainboard with -p internal:mainboardhailfinger2012-01-041-0/+10
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-7/+28
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-2/+17
* Make the laptop warning less scary if unsurestefanct2011-09-131-6/+8
* Introduce ERROR_FATAL, abort upon failed chipset enables.uwe2011-09-031-1/+2
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-1/+1
* be more refined regarding DMI chassis typesstefanct2011-07-261-5/+14
* Change "class" parameter name to "devclass" to avoid C++ issues.uwe2011-07-131-2/+2
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-7/+8
* kill central list of SPI programmersmkarcher2011-05-111-0/+5
* Revamp board-specific quirk handling, allow for laptop supporthailfinger2011-05-051-3/+10
* Add support for more than one Super I/O or EC per machine.hailfinger2011-04-271-3/+15
* Remove duplicate includes from the code.stepan2010-10-061-2/+0
* Support for Loongson-2F (MIPS) flashing.hailfinger2010-09-291-1/+1
* The variable 'ret' is unused when compiling on BigEndian architecture.uwe2010-09-201-0/+2
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Autodetect the ITE IT8705 Super I/O and enable flash writes if ithailfinger2010-07-101-2/+4
* Make programmer_param static by converting all users tohailfinger2010-07-081-3/+3
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-6/+15
* Kill unneeded #include wherever possible.hailfinger2010-06-211-3/+0
* The internal programmer needs correct information about flash_base andhailfinger2010-06-041-2/+34
* So far, we have up to 4 different names for the same thing (ignoringhailfinger2010-05-311-1/+1
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-2/+10
* --force may have been a good idea back when only developers were usinghailfinger2010-04-281-29/+59
* Autodetect ITE IT87* LPC->SPI translation on all boards without the needhailfinger2010-03-251-0/+3
* Various coding style and cosmetic changes (trivial).uwe2010-03-131-5/+6
* Implement tested/untested status for board enablesmkarcher2010-02-281-0/+20
* Warn if running on laptopsmkarcher2010-02-261-0/+12
* Linking in support for the internal programmer doesn't make sense if youhailfinger2010-02-121-56/+0
* Matching board via DMImkarcher2010-01-201-0/+1
* Some programmers (most notably FT2232SPI) use fallback_* and noop_*, buthailfinger2010-01-061-77/+0
* internal.c was always compiled in because it hosted the functionhailfinger2009-12-241-12/+0
* SuperI/O detection now happens unconditionally and before the chipsethailfinger2009-12-221-0/+14
* Internal (onboard) programming was the only feature which could not behailfinger2009-12-131-0/+4
* Add support for every single SiS chipset out there.hailfinger2009-11-151-0/+20
* Allow to exclude each of the external programmer drivers from beinghailfinger2009-09-161-5/+12
* Don't abort if chipset init failed because the failing init may havehailfinger2009-09-021-1/+5
* FT2232 and IT87 programmers used functions of the dummy programmerhailfinger2009-08-121-0/+11
* Releasing IO permissions was done by hand everywhere. Use a properhailfinger2009-08-091-3/+8
* Sometimes we want to read/write more than 4 bytes of chip content athailfinger2009-06-051-0/+22
* Add external programmer delay functions so external programmers canhailfinger2009-06-051-0/+12
* Factor out fallback_map/unmap, most external programmers don't needuwe2009-05-171-0/+11
* Use accessor functions for MMIO. Some MMIO accesses used volatile,hailfinger2009-05-171-5/+35
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-3/+0
* Use chipaddr instead of volatile uint8_t * because when we accesshailfinger2009-05-161-10/+10
* Add generic 16 bit and 32 bit chip read/write emulation to the externalhailfinger2009-05-161-0/+31
* Fix compilation of nic3com on 64bit.hailfinger2009-05-141-1/+1
* Factor out portable iopl()-style code into a global functionuwe2009-05-141-5/+10
* 3COM: Add support for users to specify a certain NIC via PCI bus:slot.funcuwe2009-05-141-0/+11