Anastasia Klimchuk has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/86060?usp=email )
Change subject: doc: Add recent entries into Recent development doc ......................................................................
doc: Add recent entries into Recent development doc
Normally the info would be added in the same patch, but these efforts were ongoing in parallel with release prep, which makes it hard to modify devel.rst at the same time.
Change-Id: Ic852df125c9740d95dc1b9ad8ad97bfd56d40211 Signed-off-by: Anastasia Klimchuk aklm@flashrom.org --- M doc/release_notes/devel.rst 1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/60/86060/1
diff --git a/doc/release_notes/devel.rst b/doc/release_notes/devel.rst index bb2b73d..05fe4a0 100644 --- a/doc/release_notes/devel.rst +++ b/doc/release_notes/devel.rst @@ -16,3 +16,22 @@ not currently supported.
https://ticket.coreboot.org/issues/370 + +flashchips.c split into separate files by vendor +================================================ + +``flashchips.c`` file was split into separate files per vendor. flashchips.c still exists in the source +code but it is much smaller and only contain "generic" chip entries. + +With this, instead of one file ``flashchips.c`` we now have a ``flashchips/`` directory which contains +all the files. + +There are no changes to the usage, and everything that's supported stays the same. + +New features +============ + +-r/-w/-v argument is optional when using -i +------------------------------------------- + +See :doc:`/classic_cli_manpage` for details.