aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-01-16 16:25:54 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2018-01-16 16:25:54 -0500
commitc41a8105bca5d1e0b793ef85624ddad1d229782d (patch)
treeaaaca02156b76795ba4831c5edbd690c6fec0c6d /projects
parentb278ccc7fe3a82124e50f7aad62cbd5099602a3a (diff)
downloadlibrebootfr-c41a8105bca5d1e0b793ef85624ddad1d229782d.tar.gz
librebootfr-c41a8105bca5d1e0b793ef85624ddad1d229782d.zip
Change default Libreboot MAC address
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.
Diffstat (limited to 'projects')
-rw-r--r--projects/coreboot/configs/seabios/ga-g41m-es2l/config2
-rw-r--r--projects/ich9gen/configs/macaddress2
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/coreboot/configs/seabios/ga-g41m-es2l/config b/projects/coreboot/configs/seabios/ga-g41m-es2l/config
index ba81aa1d..3393ce2a 100644
--- a/projects/coreboot/configs/seabios/ga-g41m-es2l/config
+++ b/projects/coreboot/configs/seabios/ga-g41m-es2l/config
@@ -426,7 +426,7 @@ CONFIG_SUBSYSTEM_DEVICE_ID=0x0000
# CONFIG_DRIVERS_LENOVO_WACOM is not set
# CONFIG_CACHE_MRC_SETTINGS is not set
CONFIG_REALTEK_8168_RESET=y
-CONFIG_REALTEK_8168_MACADDRESS="00:f5:f0:40:71:fe"
+CONFIG_REALTEK_8168_MACADDRESS="00:4c:69:62:72:65"
# CONFIG_RT8168_GET_MAC_FROM_VPD is not set
# CONFIG_RT8168_SET_LED_MODE is not set
CONFIG_SPI_FLASH=y
diff --git a/projects/ich9gen/configs/macaddress b/projects/ich9gen/configs/macaddress
index ed828f94..2ca03841 100644
--- a/projects/ich9gen/configs/macaddress
+++ b/projects/ich9gen/configs/macaddress
@@ -1 +1 @@
-00:f5:f0:40:71:fe
+00:4c:69:62:72:65