From b278ccc7fe3a82124e50f7aad62cbd5099602a3a Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 16 Jan 2018 16:21:05 -0500 Subject: Add project ich9gen install, macaddress files 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. --- projects/ich9gen/configs/install | 9 +++++++++ projects/ich9gen/configs/macaddress | 1 + 2 files changed, 10 insertions(+) create mode 100644 projects/ich9gen/configs/install create mode 100644 projects/ich9gen/configs/macaddress (limited to 'projects/ich9gen/configs') diff --git a/projects/ich9gen/configs/install b/projects/ich9gen/configs/install new file mode 100644 index 00000000..ef6e0b0e --- /dev/null +++ b/projects/ich9gen/configs/install @@ -0,0 +1,9 @@ +ich9fdgbe_4m.bin:ich9fdgbe_4m.bin +ich9fdgbe_8m.bin:ich9fdgbe_8m.bin +ich9fdgbe_16m.bin:ich9fdgbe_16m.bin +ich9fdnogbe_4m.bin:ich9fdnogbe_4m.bin +ich9fdnogbe_8m.bin:ich9fdnogbe_8m.bin +ich9fdnogbe_16m.bin:ich9fdnogbe_16m.bin +ich9gen:ich9gen +mkgbe.c:mkgbe.c +mkgbe.h:mkgbe.h diff --git a/projects/ich9gen/configs/macaddress b/projects/ich9gen/configs/macaddress new file mode 100644 index 00000000..ed828f94 --- /dev/null +++ b/projects/ich9gen/configs/macaddress @@ -0,0 +1 @@ +00:f5:f0:40:71:fe -- cgit v1.2.3-70-g09d2 From c41a8105bca5d1e0b793ef85624ddad1d229782d Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 16 Jan 2018 16:25:54 -0500 Subject: 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. --- projects/coreboot/configs/seabios/ga-g41m-es2l/config | 2 +- projects/ich9gen/configs/macaddress | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'projects/ich9gen/configs') 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 -- cgit v1.2.3-70-g09d2