diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-05 07:31:14 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-05 07:31:14 +0000 |
commit | 0ceaa01d45dc0f1556247440c0ce31b13aed942b (patch) | |
tree | 7adc20204905010032cf6d7ee772010eabc81acd /include | |
parent | 4d5caf1dcfc974e097a1fbe2d9265e612b0566d8 (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/vendor.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |