From acd6c859db4ec3d13f2e1743c33664a5abe9dfac Mon Sep 17 00:00:00 2001 From: gaspar-ilom Date: Fri, 14 Feb 2025 23:43:22 +0100 Subject: [PATCH] fix mac address in t480 config comments Signed-off-by: gaspar-ilom --- boards/t480-hotp-maximized/t480-hotp-maximized.config | 2 +- boards/t480-maximized/t480-maximized.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/t480-hotp-maximized/t480-hotp-maximized.config b/boards/t480-hotp-maximized/t480-hotp-maximized.config index b1f3da2d..901a761d 100644 --- a/boards/t480-hotp-maximized/t480-hotp-maximized.config +++ b/boards/t480-hotp-maximized/t480-hotp-maximized.config @@ -2,7 +2,7 @@ # # Includes # - Deactivated+neutered ME and expanded consequent IFD BIOS regions -# - Forged GBE MAC address to DE:AD:C0:FF:EE MAC address (if not extracting gbe.bin from backup with blobs/xx80/extract.sh) +# - Forged GBE MAC address to 00:DE:AD:C0:FF:EE MAC address (if not extracting gbe.bin from backup with blobs/xx80/extract.sh) # - Note that this MAC address can be modified under build/coreboot-VER/util/bincfg/gbe-82579LM.set # # - Includes Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code) diff --git a/boards/t480-maximized/t480-maximized.config b/boards/t480-maximized/t480-maximized.config index 296f32b8..173d6e8c 100644 --- a/boards/t480-maximized/t480-maximized.config +++ b/boards/t480-maximized/t480-maximized.config @@ -2,7 +2,7 @@ # # Includes # - Deactivated+neutered ME and expanded consequent IFD BIOS regions -# - Forged GBE MAC address to DE:AD:C0:FF:EE MAC address (if not extracting gbe.bin from backup with blobs/xx80/extract.sh) +# - Forged GBE MAC address to 00:DE:AD:C0:FF:EE MAC address (if not extracting gbe.bin from backup with blobs/xx80/extract.sh) # - Note that this MAC address can be modified under build/coreboot-VER/util/bincfg/gbe-82579LM.set # # - DOES NOT INCLUDE Nitrokey/Librem Key HOTP Security dongle remote attestation (in addition to TOTP remote attestation through Qr Code)