From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id B515AAC18D4 for ; Thu, 20 Feb 2025 18:25:18 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=PUhsexUITzgzmPrz2UbnlMRfHjHKBHv/bYXAxQWaDCg=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240830; t=1740075918; v=1; x=1740335117; b=Py6BNRGSQ05sDRsrTIDye/3S/79DJAoD7V96SMUcNK0PiL9hj5Y9sEKPUohYCDLO1qdGYLP2 cNjXNSkGLjnJW+r7FmRTgT4DvPgKVN07jP9tTiNW9eYwrF2fOmMywydc3IbeSS2W6dZ7QLZ3Sb1 2cRPuVaqS1QvgHC6EEiBRcrpYJ1E5jYK/8RWUftF7Z9tQ4YimaFGCU9V+IrExx0qvog6bbg3pW6 1vNnU1SnrYaKVqDx89WF9Kf6Wa1ZpdtFFjv+InPSLhk1CSqoSQpTMqRouANa1Ltnl4LyhnoUlsX p/hNYSF5KVsuatXrG5XVQCbPqQ6h665KSPTY1bGFdJiXQ== X-Received: by 127.0.0.2 with SMTP id ZfvkYY7687511xsK57E7i19R; Thu, 20 Feb 2025 10:25:17 -0800 X-Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by mx.groups.io with SMTP id smtpd.web11.4379.1740075916573548805 for ; Thu, 20 Feb 2025 10:25:16 -0800 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id ED4A86162B for ; Thu, 20 Feb 2025 18:25:13 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41DDDC4CED1 for ; Thu, 20 Feb 2025 18:25:15 +0000 (UTC) X-Received: by mail-lj1-f172.google.com with SMTP id 38308e7fff4ca-30797730cbdso12458611fa.3 for ; Thu, 20 Feb 2025 10:25:15 -0800 (PST) X-Gm-Message-State: IJxUfijd0TeQgmagQF7co12fx7686176AA= X-Google-Smtp-Source: AGHT+IHJUwccbrj6SMT/+DueYj80xUXEztrWaXcGaTBGp4ABFyHfndu0BU0w3dpJQ5zo1Ygs7igbia6YnDk9TFnR7ck= X-Received: by 2002:a05:6512:238a:b0:545:27dc:64ca with SMTP id 2adb3069b0e04-54838f5b7cemr12702e87.33.1740075913610; Thu, 20 Feb 2025 10:25:13 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "Ard Biesheuvel via groups.io" Date: Thu, 20 Feb 2025 19:25:02 +0100 X-Gmail-Original-Message-ID: X-Gm-Features: AWEUYZkj9-PNz8_VaGZetBe4VJkWZuCCWANx4JXzejd7VqblN3H2PCibGO-3U2A Message-ID: Subject: Re: [edk2-devel] Loading Prebuilt EFI without INF in UEFIPayloadPkg.dsc To: devel@edk2.groups.io, greg.wilson@gd-ms.uk 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 Resent-Date: Thu, 20 Feb 2025 10:25:16 -0800 Resent-From: ardb@kernel.org 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=20240830 header.b=Py6BNRGS; dmarc=pass (policy=none) header.from=groups.io; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io Hi Greg, On Thu, 20 Feb 2025 at 19:08, greg.wilson via groups.io wrote: > > Hi, > > I am trying to automatically load an EFI file in EDK2, before the UEFI Shell is available. > > It is a prebuilt UNDI Network Driver from Intel, E4297X8.EFI, from the complete Ethernet Drivers package zip file. ..\Release_29.3\APPS\EFI\EFIx64 > > The Open Source ICE driver doesn't contain bindings for the E823-L NAC we have, even though it is part of the E800 series of Network Controller. > > Is there a way to build an INF file, that doesn't have an entry point, to load the preexisting E4297X8.EFI file? I hope there is a way to "embed" it in the built payload, being loaded through Slimboot. > There is an example here https://github.com/tianocore/edk2-non-osi/blob/master/Emulator/X86EmulatorDxe/X86EmulatorDxe.inf The depex should be implied for UEFI_DRIVER types, so I'm not sure whether that is needed. If you do need it, you can just borrow the one from that repo. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#121134): https://edk2.groups.io/g/devel/message/121134 Mute This Topic: https://groups.io/mt/111294067/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-