mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/ich9gen: change default mac address
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user