| Commit message (Expand) | Author | Age | Files | Lines |
* | internal: Move laptop_ok into board_cfg | Edward O'Callaghan | 2023-04-06 | 1 | -33/+34 |
* | internal: Move is_laptop into board_cfg | Edward O'Callaghan | 2023-04-02 | 1 | -6/+5 |
* | board_enables: Allow for prog cfg coupling with board cfg | Edward O'Callaghan | 2023-04-02 | 1 | -3/+5 |
* | dmi.c: Pass is_laptop by ref into dmi | Edward O'Callaghan | 2023-03-28 | 1 | -9/+8 |
* | tree/: Rename 'laptop_ok-> g_laptop_ok' to avoid shadowing | Edward O'Callaghan | 2023-03-28 | 1 | -6/+6 |
* | internal: Move parallel logic into internal_par implementation | Edward O'Callaghan | 2023-02-15 | 1 | -57/+2 |
* | internal.c: Factor out laptop alerts into helper func | Edward O'Callaghan | 2023-02-14 | 1 | -25/+31 |
* | internal.c: Move sio register to own object | Edward O'Callaghan | 2023-02-04 | 1 | -28/+0 |
* | internal,board_enable: Remove force_boardenable from globals | Edward O'Callaghan | 2023-01-15 | 1 | -4/+4 |
* | parallel: Drop explicit fallback_chip_X boilerplate | Edward O'Callaghan | 2023-01-11 | 1 | -1/+0 |
* | internal.c: laptop_ok global state can become stale | Edward O'Callaghan | 2022-12-01 | 1 | -0/+3 |
* | tree/: Rename ERROR_FATAL to ERROR_FLASHROM_FATAL | Edward O'Callaghan | 2022-11-09 | 1 | -1/+1 |
* | drivers: Move (un)map_flash_region to par/spi/opaque_master | Jonathon Hall | 2022-10-08 | 1 | -2/+2 |
* | drivers/: Make 'internal_delay' the default unless defined | Edward O'Callaghan | 2022-09-27 | 1 | -1/+0 |
* | internal.c: Pass `programmer_cfg` to `try_mtd()` | Angel Pons | 2022-09-21 | 1 | -1/+1 |
* | tree: Retype variable `laptop_ok` with bool | Felix Singer | 2022-09-08 | 1 | -1/+1 |
* | internal.c: Retype appropriate variables with bool | Felix Singer | 2022-09-08 | 1 | -12/+13 |
* | tree: plumb programmer_cfg into chipset_flash_enable() | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | tree: Port programmers to pass programmer_cfg to extractors | Edward O'Callaghan | 2022-09-07 | 1 | -4/+4 |
* | it87spi.c: Allow passing programmer_cfg directly | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | tree: Allow passing programmer_cfg directly to programmer | Edward O'Callaghan | 2022-09-07 | 1 | -3/+5 |
* | tree: Change signature of extract_programmer_param_str() | Edward O'Callaghan | 2022-09-07 | 1 | -4/+4 |
* | Add `str` extension to extract_programmer_param function name | Chinmay Lonkar | 2022-07-02 | 1 | -4/+4 |
* | tree: indent struct *_master consistently with tabs | Thomas Heijligen | 2022-06-27 | 1 | -8/+8 |
* | pcidev: Move pci_dev_find() from internal to canonical place | Edward O'Callaghan | 2022-03-22 | 1 | -11/+0 |
* | pcidev: Move pci_card_find() from internal to canonical place | Edward O'Callaghan | 2022-03-22 | 1 | -19/+0 |
* | pcidev: Move scandev_inclass logic from internal to pcidev | Edward O'Callaghan | 2022-03-04 | 1 | -19/+0 |
* | 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 |