| Commit message (Expand) | Author | Age | Files | Lines |
* | pcidev: Avoid internal programmer relying on pacc global | Edward O'Callaghan | 2022-02-24 | 1 | -23/+14 |
* | internal.c: Seperate out get_params() from internal_init() | Edward O'Callaghan | 2022-02-17 | 1 | -15/+35 |
* | hwaccess: fix build on non-x86 targets | Peter Marheine | 2022-01-25 | 1 | -6/+9 |
* | hwaccess: move mmio functions into hwaccess_physmap | Thomas Heijligen | 2022-01-20 | 1 | -1/+0 |
* | physmap: rename to hwaccess_physmap, create own header | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | hwaccess: move x86 port I/O related code into own files | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | pci.h: move include into own wrapper | Thomas Heijligen | 2021-12-22 | 1 | -0/+1 |
* | hwaccess: replace flashrom specific macros by compiler defines | Thomas Heijligen | 2021-10-15 | 1 | -1/+0 |
* | internal.c: unify the macro for x86 only code | Thomas Heijligen | 2021-09-29 | 1 | -7/+7 |
* | programmer_table: move each entry to the associated programmer source | Thomas Heijligen | 2021-06-10 | 1 | -1/+11 |
* | programmer: Smoothen register_par_master API | Anastasia Klimchuk | 2021-05-23 | 1 | -1/+1 |
* | Add missing platform.h includes | Miriam Polzer | 2020-12-26 | 1 | -0/+1 |
* | internal.c: De-maze the pre-processor wraps a little | Edward O'Callaghan | 2020-10-28 | 1 | -5/+3 |
* | internal.c: Co-locate global variables to top of file | Edward O'Callaghan | 2020-10-27 | 1 | -8/+8 |
* | internal.c: Reshuffle functions to avoid forward decls | Edward O'Callaghan | 2020-10-27 | 1 | -50/+36 |
* | internal: Fix board vendor and model memory leaks | Jacob Garber | 2019-09-24 | 1 | -15/+32 |
* | tree: Remove unused functions with no prototypes | Jacob Garber | 2019-06-23 | 1 | -11/+0 |
* | Rework internal bus handling and laptop bail-out | Nico Huber | 2019-06-06 | 1 | -31/+39 |
* | linux_mtd: Import driver from ChromiumOS | David Hendricks | 2018-05-17 | 1 | -0/+3 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | internal: Only build on x86 and mipsel | Nico Huber | 2017-12-19 | 1 | -33/+3 |
* | internal: Fix warnings about unused constants | Nico Huber | 2017-12-09 | 1 | -0/+4 |
* | Pimp the manpage to create nicer hyperlinks and HTML output | Stefan Tauner | 2016-01-14 | 1 | -1/+1 |
* | Unify target OS and CPU architecture checks | Stefan Tauner | 2015-01-10 | 1 | -8/+8 |
* | Introduce generic shutdown_free() and remove redundant internal_shutdown() | Stefan Tauner | 2014-08-31 | 1 | -7/+0 |
* | Rename programmer registration functions | Carl-Daniel Hailfinger | 2014-07-19 | 1 | -2/+2 |
* | IT87: Add ability to select between chips on GIGABYTE DualBIOS boards | Vadim Girlin | 2013-08-24 | 1 | -3/+2 |
* | Various cross-platform fixes | Carl-Daniel Hailfinger | 2013-07-13 | 1 | -1/+5 |
* | Add a bunch of new/tested stuff and various small changes 17 | Stefan Tauner | 2013-02-22 | 1 | -1/+1 |
* | Introduce msg_*warn | Stefan Tauner | 2013-01-04 | 1 | -1/+1 |
* | Unify PCI init and let pcidev clean itself up | Stefan Tauner | 2013-01-04 | 1 | -4/+2 |
* | Fix flashrom running on boards with coreboot | Stefan Tauner | 2012-09-24 | 1 | -7/+3 |
* | Add a bunch of new/tested stuff and various small changes 14 | Stefan Tauner | 2012-09-21 | 1 | -3/+0 |
* | Some ISO C fixes | Carl-Daniel Hailfinger | 2012-08-27 | 1 | -0/+1 |
* | Refactor the -p internal:mainboard handling | Stefan Tauner | 2012-08-20 | 1 | -7/+26 |
* | Remove more exit calls | Niklas Söderlund | 2012-07-30 | 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 Winbond W836xx SuperI/O detection | Carl-Daniel Hailfinger | 2012-05-06 | 1 | -5/+7 |
* | Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPI | Carl-Daniel Hailfinger | 2012-03-01 | 1 | -1/+1 |
* | Replace --mainboard with -p internal:mainboard | Carl-Daniel Hailfinger | 2012-01-04 | 1 | -0/+10 |
* | Add struct flashctx * parameter to all functions accessing flash chips | Carl-Daniel Hailfinger | 2011-12-18 | 1 | -7/+28 |
* | Register Parallel/LPC/FWH programmers the same way SPI programmers are regist... | Carl-Daniel Hailfinger | 2011-11-09 | 1 | -2/+17 |
* | Make the laptop warning less scary if unsure | Stefan Tauner | 2011-09-13 | 1 | -6/+8 |
* | Introduce ERROR_FATAL, abort upon failed chipset enables | Tadas Slotkus | 2011-09-03 | 1 | -1/+2 |
* | Rename CHIP_BUSTYPE_FOO to BUS_FOO | Carl-Daniel Hailfinger | 2011-07-27 | 1 | -1/+1 |
* | Be more refined regarding DMI chassis types | Stefan Tauner | 2011-07-26 | 1 | -5/+14 |
* | Change "class" parameter name to "devclass" to avoid C++ issues | Uwe Hermann | 2011-07-13 | 1 | -2/+2 |
* | Use shutdown callback mechanism to shutdown programmers | David Hendricks | 2011-06-14 | 1 | -7/+8 |
* | Kill central list of SPI programmers | Michael Karcher | 2011-05-11 | 1 | -0/+5 |