201093ef6d
Change-Id: I92f816aa1351a295287ebbcc78665ac87c318c23 Signed-off-by: Daniele Forsi <dforsi@gmail.com> Reviewed-on: http://review.coreboot.org/6386 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.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.