| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -2/+2 |
* | Move global io_base_addr into compilation units | Stefan Tauner | 2014-06-01 | 1 | -0/+1 |
* | Add additional error handling to pcidev_readbar() callers | Niklas Söderlund | 2013-08-23 | 1 | -0/+2 |
* | Decouple BAR reading from pci device init, handle errors gracefully | Carl-Daniel Hailfinger | 2013-01-05 | 1 | -3/+8 |
* | Unify PCI init and let pcidev clean itself up | Stefan Tauner | 2013-01-04 | 1 | -1/+1 |
* | Unify usbdev_status and pcidev_status into dev_entry | Stefan Tauner | 2012-12-27 | 1 | -1/+1 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -1/+1 |
* | Automatically release I/O permissions on shutdown | Carl-Daniel Hailfinger | 2012-07-21 | 1 | -2/+2 |
* | Hide hwaccess.h from public API | Patrick Georgi | 2012-07-20 | 1 | -0/+1 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -2/+8 |
* | Register Parallel/LPC/FWH programmers the same way SPI programmers are regist... | Carl-Daniel Hailfinger | 2011-11-09 | 1 | -3/+15 |
* | Rename CHIP_BUSTYPE_FOO to BUS_FOO | Carl-Daniel Hailfinger | 2011-07-27 | 1 | -1/+1 |
* | Use shutdown callback mechanism to shutdown programmers | David Hendricks | 2011-06-14 | 1 | -15/+17 |
* | Remove vendorid parameter from pcidev_init() | Carl-Daniel Hailfinger | 2011-03-07 | 1 | -2/+1 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | Various places in the flashrom source feature custom parameter extraction fro... | Carl-Daniel Hailfinger | 2010-07-06 | 1 | -2/+2 |
* | Kill global variables, constants and functions if local scope suffices | Carl-Daniel Hailfinger | 2010-07-03 | 1 | -3/+3 |
* | Set maximum flash size for 3Com NICs to 128kb = 1Mbit | Peter Stuge | 2010-06-17 | 1 | -0/+1 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -2/+0 |
* | Handle the following architectures in generic flashrom code | Carl-Daniel Hailfinger | 2010-05-26 | 1 | -0/+6 |
* | Replace PCI_OK/PCI_NT by OK/NT | Michael Karcher | 2010-02-24 | 1 | -10/+10 |
* | Add support for parallel flash on Dr. Kaiser PC-Waechter PCI devices | TURBO J | 2009-09-02 | 1 | -1/+2 |
* | "3COM 3C90xB: PCI 10BASE-T (TPO)" (10b7:9004) works fine | Carl-Daniel Hailfinger | 2009-08-24 | 1 | -1/+1 |
* | Use a common parameter variable for all programmers | Carl-Daniel Hailfinger | 2009-08-12 | 1 | -2/+2 |
* | Releasing IO permissions was done by hand everywhere | Carl-Daniel Hailfinger | 2009-08-09 | 1 | -6/+1 |
* | Mark 3COM "3C905B: Cyclone 10/100/BNC" as fully tested | Uwe Hermann | 2009-06-02 | 1 | -1/+1 |
* | Add support for the 10b7:9058 3COM NIC (3C905B: Cyclone 10/100/BNC) | Maciej Pijanka | 2009-06-02 | 1 | -2/+3 |
* | Only probe for chips with compatible bus protocols | Carl-Daniel Hailfinger | 2009-06-01 | 1 | -0/+2 |
* | Documentation improvements and small code/whitespace fixes | Uwe Hermann | 2009-05-19 | 1 | -5/+1 |
* | Factor out fallback_map/unmap, most external programmers don't need and speci... | Uwe Hermann | 2009-05-17 | 1 | -9/+0 |
* | Add proper workaround for 3COM 3C90xB cards, which need special fixups (the 3... | Uwe Hermann | 2009-05-16 | 1 | -1/+25 |
* | Introduce a type "chipaddr" to abstract the offsets within flash regions | Carl-Daniel Hailfinger | 2009-05-16 | 1 | -4/+4 |
* | Add generic 16 bit and 32 bit chip read/write emulation to the external flash... | Carl-Daniel Hailfinger | 2009-05-16 | 1 | -18/+0 |
* | Refactor parts of the 3COM NIC code | Uwe Hermann | 2009-05-15 | 1 | -88/+12 |
* | Make the nic3com code check how many supported NICs are found | Uwe Hermann | 2009-05-14 | 1 | -17/+24 |
* | Fix compilation of nic3com on 64bit | Carl-Daniel Hailfinger | 2009-05-14 | 1 | -2/+2 |
* | Unify usage of iopl-like code by introducing get_io_perms() | Uwe Hermann | 2009-05-14 | 1 | -15/+4 |
* | nic3com: allow selection of a particular PCI device to use as programmer | Christian Ruppert | 2009-05-14 | 1 | -21/+47 |
* | Fix nic3com.c build issues on *BSD | Uwe Hermann | 2009-05-13 | 1 | -1/+7 |
* | Add support for 3COM NICs as "external programmer" and Atmel AT49BV512 | Uwe Hermann | 2009-05-13 | 1 | -0/+170 |