mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00

Add a bash script for the flashrom CLI that auto-completes the command sequence. The script is generated from a template by substituting a list of enabled programmers. It requires an extra `bash-completion` package to work, but, fortunately, it's installed on most systems. Build system changes: meson: provide option `bash_completion` to determine if the script should be installed (depends on option `classic_cli`). makefile: make a list of enabled programmers (by using CONFIG_* variables) to do substitution manually Change-Id: Ie68bc91c3cea4de2ffdbeffd07e48edd8d5590e1 Signed-off-by: Alexander Goncharov <chat@joursoir.net> Reviewed-on: https://review.coreboot.org/c/flashrom/+/68247 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
22 lines
346 B
Plaintext
22 lines
346 B
Plaintext
*.d
|
|
!Makefile.d/
|
|
*.o
|
|
/.features
|
|
/.dependencies
|
|
/.libdeps
|
|
/build_details.txt
|
|
/flashrom
|
|
/flashrom-*
|
|
/flashrom.exe
|
|
/flashrom.8
|
|
/flashrom.bash
|
|
/libflashrom.a
|
|
/libflashrom-doc/
|
|
|
|
/util/ich_descriptors_tool/ich_descriptors_tool
|
|
/util/ich_descriptors_tool/ich_descriptors_tool.exe
|
|
/util/ich_descriptors_tool/.dep
|
|
/util/ich_descriptors_tool/.obj
|
|
|
|
target/
|