summaryrefslogtreecommitdiffstats
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* ich9deblob: moved src to src/, .o files to obj/Francis Rowe2014-12-2511-15/+17
|
* ich9deblob: add ich9deblob.h for ich9deblob.cFrancis Rowe2014-12-252-7/+38
|
* ich9deblob: clean up includes in the .c filesFrancis Rowe2014-12-258-12/+12
|
* ich9deblob: move x86compatibility.c and .h to /commonFrancis Rowe2014-12-254-15/+15
|
* ich9deblob: rename common/common.c to common/descriptor_gbe.cFrancis Rowe2014-12-254-13/+16
|
* ich9deblob: move 12k descriptor gbe file creation to new fileFrancis Rowe2014-12-254-38/+113
|
* ich9deblob: x86compatibility.c includes the .h file nowFrancis Rowe2014-12-252-2/+4
|
* ich9deblob: fix typo in commentFrancis Rowe2014-12-241-1/+1
|
* ich9deblob: add platform region to descriptor debug functionFrancis Rowe2014-12-232-1/+9
|
* ich9deblob: improve the instructions in the outputFrancis Rowe2014-12-231-1/+1
|
* ich9deblob: debug in descriptor deblob moved to separate functionFrancis Rowe2014-12-233-10/+54
|
* ich9deblob: x86compatibility.c: only print output on errorFrancis Rowe2014-12-232-23/+25
|
* 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-232-3/+10
|
* ich9deblob: gbe related debugging moved to separate functionFrancis Rowe2014-12-233-13/+40
|
* ich9deblob: make gbe checksum function take byte offset directlyFrancis Rowe2014-12-232-10/+9
|
* ich9deblob: rename main.c back to ich9deblob.cFrancis Rowe2014-12-232-5/+5
|
* ich9deblob: Replace makefile (use dependencies)Francis Rowe2014-12-238-186/+305
| | | | | | | 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 itFrancis Rowe2014-12-231-5/+12
|
* ich9deblob: rename GBEREGIONSIZE to GBEREGIONSIZE_8KFrancis Rowe2014-12-233-15/+15
|
* ich9deblob: unify comment stylingFrancis Rowe2014-12-234-269/+384
|
* ich9deblob: fix descriptions in src headersFrancis Rowe2014-12-232-2/+2
|
* ich9deblob: rename descriptor/struct.h to descriptor/descriptor.hFrancis Rowe2014-12-234-4/+4
|
* ich9deblob: move descriptor functions to descriptor/struct.hFrancis Rowe2014-12-232-83/+88
|
* ich9deblob: move gbe/struct.h to gbe/gbe.hFrancis Rowe2014-12-234-4/+4
|
* ich9deblob: move gbe functions to gbe/struct.hFrancis Rowe2014-12-232-68/+73
|
* ich9deblob: move ich9desc.h to descriptor/struct.hFrancis Rowe2014-12-234-7/+7
|
* ich9deblob: fix GPL headers (forgot to do it earlier)Francis Rowe2014-12-232-1/+25
|
* ich9deblob: move ich9gbe.h to gbe/struct.hFrancis Rowe2014-12-234-7/+7
|
* ich9deblob: move x86 compatibility checks to a separate fileFrancis Rowe2014-12-235-158/+171
|
* ich9deblob: descriptor deblob doesn't need gbe start definedFrancis Rowe2014-12-221-4/+4
|
* ich9deblob: re-order functions, labelling what each group is forFrancis Rowe2014-12-221-136/+148
|
* ich9deblob: rename factoryGbeRegionLocation factoryGbeRegionStartFrancis Rowe2014-12-221-8/+8
|
* ich9deblob: rename romSize to factoryRomSizeFrancis Rowe2014-12-221-8/+8
|
* ich9deblob: clean upFrancis Rowe2014-12-221-74/+55
|
* ich9deblob: move int romSize variable init to top of mainFrancis Rowe2014-12-221-1/+4
|
* ich9deblob: reduce compatibility checks to a single function callFrancis Rowe2014-12-221-4/+12
|
* ich9deblob: refactor variable names to top of the main functionFrancis Rowe2014-12-221-31/+34
|
* ich9deblob: rename descriptor deblob functionFrancis Rowe2014-12-221-3/+3
| | | | Make it more obvious what it does.
* ich9deblob: move Gbe deblobbing to a separate functionFrancis Rowe2014-12-221-6/+18
|
* ich9deblob: fail if struct members are in wrong order in memoryFrancis Rowe2014-12-221-2/+59
|
* ich9deblob: use unsigned char as cast when checking endiannessFrancis Rowe2014-12-221-1/+1
|
* ich9deblob: check that bitfields are stored in the correct orderFrancis Rowe2014-12-221-0/+40
|
* ich9deblob: fix accidental deletion of ich9deblob.cFrancis Rowe2014-12-221-6/+0
|
* ich9deblob/ich9desc.c: add reserved variable names to null membersFrancis Rowe2014-12-222-23/+29
|
* ich9deblob: remove wrong commentFrancis Rowe2014-12-221-1/+0
|
* ich9deblob: move endianness checking to a separate functionFrancis Rowe2014-12-221-25/+31
|
* ich9deblob: move struct size checks to a separate functionFrancis Rowe2014-12-221-13/+18
|
* ich9deblob: fail on big endian systemsFrancis Rowe2014-12-221-0/+8
|
* ich9deblob: fix wrong comments about gbe/descriptor sizeFrancis Rowe2014-12-221-2/+2
|