summaryrefslogtreecommitdiff
path: root/nicrealtek.c
Commit message (Expand)AuthorAgeFilesLines
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-2/+8
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-2/+14
* Rename CHIP_BUSTYPE_FOO to BUS_FOO.hailfinger2011-07-271-1/+1
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-8/+10
* Simplify pcidev_init by killing the vendorid parameter which was prettyhailfinger2011-03-071-18/+1
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Various places in the flashrom source feature custom parameterhailfinger2010-07-061-3/+2
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-2/+2
* The nicrealtek code uses magic constants, but they are not explained.hailfinger2010-06-141-0/+16
* Remove unneeded #include statements completely.hailfinger2010-05-301-2/+0
* Handle the following architectures in generic flashrom code:hailfinger2010-05-261-0/+6
* Various nicrealtek fixes:uwe2010-05-241-17/+23
* Add missing nicrealtek.c which was missing from revision 1002 which washailfinger2010-05-211-0/+89