summaryrefslogtreecommitdiffstats
path: root/internal.c
Commit message (Expand)AuthorAgeFilesLines
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-4/+4
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-8/+8
* pcidev: Move pci_dev_find() from internal to canonical placeEdward O'Callaghan2022-03-221-11/+0
* pcidev: Move pci_card_find() from internal to canonical placeEdward O'Callaghan2022-03-221-19/+0
* pcidev: Move scandev_inclass logic from internal to pcidevEdward O'Callaghan2022-03-041-19/+0
* pcidev: Avoid internal programmer relying on pacc globalEdward O'Callaghan2022-02-241-23/+14
* internal.c: Seperate out get_params() from internal_init()Edward O'Callaghan2022-02-171-15/+35
* hwaccess: fix build on non-x86 targetsPeter Marheine2022-01-251-6/+9
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+0
* physmap: rename to hwaccess_physmap, create own headerThomas Heijligen2021-12-221-0/+1
* hwaccess: move x86 port I/O related code into own filesThomas Heijligen2021-12-221-0/+1
* pci.h: move include into own wrapperThomas Heijligen2021-12-221-0/+1
* hwaccess: replace flashrom specific macros by compiler definesThomas Heijligen2021-10-151-1/+0
* internal.c: unify the macro for x86 only codeThomas Heijligen2021-09-291-7/+7
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-1/+11
* programmer: Smoothen register_par_master APIAnastasia Klimchuk2021-05-231-1/+1
* Add missing platform.h includesMiriam Polzer2020-12-261-0/+1
* internal.c: De-maze the pre-processor wraps a littleEdward O'Callaghan2020-10-281-5/+3
* internal.c: Co-locate global variables to top of fileEdward O'Callaghan2020-10-271-8/+8
* internal.c: Reshuffle functions to avoid forward declsEdward O'Callaghan2020-10-271-50/+36
* internal: Fix board vendor and model memory leaksJacob Garber2019-09-241-15/+32
* tree: Remove unused functions with no prototypesJacob Garber2019-06-231-11/+0
* Rework internal bus handling and laptop bail-outNico Huber2019-06-061-31/+39
* linux_mtd: Import driver from ChromiumOSDavid Hendricks2018-05-171-0/+3
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* internal: Only build on x86 and mipselNico Huber2017-12-191-33/+3
* internal: Fix warnings about unused constantsNico Huber2017-12-091-0/+4
* Pimp the manpage to create nicer hyperlinks and HTML outputStefan Tauner2016-01-141-1/+1
* Unify target OS and CPU architecture checksStefan Tauner2015-01-101-8/+8
* Introduce generic shutdown_free() and remove redundant internal_shutdown()Stefan Tauner2014-08-311-7/+0
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* IT87: Add ability to select between chips on GIGABYTE DualBIOS boardsVadim Girlin2013-08-241-3/+2
* Various cross-platform fixesCarl-Daniel Hailfinger2013-07-131-1/+5
* Add a bunch of new/tested stuff and various small changes 17Stefan Tauner2013-02-221-1/+1
* Introduce msg_*warnStefan Tauner2013-01-041-1/+1
* Unify PCI init and let pcidev clean itself upStefan Tauner2013-01-041-4/+2
* Fix flashrom running on boards with corebootStefan Tauner2012-09-241-7/+3
* Add a bunch of new/tested stuff and various small changes 14Stefan Tauner2012-09-211-3/+0
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-0/+1
* Refactor the -p internal:mainboard handlingStefan Tauner2012-08-201-7/+26
* Remove more exit callsNiklas Söderlund2012-07-301-1/+1
* Automatically release I/O permissions on shutdownCarl-Daniel Hailfinger2012-07-211-2/+2
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* Add Winbond W836xx SuperI/O detectionCarl-Daniel Hailfinger2012-05-061-5/+7
* Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPICarl-Daniel Hailfinger2012-03-011-1/+1
* Replace --mainboard with -p internal:mainboardCarl-Daniel Hailfinger2012-01-041-0/+10
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-7/+28
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-2/+17
* Make the laptop warning less scary if unsureStefan Tauner2011-09-131-6/+8
* Introduce ERROR_FATAL, abort upon failed chipset enablesTadas Slotkus2011-09-031-1/+2