summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Backport changes to master branchLeah Rowe2016-06-271-1/+1
|
* backport changes to master branchLeah Woods2016-05-061-1/+1
|
* backport changes to master branchMinifree Ltd2016-04-261-1/+1
|
* Replace rm -r with rm -RFrancis Rowe2015-06-061-1/+1
|
* resources/utilities/ich9deblob/Makefile: Update copyright headerFrancis Rowe2015-05-041-2/+2
| | | | Forgot to do it yesterday
* demefactory (new utility): create GM45 factory.rom without the MEFrancis Rowe2015-05-031-2/+15
|
* ich9deblob/ich9gen: use portable data typesFrancis Rowe2015-01-101-1/+2
| | | | For those integers that need to be a certain byte size.
* ich9deblob: make clean was not deleting ich9gen binary. fix that.Francis Rowe2014-12-281-1/+3
|
* 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