| Commit message (Expand) | Author | Age | Files | Lines |
* | layout: Hoist get_region_range() into libflashrom API | Edward O'Callaghan | 2022-01-11 | 1 | -12/+23 |
* | layout: Turn overlap debug message into warning | Nico Huber | 2021-07-06 | 1 | -2/+2 |
* | layout: Fix overlap-check routine | Nico Huber | 2021-07-06 | 1 | -1/+1 |
* | layout: Tidy up the include-args API | Nico Huber | 2021-06-26 | 1 | -1/+1 |
* | layout: Kill the global layout | Nico Huber | 2021-06-26 | 1 | -20/+6 |
* | layout: Rework normalize_romentries() API | Nico Huber | 2021-06-26 | 1 | -4/+3 |
* | layout: Make `struct layout_include_args` private to `layout.c` | Nico Huber | 2021-06-26 | 1 | -0/+6 |
* | layout: Drop `count` parameter of flashrom_layout_new() | Nico Huber | 2021-06-26 | 1 | -3/+2 |
* | layout: Use linked list for `struct romentry` | Nico Huber | 2021-06-26 | 1 | -58/+48 |
* | layout: Introduce get_default_layout() | Nico Huber | 2021-06-26 | 1 | -1/+6 |
* | layout: Introduce flashrom_layout_new() | Nico Huber | 2021-06-26 | 1 | -1/+27 |
* | layout: Introduce flashrom_layout_add_region() | Nico Huber | 2021-06-26 | 1 | -17/+39 |
* | layout: Add `capacity` field | Nico Huber | 2021-06-26 | 1 | -4/+4 |
* | layout: Introduce layout_next() | Nico Huber | 2021-06-26 | 1 | -64/+80 |
* | treewide: Drop most cases of `sizeof(struct ...)` | Angel Pons | 2021-06-09 | 1 | -1/+1 |
* | cli_classic.c: implement set_wp_region operation | Daniel Campello | 2021-05-04 | 1 | -0/+14 |
* | cli_classic.c: add -x option for do_extract() | Daniel Campello | 2021-05-02 | 1 | -0/+19 |
* | layout: Add -i <region>[:<file>] support | Daniel Campello | 2021-04-27 | 1 | -24/+92 |
* | layout.h,c: Use 'false' over '0' for bool type | Edward O'Callaghan | 2020-12-20 | 1 | -2/+2 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -4/+5 |
* | tree: Make internal variables static | Jacob Garber | 2019-06-26 | 1 | -1/+1 |
* | layout: Introduce layout_next_included() | Nico Huber | 2019-06-17 | 1 | -0/+18 |
* | layout: Make `romentry.name` a pointer | Nico Huber | 2019-06-17 | 1 | -10/+21 |
* | layout: Move generic layout functions into `layout.c` | Nico Huber | 2019-06-17 | 1 | -0/+41 |
* | layout: Never use global `layout` directly | Nico Huber | 2019-06-17 | 1 | -20/+23 |
* | layout.c: Don't use global variables for included regions | Arthur Heymans | 2019-06-17 | 1 | -42/+43 |
* | layout.c: Use the libflashrom function for included arguments | Arthur Heymans | 2019-06-06 | 1 | -11/+6 |
* | Fix verification with sparse layouts | Nico Huber | 2019-04-02 | 1 | -0/+18 |
* | layout.c: Remove unused variable | Arthur Heymans | 2019-03-04 | 1 | -2/+0 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Move get_layout() from flashrom.c to layout.c | dhendrix | 2017-10-17 | 1 | -0/+8 |
* | Add option to read ROM layout from IFD | Nico Huber | 2017-06-14 | 1 | -9/+9 |
* | Kill doit() | Nico Huber | 2017-06-03 | 1 | -84/+0 |
* | Give layouts their own type | Nico Huber | 2017-06-03 | 1 | -42/+38 |
* | Fix fscanf format string security bug in layout.c | Carl-Daniel Hailfinger | 2016-03-13 | 1 | -1/+1 |
* | Rigorously check integrity of I/O stream data | Stefan Tauner | 2015-12-25 | 1 | -3/+3 |
* | Make read before write configurable (infrastructure part) | Stefan Tauner | 2014-10-19 | 1 | -5/+26 |
* | Add 'const' keyword to chip write and other function prototypes | Mark Marshall | 2014-05-09 | 1 | -2/+2 |
* | CID1130008: Resource leak read_romlayout() | Stefan Reinauer | 2014-04-26 | 1 | -0/+1 |
* | layout: Verify layout entries before building a new image using them | Stefan Tauner | 2013-09-23 | 1 | -4/+28 |
* | layout: Add a method to cleanup layout data structures | Stefan Tauner | 2013-09-15 | 1 | -0/+16 |
* | layout: Rename romlayout_t to romentry_t | Stefan Tauner | 2013-08-30 | 1 | -6/+6 |
* | layout: Rename romimages to num_rom_entries | Stefan Tauner | 2013-08-30 | 1 | -19/+18 |
* | Add a bunch of new/tested stuff and various small changes 14 | Stefan Tauner | 2012-09-21 | 1 | -1/+1 |
* | Make struct flashchip a field in struct flashctx instead of a complete copy | Carl-Daniel Hailfinger | 2012-08-25 | 1 | -2/+2 |
* | Move show_id to where it belongs | Stefan Tauner | 2012-08-11 | 1 | -101/+0 |
* | Remove exit() call from show_id | Niklas Söderlund | 2012-06-16 | 1 | -1/+1 |
* | Check for duplicate -i arguments | Stefan Tauner | 2012-04-15 | 1 | -9/+25 |
* | Replace --mainboard with -p internal:mainboard | Carl-Daniel Hailfinger | 2012-01-04 | 1 | -11/+14 |
* | Add deferred --image processing | Louis Yung-Chieh Lo | 2011-12-25 | 1 | -13/+72 |