a46a712610
In the file `COPYING` in the coreboot repository and upstream [1] just one space is used. The following command was used to convert all files. $ git grep -l 'MA 02' | xargs sed -i 's/MA 02/MA 02/' [1] http://www.gnu.org/licenses/gpl-2.0.txt Change-Id: Ic956dab2820a9e2ccb7841cab66966ba168f305f Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2490 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com> |
||
---|---|---|
.. | ||
spatches | ||
Makefile | ||
README | ||
main.c | ||
pci.c | ||
plusplusplus | ||
transform | ||
video.h |
README
spatches are the semantic patches tmp is just tmp inputs are copied from $LINUX per-file-changes contain input files that have specific transforms final contains the final form of the file, with 'global' changes applied (e.g. kzalloc -> calloc) transform copies files from $LINUX and then transforms them for use by stand-alone program/coreboot The Makefile is simple; this runs 'fast enough' that a complicated Makefile is not worth it. There's still some duct tape here but it's getting there.