1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-09-08 14:30:44 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Urja Rannikko
304b351254 cli_common: Dont request reports from known-bad chip operations
Change-Id: Ic4dc0d85534f2fcfe4dcb9733d4994c8853b48a7
Signed-off-by: Urja Rannikko <urjaman@gmail.com>
2017-05-07 16:55:41 +03:00
Stefan Tauner
9b32de94f5 Refactor some CLI-relevant parts
Begin to move functions that clearly belong to the (command line)
user interface out of flashrom's core files like flashrom.c.

 - Refine messages within check_chip_supported(), rename it to
   print_chip_support_status() and move it to newly created cli_common.c.
 - Move flashbuses_to_text() to cli_common.c as well.
 - Move global verbosity variables to cli_output.c.

Corresponding to flashrom svn r1841.

Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
2014-08-08 23:52:33 +00:00