| Commit message (Expand) | Author | Age | Files | Lines |
* | ich9deblob: x86compatibility.c includes the .h file now | Francis Rowe | 2014-12-25 | 2 | -2/+4 |
* | Enable cstates 1 and 2 on macbook21 | Francis Rowe | 2014-12-25 | 2 | -1/+3 |
* | ich9deblob: fix typo in comment | Francis Rowe | 2014-12-24 | 1 | -1/+1 |
* | ich9deblob: add platform region to descriptor debug function | Francis Rowe | 2014-12-24 | 2 | -1/+9 |
* | ich9deblob: improve the instructions in the output | Francis Rowe | 2014-12-24 | 1 | -1/+1 |
* | ich9deblob: debug in descriptor deblob moved to separate function | Francis Rowe | 2014-12-24 | 3 | -10/+54 |
* | ich9deblob: x86compatibility.c: only print output on error | Francis Rowe | 2014-12-24 | 2 | -23/+25 |
* | ich9deblob: fix incorrect comment above gbe checksum function | Francis Rowe | 2014-12-24 | 1 | -3/+2 |
* | ich9deblob: add define for 0xBABA gbe checksum and use it | Francis Rowe | 2014-12-24 | 2 | -3/+10 |
* | ich9deblob: gbe related debugging moved to separate function | Francis Rowe | 2014-12-24 | 3 | -13/+40 |
* | ich9deblob: make gbe checksum function take byte offset directly | Francis Rowe | 2014-12-24 | 2 | -10/+9 |
* | ich9deblob: rename main.c back to ich9deblob.c | Francis Rowe | 2014-12-24 | 2 | -5/+5 |
* | ich9deblob: Replace makefile (use dependencies) | Francis Rowe | 2014-12-24 | 9 | -186/+306 |
* | 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 | 3 | -15/+15 |
* | ich9deblob: unify comment styling | Francis Rowe | 2014-12-23 | 4 | -269/+384 |
* | ich9deblob: fix descriptions in src headers | Francis Rowe | 2014-12-23 | 2 | -2/+2 |
* | ich9deblob: rename descriptor/struct.h to descriptor/descriptor.h | Francis Rowe | 2014-12-23 | 4 | -4/+4 |
* | ich9deblob: move descriptor functions to descriptor/struct.h | Francis Rowe | 2014-12-23 | 2 | -83/+88 |
* | ich9deblob: move gbe/struct.h to gbe/gbe.h | Francis Rowe | 2014-12-23 | 4 | -4/+4 |
* | ich9deblob: move gbe functions to gbe/struct.h | Francis Rowe | 2014-12-23 | 2 | -68/+73 |
* | ich9deblob: move ich9desc.h to descriptor/struct.h | Francis Rowe | 2014-12-23 | 4 | -7/+7 |
* | ich9deblob: fix GPL headers (forgot to do it earlier) | Francis Rowe | 2014-12-23 | 2 | -1/+25 |
* | ich9deblob: move ich9gbe.h to gbe/struct.h | Francis Rowe | 2014-12-23 | 4 | -7/+7 |
* | ich9deblob: move x86 compatibility checks to a separate file | Francis Rowe | 2014-12-23 | 5 | -158/+171 |
* | ich9deblob: descriptor deblob doesn't need gbe start defined | Francis Rowe | 2014-12-23 | 1 | -4/+4 |
* | ich9deblob: re-order functions, labelling what each group is for | Francis Rowe | 2014-12-23 | 1 | -136/+148 |
* | ich9deblob: rename factoryGbeRegionLocation factoryGbeRegionStart | Francis Rowe | 2014-12-22 | 1 | -8/+8 |
* | ich9deblob: rename romSize to factoryRomSize | Francis Rowe | 2014-12-22 | 1 | -8/+8 |
* | ich9deblob: clean up | Francis Rowe | 2014-12-22 | 1 | -74/+55 |
* | ich9deblob: move int romSize variable init to top of main | Francis Rowe | 2014-12-22 | 1 | -1/+4 |
* | ich9deblob: reduce compatibility checks to a single function call | Francis Rowe | 2014-12-22 | 1 | -4/+12 |
* | ich9deblob: refactor variable names to top of the main function | Francis Rowe | 2014-12-22 | 1 | -31/+34 |
* | ich9deblob: rename descriptor deblob function | Francis Rowe | 2014-12-22 | 1 | -3/+3 |
* | ich9deblob: move Gbe deblobbing to a separate function | Francis Rowe | 2014-12-22 | 1 | -6/+18 |
* | ich9deblob: fail if struct members are in wrong order in memory | Francis Rowe | 2014-12-22 | 1 | -2/+59 |
* | ich9deblob: use unsigned char as cast when checking endianness | Francis Rowe | 2014-12-22 | 1 | -1/+1 |
* | ich9deblob: check that bitfields are stored in the correct order | Francis Rowe | 2014-12-22 | 1 | -0/+40 |
* | ich9deblob: fix accidental deletion of ich9deblob.c | Francis Rowe | 2014-12-22 | 1 | -6/+0 |
* | ich9deblob/ich9desc.c: add reserved variable names to null members | Francis Rowe | 2014-12-22 | 2 | -23/+29 |
* | ich9deblob: remove wrong comment | Francis Rowe | 2014-12-22 | 1 | -1/+0 |
* | ich9deblob: move endianness checking to a separate function | Francis Rowe | 2014-12-22 | 1 | -25/+31 |
* | ich9deblob: move struct size checks to a separate function | Francis Rowe | 2014-12-22 | 1 | -13/+18 |
* | ich9deblob: fail on big endian systems | Francis Rowe | 2014-12-22 | 1 | -0/+8 |
* | ich9deblob: fix wrong comments about gbe/descriptor size | Francis Rowe | 2014-12-22 | 1 | -2/+2 |
* | ich9deblob: improve the debug messages (easier to understand) | Francis Rowe | 2014-12-22 | 1 | -8/+8 |
* | ich9deblob: descriptor deblobbing moved to separate function | Francis Rowe | 2014-12-22 | 1 | -65/+84 |
* | ich9deblob: instruct the user how to modify their ROM image | Francis Rowe | 2014-12-22 | 1 | -0/+3 |
* | ich9deblob: correct the main gbe region | Francis Rowe | 2014-12-22 | 1 | -17/+77 |
* | ich9deblob: clarify that the gbe location is for factory.rom | Francis Rowe | 2014-12-22 | 1 | -4/+4 |