aboutsummaryrefslogtreecommitdiff
path: root/projects/ich9gen/configs/macaddress
Commit message (Collapse)AuthorAgeFilesLines
* 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-161-0/+1
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.