coreboot-kgpe-d16/util/i915tool
Kyösti Mälkki ecd8424919 Fix whitespace leaked into tree
Clean whitespace errors that have gotten past lint-stable-003-whitespace
and gerrit review.

Change-Id: Id76fc68e9d32d1b2b672d519b75cdc80cc4f1ad9
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/3920
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-09-17 21:04:35 +02:00
..
spatches Fix whitespace leaked into tree 2013-09-17 21:04:35 +02:00
Makefile Add a tool to work on i915 hardware in user mode 2012-05-08 00:40:36 +02:00
README Add a tool to work on i915 hardware in user mode 2012-05-08 00:40:36 +02:00
main.c Add a tool to work on i915 hardware in user mode 2012-05-08 00:40:36 +02:00
pci.c GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« 2013-03-01 10:16:08 +01:00
plusplusplus Add a tool to work on i915 hardware in user mode 2012-05-08 00:40:36 +02:00
transform Add a tool to work on i915 hardware in user mode 2012-05-08 00:40:36 +02:00
video.h Add a tool to work on i915 hardware in user mode 2012-05-08 00:40:36 +02:00

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.