Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ich9deblob: remove useless variable in main function | Francis Rowe | 2015-01-10 | 1 | -7/+5 |
| | |||||
* | ich9deblob/ich9gen: use portable data types | Francis Rowe | 2015-01-10 | 1 | -4/+4 |
| | | | | For those integers that need to be a certain byte size. | ||||
* | ich9gen: fix ARM. Initialize customMacAddress | Francis Rowe | 2014-12-29 | 1 | -0/+2 |
| | | | | | Fixes bug where custom MAC address would always be wrong. Tested on a BBB. | ||||
* | ich9gen: fix typo | Francis Rowe | 2014-12-28 | 1 | -2/+4 |
| | |||||
* | ich9gen: when changing Gbe mac address, spit out new mkgbe.c | Francis Rowe | 2014-12-28 | 1 | -0/+13 |
| | |||||
* | ich9gen: make it possible for user to change the Gbe MAC address | Francis Rowe | 2014-12-28 | 1 | -1/+53 |
| | | | | Example: ./ich9gen --macaddress AA:BB:CC:DD:EE:FF | ||||
* | ich9deblob: added ich9gen utility | Francis Rowe | 2014-12-28 | 1 | -0/+57 |
This can generate the descriptor+gbe images from scratch, without the need for a factory.bin dump. |