aboutsummaryrefslogtreecommitdiff
path: root/projects/ich9gen
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant subshells in project actionsAndrew Robbins2019-11-021-10/+7
| | | | | Since an action is performed within a subshell there is no need for a second subshell to handle errors.
* Fix/update/remove dead/broken links on the website and documentationLeah Rowe2018-06-132-2/+2
| | | | | | Thanks go to skollrc for pointing out these dead links, on this thread: https://www.reddit.com/r/libreboot/comments/8pjjg5/some_dead_links_in_libreboot _website/
* Change default Libreboot MAC addressAndrew Robbins2018-01-161-1/+1
| | | | | | | | | | This only affects the GM45-based systems (e.g., X200, T400, etcetera) and GA-G41M-ES2L board as they require an MAC address hardcoded into the ROM for their integrated NIC to function. The new default MAC address is now '00:4c:69:62:72:65' (Libre). Credit goes to specing from the #libreboot IRC channel for coming up with it.
* Add project ich9gen install, macaddress filesAndrew Robbins2018-01-162-0/+10
| | | | | | | The file 'macaddress' is expected to contain a correctly formed MAC address to be compiled into the descriptor binary generated by ich9gen. The file is optional and poses no issue if not present, however, as ich9gen will simply insert its own default in that case.
* Add project ich9gen action scriptsAndrew Robbins2018-01-152-0/+129
|
* Make 'all', 'clean' phony targets in ich9gen MakefileAndrew Robbins2018-01-151-0/+2
|
* Delete trailing whitespace from ich9gen & co.Andrew Robbins2018-01-1517-292/+290
|
* Copy ich9gen sources into projects/ich9gen/sourcesAndrew Robbins2018-01-1524-0/+3474
Sources for ich9deblob and demefactory are included alongside ich9gen and preserved for future applications.