From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id A77A7780091 for ; Wed, 16 Aug 2023 18:08:16 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=2fQv09Yi183bajDqNg4213u9HU5nJKogV+7bdP6XijY=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1692209295; v=1; b=H8tMkqx2fFuiE4XdyJOM2XhxYW0KmikHYWFHtc+JwOWJtveEIvV0FrOHZxfN7WeYB1yAVeI3 hXM9IHt+9JWPC1bW9ebsY/0N8G9zwU5CXol/xYdjt+kVyKRw/XW56wqH0RUUk67DS1g6gvdWzrC nlfkoXZxCKqkaUIdpxzyv6bc= X-Received: by 127.0.0.2 with SMTP id 4JiBYY7687511x1XgV4i1fcJ; Wed, 16 Aug 2023 11:08:15 -0700 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.167701.1692209294650361998 for ; Wed, 16 Aug 2023 11:08:14 -0700 X-Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0AF5366DE8 for ; Wed, 16 Aug 2023 18:08:14 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D9F0C433CD for ; Wed, 16 Aug 2023 18:08:13 +0000 (UTC) X-Received: by mail-lf1-f51.google.com with SMTP id 2adb3069b0e04-4ff9121fd29so1526789e87.3 for ; Wed, 16 Aug 2023 11:08:13 -0700 (PDT) X-Gm-Message-State: oo3OQ4JN1vVucNHxJ90p30ezx7686176AA= X-Google-Smtp-Source: AGHT+IEUn9f57onSR2Zd+gq4NCBiWcWs1F29rGPQGyr15EwHKRXhMssZUKFGs/iu6sz7m8fNdQRquYGCADJXJd4yoMo= X-Received: by 2002:ac2:5e2e:0:b0:4fe:1681:9378 with SMTP id o14-20020ac25e2e000000b004fe16819378mr1740960lfg.66.1692209291433; Wed, 16 Aug 2023 11:08:11 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Ard Biesheuvel" Date: Wed, 16 Aug 2023 20:08:00 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] How to report bugs in the Intel GigUndiDxe driver? To: devel@edk2.groups.io, rebecca@bsdio.com Cc: Michael D Kinney Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=H8tMkqx2; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Wed, 16 Aug 2023 at 05:40, Rebecca Cran wrote: > > Intel has been releasing the EDK2/UEFI source code for their network > drivers > (https://www.intel.com/content/www/us/en/download/15755/intel-ethernet-connections-boot-utility-preboot-images-and-efi-drivers.html) > but I've found a few problems with it. The first issue I ran into is > that GigUndiDxe.inf includes StdLibC which obviously breaks the build. > > This evening I also found a problem with a debug print which causes a crash: > > DEBUGPRINT (HII, ("Package list languages - %a\n")); > > > Less important, but slightly irritating, the documentation files such as > build_instruction.txt are in UTF-16 format. > > > I was wondering if there's any way to send feedback to the team > responsible for the driver(s) without going through the official Intel > Support process? > > > Once I have it working, if there's interest I was thinking about having > the code added to edk2-non-osi under Drivers/Intel/IntelUndiPkg. I don't > know if that's something that would be useful? > Best to refer to https://github.com/tianocore/edk2-staging/tree/Intel_UNDI I contributed AArch64 + GCC build support in the past, and all my patches got squashed together and combined with other changes into https://github.com/tianocore/edk2-staging/commit/c5c2c87494e686c6418e72f68d05e02e90a7d53c but at least they took my changes an merged them. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107803): https://edk2.groups.io/g/devel/message/107803 Mute This Topic: https://groups.io/mt/100773221/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-