Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ich9deblob/ich9gen: checksum function: rename variable | Francis Rowe | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | ich9deblob/ich9gen: rename checksum function | Francis Rowe | 2015-01-10 | 1 | -2/+2 |
| | | | | It's actually working on a 4KiB buffer, not an 8KiB buffer. | ||||
* | ich9deblob: do not change the MAC address | Francis Rowe | 2015-01-10 | 1 | -15/+1 |
| | | | | ich9gen can change the MAC address, so there's no need here. | ||||
* | ich9deblob/ich9gen: re-factory gbe deblob function | Francis Rowe | 2015-01-10 | 1 | -26/+13 |
| | |||||
* | ich9deblob/ich9gen: re-factor the gbe checksum function | Francis Rowe | 2015-01-10 | 1 | -27/+7 |
| | |||||
* | ich9deblob/ich9gen: get word function: make it actually readable | Francis Rowe | 2015-01-10 | 1 | -9/+9 |
| | |||||
* | ich9deblob/ich9gen: word grab function (gbe): use clear naming | Francis Rowe | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | ich9deblob/ich9gen: checksum word grab: shift, not multiply | Francis Rowe | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | ich9deblob/ich9gen: use portable data types | Francis Rowe | 2015-01-10 | 1 | -8/+8 |
| | | | | For those integers that need to be a certain byte size. | ||||
* | ich9gen/ich9deblob: set default MAC address | Francis Rowe | 2014-12-30 | 1 | -1/+10 |
| | |||||
* | ich9deblob: added ich9gen utility | Francis Rowe | 2014-12-28 | 1 | -1/+352 |
| | | | | | This can generate the descriptor+gbe images from scratch, without the need for a factory.bin dump. | ||||
* | ich9deblob: fill padding in Gbe with 0xFF | Francis Rowe | 2014-12-26 | 1 | -1/+18 |
| | | | | | | Words 40h to 53h had unknown data that could not be fonud in the datasheets. Setting them to 0xFFFF doesn't seem to cause any issues for users. | ||||
* | ich9deblob: moved src to src/, .o files to obj/ | Francis Rowe | 2014-12-25 | 1 | -0/+124 |