summaryrefslogtreecommitdiff
path: root/futility/cmd_dump_fmap.c
Commit message (Expand)AuthorAgeFilesLines
* futility/cmd_dump_fmap.c: Rewrite with scoped logicEdward O'Callaghan2023-05-151-4/+4
* futility/cmd_dump_fmap.c: Rewrite to se proper arg identifiersEdward O'Callaghan2023-05-151-15/+15
* futility/cmd_dump_fmap.c: Rewrite without globalsEdward O'Callaghan2023-05-151-36/+36
* futility/cmd_*: Cleanups for maintainabilityEdward O'Callaghan2023-04-031-43/+30
* futility/cmd_*.c: Use ERROR() macro consistentlyEdward O'Callaghan2023-03-311-12/+11
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* Revert "Reland: Clean up implicit fall through."stabilize-rust-13613.BJulius Werner2020-11-201-2/+2
* Avoid zero-size VLA in cmd_dump_fmap.cinglorion2020-03-181-1/+2
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-011-2/+2
* Revert "Clean up implicit fall through."Mathew King2019-11-051-2/+2
* Clean up implicit fall through.Manoj Gupta2019-11-051-2/+2
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-231-2/+2
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-281-2/+2
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+2
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-2/+2
* Fix more coverity warnings in utilitiesRandall Spangler2016-09-151-5/+6
* futility/host lib: Fix coverity warningsRandall Spangler2016-09-141-2/+4
* futility: Let each command provide its own helpBill Richardson2015-03-181-5/+14
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-181-20/+17
* futility: Add global args to specify vboot API and formatstabilize-6842.Bstabilize-6835.BBill Richardson2015-02-281-5/+6
* futility: allow dump_fmap to specify where to extract areaBill Richardson2014-09-251-6/+34
* futility: Improve help messagesstabilize-6297.BBill Richardson2014-09-241-41/+47
* cleanup: add some easier-to-use FMAP parsing functions.Bill Richardson2014-08-291-11/+8
* futility: Reformat to use kernel coding styleBill Richardson2014-08-251-384/+391
* Avoid coredumps if the FMAP is wrong.Bill Richardson2014-07-171-11/+17
* Cleanup: remove some noisy output from some utilitiesBill Richardson2014-07-151-2/+0
* Revert "futility: Use flashrom for 'dump_fmap -x'"Simon Glass2013-07-151-34/+24
* futility: Use flashrom for 'dump_fmap -x'factory-pit-4390.BSimon Glass2013-07-111-24/+34
* Build dump_fmap into futility.Bill Richardson2013-04-091-0/+476