summaryrefslogtreecommitdiffstats
path: root/layout.c
Commit message (Expand)AuthorAgeFilesLines
* Rigorously check integrity of I/O stream dataStefan Tauner2015-12-251-3/+3
* Make read before write configurable (infrastructure part)Stefan Tauner2014-10-191-5/+26
* Add 'const' keyword to chip write and other function prototypesMark Marshall2014-05-091-2/+2
* CID1130008: Resource leak read_romlayout()Stefan Reinauer2014-04-261-0/+1
* layout: Verify layout entries before building a new image using themStefan Tauner2013-09-231-4/+28
* layout: Add a method to cleanup layout data structuresStefan Tauner2013-09-151-0/+16
* layout: Rename romlayout_t to romentry_tStefan Tauner2013-08-301-6/+6
* layout: Rename romimages to num_rom_entriesStefan Tauner2013-08-301-19/+18
* Add a bunch of new/tested stuff and various small changes 14Stefan Tauner2012-09-211-1/+1
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-2/+2
* Move show_id to where it belongsStefan Tauner2012-08-111-101/+0
* Remove exit() call from show_idNiklas Söderlund2012-06-161-1/+1
* Check for duplicate -i argumentsStefan Tauner2012-04-151-9/+25
* Replace --mainboard with -p internal:mainboardCarl-Daniel Hailfinger2012-01-041-11/+14
* Add deferred --image processingLouis Yung-Chieh Lo2011-12-251-13/+72
* layout: change return type and name of find_next_included_romentryStefan Tauner2011-12-251-16/+17
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-1/+1
* Explain better what checks are disabled in case we detect a legacy BIOSStefan Tauner2011-05-181-1/+2
* Stop reading layout info when the max layout count has been reachedCarl-Daniel Hailfinger2010-12-041-0/+8
* Change semantics of image building in the layout codeCarl-Daniel Hailfinger2010-11-021-21/+51
* Flashrom torture test scriptDavid Hendricks2010-10-291-1/+1
* Always read the flash chip before writingCarl-Daniel Hailfinger2010-10-191-5/+4
* Add support for building flashrom against libpayloadPatrick Georgi2010-09-301-0/+2
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-2/+2
* So far, we have up to 4 different names for the same thing (ignoring capitali...Carl-Daniel Hailfinger2010-05-311-2/+2
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-15/+16
* One of the problems is that --force had multiple meaningsCarl-Daniel Hailfinger2010-04-281-3/+4
* Internal (onboard) programming was the only feature which could not be disabledCarl-Daniel Hailfinger2009-12-131-0/+4
* Adept layout handling to new programmer infrastructure and fix off-by-one errorCarl-Daniel Hailfinger2009-08-191-6/+5
* Sometimes we want to read/write more than 4 bytes of chip content at onceCarl-Daniel Hailfinger2009-06-051-0/+1
* Drop unused/duplicated #includes and some dead codeUwe Hermann2009-05-161-2/+0
* Don't duplicate option description in README, the manpage already has that infoUwe Hermann2009-04-231-2/+1
* Check return value of fscanf()/fwrite()/fread()Peter Stuge2009-01-121-2/+2
* If you pass a bogus layout file to the -l option flashrom will segfaultUwe Hermann2008-12-221-0/+5
* Coding-style fixes for flashrom, partly indent-aidedUwe Hermann2008-10-181-3/+3
* Fix and clean up coreboot image detection heuristicCarl-Daniel Hailfinger2008-07-111-12/+20
* Minor cosmetics, e.gUwe Hermann2008-07-031-7/+4
* Improve coreboot image detection heuristicCarl-Daniel Hailfinger2008-07-031-1/+13
* Force read unknown flash chipsPeter Stuge2008-06-181-3/+1
* Add missing license header to layout.cUwe Hermann2008-03-041-0/+20
* Rename LinuxBIOS to corebootStefan Reinauer2008-01-181-2/+2
* Some cosmetic cleanups in the flashrom code and outputUwe Hermann2007-10-171-7/+6
* Revert my last cleanup patchUwe Hermann2007-10-101-10/+10
* Cosmetic changes to make the flashrom output more consistentUwe Hermann2007-10-101-10/+10
* Cosmetic fixesUwe Hermann2007-08-231-0/+2
* Drop a bunch of useless header files, merge them into flash.hUwe Hermann2007-08-231-3/+1
* Fix coding style of flashrom by running indent on all filesUwe Hermann2007-05-091-68/+68
* Exit on return code of read_layout and print error message to stderr instead ...Stefan Reinauer2007-04-141-1/+2
* Redo image checking in conversion caseStefan Reinauer2005-12-181-13/+31
OpenPOWER on IntegriCloud