mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-26 22:52:34 +02:00
doc: Add doc for dummyflasher
Change-Id: I1e2039a3dcb958e96c4f1ff7b99a5629c3e83ed1 Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/82482 Reviewed-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
85b977151b
commit
22e5d4a419
14
doc/supported_hw/supported_prog/dummyflasher.rst
Normal file
14
doc/supported_hw/supported_prog/dummyflasher.rst
Normal file
@ -0,0 +1,14 @@
|
||||
============
|
||||
Dummyflasher
|
||||
============
|
||||
|
||||
Dummyflasher programmer is software-only implementation of a flashrom programmer. In other words,
|
||||
it is an emulator which operates on in-memory arrays of bytes instead of a real chip. Dummyflasher does not interact with any hardware.
|
||||
|
||||
This programmer is actively used in unit tests.
|
||||
|
||||
Also, since dummyflasher implements all of the programmers APIs, it can be used as an example or as a starting point for implementing a new programmer.
|
||||
|
||||
Related documents:
|
||||
|
||||
* :doc:`/contrib_howtos/how_to_add_unit_test`
|
@ -13,4 +13,5 @@ Patches to add/update documentation, or migrate docs from `old wiki website <htt
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
dummyflasher
|
||||
serprog/index
|
||||
|
Loading…
x
Reference in New Issue
Block a user