| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | layout: change return type and name of find_next_included_romentry | Stefan Tauner | 2011-12-25 | 1 | -16/+17 |
* | Use struct flashctx instead of struct flashchip for flash chip access | Carl-Daniel Hailfinger | 2011-12-14 | 1 | -1/+1 |
* | Explain better what checks are disabled in case we detect a legacy BIOS | Stefan Tauner | 2011-05-18 | 1 | -1/+2 |
* | Stop reading layout info when the max layout count has been reached | Carl-Daniel Hailfinger | 2010-12-04 | 1 | -0/+8 |
* | Change semantics of image building in the layout code | Carl-Daniel Hailfinger | 2010-11-02 | 1 | -21/+51 |
* | Flashrom torture test script | David Hendricks | 2010-10-29 | 1 | -1/+1 |
* | Always read the flash chip before writing | Carl-Daniel Hailfinger | 2010-10-19 | 1 | -5/+4 |
* | Add support for building flashrom against libpayload | Patrick Georgi | 2010-09-30 | 1 | -0/+2 |
* | Split off programmer.h from flash.h | Carl-Daniel Hailfinger | 2010-07-27 | 1 | -0/+1 |
* | Kill global variables, constants and functions if local scope suffices | Carl-Daniel Hailfinger | 2010-07-03 | 1 | -2/+2 |
* | So far, we have up to 4 different names for the same thing (ignoring capitali... | Carl-Daniel Hailfinger | 2010-05-31 | 1 | -2/+2 |
* | Remove unneeded #include statements completely | Carl-Daniel Hailfinger | 2010-05-30 | 1 | -15/+16 |
* | One of the problems is that --force had multiple meanings | Carl-Daniel Hailfinger | 2010-04-28 | 1 | -3/+4 |
* | Internal (onboard) programming was the only feature which could not be disabled | Carl-Daniel Hailfinger | 2009-12-13 | 1 | -0/+4 |
* | Adept layout handling to new programmer infrastructure and fix off-by-one error | Carl-Daniel Hailfinger | 2009-08-19 | 1 | -6/+5 |
* | Sometimes we want to read/write more than 4 bytes of chip content at once | Carl-Daniel Hailfinger | 2009-06-05 | 1 | -0/+1 |
* | Drop unused/duplicated #includes and some dead code | Uwe Hermann | 2009-05-16 | 1 | -2/+0 |
* | Don't duplicate option description in README, the manpage already has that info | Uwe Hermann | 2009-04-23 | 1 | -2/+1 |