summaryrefslogtreecommitdiffstats
path: root/fmap.c
Commit message (Expand)AuthorAgeFilesLines
* tree/: Convert flashchip read func ptr to enumerateEdward O'Callaghan2022-11-011-4/+4
* fmap.c: Retype appropriate variables with boolFelix Singer2022-09-081-5/+8
* libflashrom/fmap: Don't use off_t for flash offsetsJulius Werner2022-02-201-4/+4
* fmap.c: Avoid undefined behaviour with fmap_lsearch([len:=0])Edward O'Callaghan2022-02-031-0/+3
* treewide: Drop most cases of `sizeof(struct ...)`Angel Pons2021-06-091-1/+1
* fmap.{c,h}: update copyright year and nameNikolai Artemiev2020-10-301-1/+1
* Fix -Wsign-compare troubleNico Huber2019-07-311-2/+2
* fmap.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-5/+3
* fmap: Fix length calculation in error messageNico Huber2018-12-211-1/+1
* Add support to get layout from fmap (e.g. coreboot rom)Arthur Heymans2018-10-231-0/+333