summaryrefslogtreecommitdiffstats
path: root/resources/utilities
Commit message (Collapse)AuthorAgeFilesLines
...
* ich9deblob: gbe struct: info about word 0A (pci init control word)Francis Rowe2014-12-251-1/+17
|
* ich9deblob: gbe struct: more info about word 08-09 (pba low/high)Francis Rowe2014-12-251-2/+19
|
* ich9deblob: gbe struct: more info about words 06h and 07hFrancis Rowe2014-12-251-4/+3
|
* ich9deblob: gbe struct: info about word 05hFrancis Rowe2014-12-251-1/+1
|
* ich9deblob: gbe struct: info about word 04hFrancis Rowe2014-12-251-1/+1
|
* ich9deblob: add Word 03H bitfields to gbe structFrancis Rowe2014-12-251-2/+9
|
* ich9deblob: add real variable names to gbe struct membersFrancis Rowe2014-12-251-1/+35
| | | | (based on datasheets)
* ich9deblob: add more info from datasheet to descriptor structFrancis Rowe2014-12-251-2/+2
|
* ich9deblob: fix typoFrancis Rowe2014-12-251-1/+1
|
* ich9deblob: close file if there are errorsFrancis Rowe2014-12-251-0/+3
|
* ich9deblob: forgot to add obj directory. adding now.Francis Rowe2014-12-254-0/+0
|
* 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.