coreboot-kgpe-d16/util/i915tool
Daniele Forsi 201093ef6d util/i915tool: close the file also when fread() returned an error
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>
2014-07-30 13:16:53 +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 util/i915tool: close the file also when fread() returned an error 2014-07-30 13:16:53 +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.