summaryrefslogtreecommitdiff
path: root/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Fix fscanf format string security bug in layout.chailfinger2016-03-131-1/+1
* Rigorously check integrity of I/O stream data.stefanct2015-12-251-3/+3
* Make read before write configurable (infrastructure part).stefanct2014-10-191-5/+26
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-2/+2
* CID1130008: Resource leak read_romlayout().stefanct2014-04-261-0/+1
* layout: Verify layout entries before building a new image using them.stefanct2013-09-231-4/+28
* layout: Add a method to cleanup layout data structures.stefanct2013-09-151-0/+16
* layout: Rename romlayout_t to romentry_t.stefanct2013-08-301-6/+6
* layout: Rename romimages to num_rom_entries.stefanct2013-08-301-19/+18
* Add a bunch of new/tested stuff and various small changes 14.stefanct2012-09-211-1/+1
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-2/+2
* Move show_id to where it belongs.stefanct2012-08-111-101/+0
* Remove exit() call from show_idhailfinger2012-06-161-1/+1
* Check for duplicate -i arguments.stefanct2012-04-151-9/+25
* Replace --mainboard with -p internal:mainboardhailfinger2012-01-041-11/+14
* Add deferred --image processingstefanct2011-12-251-13/+72
* layout: change return type and name of find_next_included_romentrystefanct2011-12-251-16/+17
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-1/+1
* explain better what checks are disabled in case we detect a legacy BIOSstefanct2011-05-181-1/+2
* Stop reading layout info when the max layout count has been reached.hailfinger2010-12-041-0/+8
* Change semantics of image building in the layout code.hailfinger2010-11-021-21/+51
* flashrom torture test script.hailfinger2010-10-291-1/+1
* Always read the flash chip before writing. This will allow flashrom tohailfinger2010-10-191-5/+4
* Add support for building flashrom against libpayload.oxygene2010-09-301-0/+2
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-2/+2
* So far, we have up to 4 different names for the same thing (ignoringhailfinger2010-05-311-2/+2
* Remove unneeded #include statements completely.hailfinger2010-05-301-15/+16
* --force may have been a good idea back when only developers were usinghailfinger2010-04-281-3/+4
* Internal (onboard) programming was the only feature which could not behailfinger2009-12-131-0/+4
* Flashrom has the ability to use layout files with romentries, but thishailfinger2009-08-191-6/+5
* Sometimes we want to read/write more than 4 bytes of chip content athailfinger2009-06-051-0/+1
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-2/+0
* Original v2 revision: 4196uwe2009-04-231-2/+1
* Original v2 revision: 3857stuge2009-01-121-2/+2
* Original v2 revision: 3834uwe2008-12-221-0/+5
* Original v2 revision: 3669uwe2008-10-181-3/+3
* Original v2 revision: 3420hailfinger2008-07-111-12/+20
* Original v2 revision: 3412uwe2008-07-031-7/+4
* Original v2 revision: 3408hailfinger2008-07-031-1/+13
* Original v2 revision: 3367stuge2008-06-181-3/+1
* Original v2 revision: 3126uwe2008-03-041-0/+20
* Original v2 revision: 3054stepan2008-01-181-2/+2
* Original v2 revision: 2873uwe2007-10-171-7/+6
* Original v2 revision: 2847uwe2007-10-101-10/+10
* Original v2 revision: 2846uwe2007-10-101-10/+10
* Original v2 revision: 2748uwe2007-08-231-0/+2
* Original v2 revision: 2746uwe2007-08-231-3/+1
* Original v2 revision: 2643uwe2007-05-091-68/+68
* Original v2 revision: 2610stepan2007-04-141-1/+2