summaryrefslogtreecommitdiff
path: root/util/i915tool/README
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-05-05 13:53:58 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-05-06 19:10:49 +0200
commitdcc9fe243031092c432c282c75ee11477bc56e05 (patch)
tree560877ce10d5a7793f862df875b2d690be93a7b0 /util/i915tool/README
parentd6fac38d771119399118516f8066c1564ea7fcec (diff)
downloadcoreboot-dcc9fe243031092c432c282c75ee11477bc56e05.tar.xz
Drop i915tool
This tool has had its own repository since a long time: https://code.google.com/p/i915tool/ Drop the obsolete copy we kept in the tree. Change-Id: Idee4ea3423453f6ced6e95c0bd2e45d95ca61851 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10114 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/i915tool/README')
-rw-r--r--util/i915tool/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/util/i915tool/README b/util/i915tool/README
deleted file mode 100644
index cb5f986acf..0000000000
--- a/util/i915tool/README
+++ /dev/null
@@ -1,11 +0,0 @@
-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.