summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/gbe/gbe.c
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob: moved src to src/, .o files to obj/Francis Rowe2014-12-251-124/+0
|
* ich9deblob: clean up includes in the .c filesFrancis Rowe2014-12-251-3/+0
|
* ich9deblob: fix typo in commentFrancis Rowe2014-12-241-1/+1
|
* ich9deblob: x86compatibility.c: only print output on errorFrancis Rowe2014-12-231-0/+4
|
* ich9deblob: fix incorrect comment above gbe checksum functionFrancis Rowe2014-12-231-3/+2
|
* ich9deblob: add define for 0xBABA gbe checksum and use itFrancis Rowe2014-12-231-2/+2
|
* ich9deblob: gbe related debugging moved to separate functionFrancis Rowe2014-12-231-13/+31
|
* ich9deblob: make gbe checksum function take byte offset directlyFrancis Rowe2014-12-231-9/+8
|
* ich9deblob: Replace makefile (use dependencies)Francis Rowe2014-12-231-0/+107
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.