Would you mind to split this into separate commits? There are
at least 4 things done here:

Only the last point is mentioned in the summary line. I have
some comments that would better be placed on individual commits,
e.g.

Also, please adhere to the line length limit in commit messages.
For reference this is how Gerrit shows yours in a narrow browser
window (it breaks at 72 chars):

    add transforms
    Transforms transform coreboot ROM images to add or remove capabilities.
They let us test out new ideas for coreboot while not impacting
the coreboot source in any way.
    So, for example, should we want an image with a rampayload, we can
run the normal build process and then transform the resulting rom image
as needed.
    We can implement a postcar stage which loads a ram payload directly,
and do so in a way which has no impact on the coreboot source.
    This not only lets us change the output of the build process, it can be
implemented
without changing the coreboot source. Further, since the transform
Makefile depends
on the presence of a coreboot.rom in the directory, we can avoid the
build step
if we're just trying to transform a ROM we read from a FLASH part. Just
flashrom
-r the image, drop it into coreboot.rom in this directory, and no build
will be attempted.
    This example represents the first steps of building a rampayload
transform.
    Transforms should have zero impact on the $(top)/src tree, since they
are intended to be able to be used on prebuilt images. I did have to
make
one thing user selectable, namely, NO_RELOCATABLE_RAMSTAGE.

View Change

To view, visit change 37391. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I27c5686000f79e287adce3f0fa7b608683a9bfce
Gerrit-Change-Number: 37391
Gerrit-PatchSet: 6
Gerrit-Owner: ron minnich <rminnich@gmail.com>
Gerrit-Reviewer: David Hendricks <david.hendricks@gmail.com>
Gerrit-Reviewer: Jeremy Soller <jeremy@system76.com>
Gerrit-Reviewer: Lean Sheng Tan <lean.sheng.tan@intel.com>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik@intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Reviewer: ron minnich <rminnich@gmail.com>
Gerrit-CC: Nico Huber <nico.h@gmx.de>
Gerrit-Comment-Date: Sat, 07 Dec 2019 17:12:21 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment