Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ich9deblob: move x86compatibility.c and .h to /common | Francis Rowe | 2014-12-25 | 1 | -173/+0 |
| | |||||
* | ich9deblob: x86compatibility.c includes the .h file now | Francis Rowe | 2014-12-25 | 1 | -2/+1 |
| | |||||
* | ich9deblob: x86compatibility.c: only print output on error | Francis Rowe | 2014-12-23 | 1 | -23/+21 |
| | |||||
* | ich9deblob: Replace makefile (use dependencies) | Francis Rowe | 2014-12-23 | 1 | -2/+1 |
| | | | | | | | 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 GBEREGIONSIZE to GBEREGIONSIZE_8K | Francis Rowe | 2014-12-23 | 1 | -2/+2 |
| | |||||
* | ich9deblob: unify comment styling | Francis Rowe | 2014-12-23 | 1 | -46/+59 |
| | |||||
* | ich9deblob: rename descriptor/struct.h to descriptor/descriptor.h | Francis Rowe | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | ich9deblob: move gbe/struct.h to gbe/gbe.h | Francis Rowe | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | ich9deblob: move ich9desc.h to descriptor/struct.h | Francis Rowe | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | ich9deblob: fix GPL headers (forgot to do it earlier) | Francis Rowe | 2014-12-23 | 1 | -0/+23 |
| | |||||
* | ich9deblob: move ich9gbe.h to gbe/struct.h | Francis Rowe | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | ich9deblob: move x86 compatibility checks to a separate file | Francis Rowe | 2014-12-23 | 1 | -0/+141 |