From 0ceaa01d45dc0f1556247440c0ce31b13aed942b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 5 Jan 2025 07:31:14 +0000 Subject: vendor.sh: add clarification to nogbe warning if the user ran this on an x60 tarball, the no-gbe warning seems confusing since that one has intel gbe, but pre-ifd, so no gbe region in the flash; on pre-ifd systems e.g. ich7 southbridge, the mac address was baked into a separate gbe nvm on mask rom, inaccessible to users Signed-off-by: Leah Rowe --- include/vendor.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/vendor.sh b/include/vendor.sh index f83bf290..525d04ad 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -512,6 +512,8 @@ patch_release_roms() 1>&2 printf "This board probably lacks Intel ethernet.\n" \ 1>&2 + printf "(or it's pre-IFD Intel with Intel GbE NIC)\n" \ + 1>&2 fi fi -- cgit v1.2.1