| Commit message (Expand) | Author | Age | Files | Lines |
* | fmap: ignore areas with zero size | Peter Marheine | 2023-03-14 | 1 | -0/+10 |
* | libflashrom: Add flags to skip unreadable and unwritable regions | Nikolai Artemiev | 2022-12-18 | 1 | -9/+13 |
* | libflashrom.c: Invert if conditions to improve the readability | Felix Singer | 2022-12-11 | 1 | -36/+36 |
* | flashrom.c: Make 'chip_to_probe' a param to probe_flash() | Edward O'Callaghan | 2022-11-06 | 1 | -4/+2 |
* | tree/: Convert flashchip read func ptr to enumerate | Edward O'Callaghan | 2022-11-01 | 1 | -1/+1 |
* | writeprotect.c: Allow opaque masters to hook {read,write}_register() | Edward O'Callaghan | 2022-06-21 | 1 | -9/+9 |
* | libflashrom: Return progress state to the library user | Richard Hughes | 2022-05-25 | 1 | -0/+19 |
* | libflashrom: Move documentation to header | Evan Benn | 2022-05-06 | 1 | -308/+0 |
* | libflashrom,linux_mtd: add linux_mtd writeprotect support | Nikolai Artemiev | 2022-04-05 | 1 | -16/+9 |
* | libflashrom.c: Fix unintialized value passed to function | aarya | 2022-03-30 | 1 | -1/+1 |
* | libflashrom,writeprotect: add flashrom_wp_get_available_ranges() | Nikolai Artemiev | 2022-03-01 | 1 | -0/+73 |
* | libflashrom,writeprotect: add functions for reading/writing WP configs | Nikolai Artemiev | 2022-03-01 | 1 | -0/+125 |
* | libflashrom: Allow NULL-pointer argument in flashrom_flash_release() | Nico Huber | 2022-02-28 | 1 | -0/+3 |
* | libflashrom/fmap: Don't use off_t for flash offsets | Julius Werner | 2022-02-20 | 1 | -1/+1 |
* | hwaccess: move mmio functions into hwaccess_physmap | Thomas Heijligen | 2022-01-20 | 1 | -1/+0 |
* | libflashrom: Avoid using the global layout | Nico Huber | 2021-06-26 | 1 | -3/+5 |
* | libflashrom: Free `chip` instance upon flashctx teardown | Nico Huber | 2021-06-26 | 1 | -0/+2 |
* | layout: Use linked list for `struct romentry` | Nico Huber | 2021-06-26 | 1 | -5/+0 |
* | layout: Introduce flashrom_layout_new() | Nico Huber | 2021-06-26 | 1 | -14/+11 |
* | layout: Introduce flashrom_layout_add_region() | Nico Huber | 2021-06-26 | 1 | -14/+5 |
* | layout: Add `capacity` field | Nico Huber | 2021-06-26 | 1 | -1/+1 |
* | layout: Introduce layout_next() | Nico Huber | 2021-06-26 | 1 | -2/+7 |
* | libflashrom: remove flashrom_supported_programmers | Thomas Heijligen | 2021-06-20 | 1 | -20/+0 |
* | programmer_init: use struct programmer_entry* | Thomas Heijligen | 2021-06-10 | 1 | -1/+1 |
* | flashrom.c libflashrom.c: replace enum programmer with size_t | Thomas Heijligen | 2021-06-10 | 1 | -1/+1 |
* | programmer_table: replace PROGRAMMER_INVALID with programmer_table_size | Thomas Heijligen | 2021-06-10 | 1 | -4/+4 |
* | treewide: Drop most cases of `sizeof(struct ...)` | Angel Pons | 2021-06-09 | 1 | -1/+1 |
* | programmer_table: convert entries to pointers | Thomas Heijligen | 2021-06-09 | 1 | -2/+2 |
* | Use singular they to refer to "the user" in comments | Angel Pons | 2021-04-21 | 1 | -1/+1 |
* | libflashrom.c: Fix indentation of a brace | Angel Pons | 2020-05-28 | 1 | -1/+1 |
* | libflashrom.c: Use casts on enum conversions | Angel Pons | 2020-05-28 | 1 | -2/+4 |
* | libflashrom.c: Use correct type for sizeof | Angel Pons | 2020-05-03 | 1 | -1/+1 |
* | Fix compilation if CONFIG_INTERNAL=no | Jonathan Liu | 2019-10-08 | 1 | -0/+8 |
* | Fix more sign-compare issues | Nico Huber | 2019-10-05 | 1 | -1/+1 |
* | libflashrom: add querying functions with meson integration | Artur Raglis | 2019-09-17 | 1 | -1/+136 |
* | layout: Make `romentry.name` a pointer | Nico Huber | 2019-06-17 | 1 | -3/+7 |
* | layout: Move generic layout functions into `layout.c` | Nico Huber | 2019-06-17 | 1 | -34/+0 |
* | libflashrom: Add CPP guard to fix big-endian builds | Nico Huber | 2019-06-14 | 1 | -0/+2 |
* | cli: Add error on missing IFD | Patrick Rudolph | 2019-06-14 | 1 | -0/+3 |
* | Add support to get layout from fmap (e.g. coreboot rom) | Arthur Heymans | 2018-10-23 | 1 | -0/+119 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Drop redundant `enum msglevel` | Nico Huber | 2017-07-13 | 1 | -2/+2 |
* | fixup! Add a convenient libflashrom interface | Nico Huber | 2017-06-20 | 1 | -1/+1 |
* | Add option to read ROM layout from IFD | Nico Huber | 2017-06-14 | 1 | -0/+82 |
* | Add a convenient libflashrom interface | Nico Huber | 2017-06-03 | 1 | -0/+334 |