summaryrefslogtreecommitdiffstats
path: root/patches/0001-ich9gen-change-the-default-mac-address-to-00-DE-AD-C.patch
blob: c01f720db7e1e141480570e5f65cd5582a719dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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