From 7ca9b98766765764862e275d3498d9c0ce84325a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 12 Jun 2023 23:01:59 +0100 Subject: util/ich9gen: change default mac address Signed-off-by: Leah Rowe --- util/ich9utils/src/ich9gen/mkgbe.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'util') diff --git a/util/ich9utils/src/ich9gen/mkgbe.c b/util/ich9utils/src/ich9gen/mkgbe.c index 16532650..500ca2bd 100644 --- a/util/ich9utils/src/ich9gen/mkgbe.c +++ b/util/ich9utils/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; -- cgit v1.2.1