From c91c27b110dab976c56064990979a12242a52948 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 07 Jun 2019 22:21:34 -0400 Subject: Revert "patches: Apply upstream commit 31e10814" This reverts commit 94498a6694bd7155c2a63a30a3539b3c1c04ea1c. Most people probably still use r20160907 rather than a newer version from Git, and the old MAC address is probably still more common in the wild. --- (limited to 'patches/0001-ich9gen-change-the-default-mac-address-to-00-DE-AD-C.patch') diff --git a/patches/0001-ich9gen-change-the-default-mac-address-to-00-DE-AD-C.patch b/patches/0001-ich9gen-change-the-default-mac-address-to-00-DE-AD-C.patch deleted file mode 100644 index c01f720..0000000 --- a/patches/0001-ich9gen-change-the-default-mac-address-to-00-DE-AD-C.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 31e108145a1db472962a30a35e1f98e13a3f2be9 Mon Sep 17 00:00:00 2001 -From: Leah Rowe -Date: Mon, 3 Oct 2016 23:03:15 +0100 -Subject: [PATCH] ich9gen: change the default mac address to 00:DE:AD:C0:FF:EE - ---- - resources/utilities/ich9deblob/src/ich9gen/mkgbe.c | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -diff --git a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c -index bebe1ce1..d6865823 100644 ---- a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c -+++ b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c -@@ -28,11 +28,11 @@ struct GBEREGIONRECORD_4K generatedGbeStruct4k() - /* MAC address (words 00h to 02h) */ - /* see ../gbe/gbe.c */ - gbeStruct4k.macAddress[0] = 0x00; -- gbeStruct4k.macAddress[1] = 0xf5; -- gbeStruct4k.macAddress[2] = 0xf0; -- gbeStruct4k.macAddress[3] = 0x40; -- gbeStruct4k.macAddress[4] = 0x71; -- gbeStruct4k.macAddress[5] = 0xfe; -+ gbeStruct4k.macAddress[1] = 0xDE; -+ gbeStruct4k.macAddress[2] = 0xAD; -+ gbeStruct4k.macAddress[3] = 0xC0; -+ gbeStruct4k.macAddress[4] = 0xFF; -+ gbeStruct4k.macAddress[5] = 0xEE; - - /* Word 03h (Reserved) */ - gbeStruct4k.reservedWord03h.reserved1_0 = 0x00; --- -2.11.0 - -- cgit v0.9.1