Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace rm -r with rm -R | Francis Rowe | 2015-06-06 | 1 | -1/+1 |
| | |||||
* | resources/utilities/ich9deblob/Makefile: Update copyright header | Francis Rowe | 2015-05-04 | 1 | -2/+2 |
| | | | | Forgot to do it yesterday | ||||
* | demefactory (new utility): create GM45 factory.rom without the ME | Francis Rowe | 2015-05-03 | 1 | -2/+15 |
| | |||||
* | ich9deblob/ich9gen: use portable data types | Francis Rowe | 2015-01-10 | 1 | -1/+2 |
| | | | | For those integers that need to be a certain byte size. | ||||
* | ich9deblob: make clean was not deleting ich9gen binary. fix that. | Francis Rowe | 2014-12-28 | 1 | -1/+3 |
| | |||||
* | ich9deblob: added ich9gen utility | Francis Rowe | 2014-12-28 | 1 | -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 Rowe | 2014-12-25 | 1 | -15/+17 |
| | |||||
* | ich9deblob: move x86compatibility.c and .h to /common | Francis Rowe | 2014-12-25 | 1 | -9/+9 |
| | |||||
* | ich9deblob: rename common/common.c to common/descriptor_gbe.c | Francis Rowe | 2014-12-25 | 1 | -5/+8 |
| | |||||
* | ich9deblob: move 12k descriptor gbe file creation to new file | Francis Rowe | 2014-12-25 | 1 | -2/+5 |
| | |||||
* | ich9deblob: rename main.c back to ich9deblob.c | Francis Rowe | 2014-12-23 | 1 | -4/+4 |
| | |||||
* | ich9deblob: Replace makefile (use dependencies) | Francis Rowe | 2014-12-23 | 1 | -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.h | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob: move gbe/struct.h to gbe/gbe.h | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob: move ich9desc.h to descriptor/struct.h | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob: move ich9gbe.h to gbe/struct.h | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob: move x86 compatibility checks to a separate file | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob (Makefile): add *.o to rm -f's in make clean | Francis Rowe | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | ich9deblob: separate gbe struct into new file ich9gbe.c | Francis Rowe | 2014-12-22 | 1 | -2/+2 |
| | |||||
* | ich9deblob: add Makefile | Francis Rowe | 2014-12-22 | 1 | -0/+27 |