From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ecbiz165.inmotionhosting.com (ecbiz165.inmotionhosting.com [198.46.81.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2FF50820E7 for ; Tue, 14 Feb 2017 11:31:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=clearhatconsulting.com; s=default; h=Message-ID:Subject:To:From:Date: Content-Transfer-Encoding:Content-Type:MIME-Version:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=TreRiGaJ5GyD0sLuoFCaxu4WWhxZEF3EVphVHwZXDxA=; b=UU50s1FarMJgvJ9dfswcoMZt8 il0rxHVYU0IOumqyIoMDpv8samZWDhbDwRTcIpWnqcsoCcUnOsoFvuaxbt54mWKek+GjH4KWOBsR2 dsjU7XKR6AIwlc7Uw1p8+EzZaPCNFbpRxVq17AH7Tu9UtjNVTGu28xKiv/m7gKqEhh6cY=; Received: from [::1] (port=34264 helo=webmail.clearhatconsulting.com) by ecbiz165.inmotionhosting.com with esmtpa (Exim 4.87) (envelope-from ) id 1cdiof-0004t0-1V for edk2-devel@lists.01.org; Tue, 14 Feb 2017 14:31:13 -0500 MIME-Version: 1.0 Date: Tue, 14 Feb 2017 14:31:08 -0500 From: edk2@clearhatconsulting.com To: edk2-devel@lists.01.org Message-ID: <0918517f74d6b52ea49475a61be6ba80@clearhatconsulting.com> X-Sender: edk2@clearhatconsulting.com User-Agent: Roundcube Webmail/1.1.4 X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ecbiz165.inmotionhosting.com X-AntiAbuse: Original Domain - lists.01.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - clearhatconsulting.com X-Get-Message-Sender-Via: ecbiz165.inmotionhosting.com: authenticated_id: embleton@clearhatconsulting.com X-Authenticated-Sender: ecbiz165.inmotionhosting.com: embleton@clearhatconsulting.com X-Source: X-Source-Args: X-Source-Dir: Subject: PCI Option ROM Question X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 19:31:14 -0000 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Greetings, When loading an EFI driver image from a PCI option ROM, what would be the preferred method to have a BLOB loaded into memory along with that image? Capsule? FV? I tried using [OptionRom.*] in the .FDF file but the resulting concatenated image was not loaded into memory with the initial image. I'm not above using code to pull the BLOB from the option ROM after the driver image is running ... don't really care how it is packaged I only want to get at the binary data from the loaded driver image and stay simple/compliant. Appreciatively, Shawn