summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob: added ich9gen utilityFrancis Rowe2014-12-281-1/+28
| | | | | This can generate the descriptor+gbe images from scratch, without the need for a factory.bin dump.
* ich9deblob: moved src to src/, .o files to obj/Francis Rowe2014-12-251-15/+17
|
* ich9deblob: move x86compatibility.c and .h to /commonFrancis Rowe2014-12-251-9/+9
|
* ich9deblob: rename common/common.c to common/descriptor_gbe.cFrancis Rowe2014-12-251-5/+8
|
* ich9deblob: move 12k descriptor gbe file creation to new fileFrancis Rowe2014-12-251-2/+5
|
* ich9deblob: rename main.c back to ich9deblob.cFrancis Rowe2014-12-231-4/+4
|
* ich9deblob: Replace makefile (use dependencies)Francis Rowe2014-12-231-4/+18
| | | | | | | Use .h and .c files properly. Use header guards. Define function names in .h files (actual functions in the .c files), and so on. Move all functions from the .h files to corresponding .c files.
* ich9deblob: rename descriptor/struct.h to descriptor/descriptor.hFrancis Rowe2014-12-231-2/+2
|
* ich9deblob: move gbe/struct.h to gbe/gbe.hFrancis Rowe2014-12-231-2/+2
|
* ich9deblob: move ich9desc.h to descriptor/struct.hFrancis Rowe2014-12-231-2/+2
|
* ich9deblob: move ich9gbe.h to gbe/struct.hFrancis Rowe2014-12-231-2/+2
|
* ich9deblob: move x86 compatibility checks to a separate fileFrancis Rowe2014-12-231-2/+2
|
* ich9deblob (Makefile): add *.o to rm -f's in make cleanFrancis Rowe2014-12-221-1/+1
|
* ich9deblob: separate gbe struct into new file ich9gbe.cFrancis Rowe2014-12-221-2/+2
|
* ich9deblob: add MakefileFrancis Rowe2014-12-221-0/+27