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
README
main.c util/i915tool: close the file also when fread() returned an error 2014-07-30 13:16:53 +02:00
pci.c
plusplusplus
transform
video.h

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.