Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ich9deblob: fix typo in comment | Francis Rowe | 2014-12-24 | 1 | -1/+1 |
| | |||||
* | ich9deblob: x86compatibility.c: only print output on error | Francis Rowe | 2014-12-23 | 1 | -0/+4 |
| | |||||
* | ich9deblob: fix incorrect comment above gbe checksum function | Francis Rowe | 2014-12-23 | 1 | -3/+2 |
| | |||||
* | ich9deblob: add define for 0xBABA gbe checksum and use it | Francis Rowe | 2014-12-23 | 2 | -3/+10 |
| | |||||
* | ich9deblob: gbe related debugging moved to separate function | Francis Rowe | 2014-12-23 | 2 | -13/+33 |
| | |||||
* | ich9deblob: make gbe checksum function take byte offset directly | Francis Rowe | 2014-12-23 | 2 | -10/+9 |
| | |||||
* | ich9deblob: Replace makefile (use dependencies) | Francis Rowe | 2014-12-23 | 2 | -75/+113 |
| | | | | | | | 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: define GBEREGIONSIZE_4K and use it | Francis Rowe | 2014-12-23 | 1 | -5/+12 |
| | |||||
* | ich9deblob: rename GBEREGIONSIZE to GBEREGIONSIZE_8K | Francis Rowe | 2014-12-23 | 1 | -5/+5 |
| | |||||
* | ich9deblob: unify comment styling | Francis Rowe | 2014-12-23 | 1 | -43/+66 |
| | |||||
* | ich9deblob: fix descriptions in src headers | Francis Rowe | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | ich9deblob: move gbe/struct.h to gbe/gbe.h | Francis Rowe | 2014-12-23 | 1 | -0/+0 |
| | |||||
* | ich9deblob: move gbe functions to gbe/struct.h | Francis Rowe | 2014-12-23 | 1 | -0/+73 |
| | |||||
* | ich9deblob: fix GPL headers (forgot to do it earlier) | Francis Rowe | 2014-12-23 | 1 | -1/+2 |
| | |||||
* | ich9deblob: move ich9gbe.h to gbe/struct.h | Francis Rowe | 2014-12-23 | 1 | -0/+54 |