summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-07 22:21:34 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-07 22:21:34 (EDT)
commitc91c27b110dab976c56064990979a12242a52948 (patch)
tree74dfb3f098462910ad705ddb68cb9fee3fdc6acf
parent94498a6694bd7155c2a63a30a3539b3c1c04ea1c (diff)
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.
-rw-r--r--changelog2
-rw-r--r--patches/0001-ich9gen-change-the-default-mac-address-to-00-DE-AD-C.patch33
2 files changed, 0 insertions, 35 deletions
diff --git a/changelog b/changelog
index 4bb5b3e..1301673 100644
--- a/changelog
+++ b/changelog
@@ -1,8 +1,6 @@
ich9deblob (20160907-1) trunk
* New upstream version.
- * Apply the following upstream commit as a patch:
- - 31e10814 ich9gen: change the default mac address to 00:DE:AD:C0:FF:EE
* Update Maintainer and Homepage.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 07 Jun 2019 21:27:19 -0400
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 <info@minifree.org>
-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
-