diff options
Diffstat (limited to 'util/i915tool/README')
-rw-r--r-- | util/i915tool/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/util/i915tool/README b/util/i915tool/README new file mode 100644 index 0000000000..cb5f986acf --- /dev/null +++ b/util/i915tool/README @@ -0,0 +1,11 @@ +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. |