aboutsummaryrefslogtreecommitdiff
path: root/util/i915tool/README
blob: cb5f986acf8aa760a65e9896b0cd771be8212c62 (plain)
1
2
3
4
5
6
7
8
9
10
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.