From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::234; helo=mail-io0-x234.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6BA4C2034A886 for ; Fri, 27 Oct 2017 06:16:41 -0700 (PDT) Received: by mail-io0-x234.google.com with SMTP id f20so12630377ioj.9 for ; Fri, 27 Oct 2017 06:20:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=kxgK91O9Hf97V3RB9eAum6l/PWVFEzPRlguYZKimQbg=; b=TrtLVEel2wQ2PyAsqvJMmKpn1WQ4IRhORBrb4j7qoi0D6fA4oF273bQN6uJtNSH6cz wh0DfUaUWlJ+tJoTbSGhZHiKwCftarbQ66oOlQDmeCrv9on0pc27sECZxgzCexiSd4w9 ADpBUFRhGjlEP7X1p+wA+jccfokUwf7nmDzBM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=kxgK91O9Hf97V3RB9eAum6l/PWVFEzPRlguYZKimQbg=; b=Bzn2IQNR+jjuZ5MdsB248o5Zqf71uXEYeHgn2tCiMZneb0hmftcgsZNGN4yn4DUDF9 BZTR4gdlU91HAlcS6BxkLoanrSN0ZbSUwUzuXVOxba0HLFumaZfNkts7clJIgfGgSgAF CUj8i+ffuAy5txq/TuZ3o9uHSI4YWzuU4MGs86fLTRWo3nlLHC7TWuIvBeagknZSMUVu 7chRsU0iv7z8R6WYCElFIhpWizvfxu+QG9bkxw9krHr3kAutsutS8KCpB4+8P7dgsnwq CLA3bnOhLvb0OQEIJIXOpaxI5+YI3feBRZwSnQU23hGjU/TyaqJKmVJ5K8wssuMRh2SO bpBg== X-Gm-Message-State: AMCzsaWRP971H4ks/EqWrCM6065HEnV/6wXdY8m4iM5cmPTSBZlru3TJ 4hR5q/OW5XDur+OItVp6qfQYWul6kEgzcIyR0RPqzg== X-Google-Smtp-Source: ABhQp+SYdxJqDBSiTinIGnijcSOXvM07x/RERJx0PQaN9jhnPay2KOfy2TLPXJ12lr58CbrLi3K4QjH5X+IpyYorWXk= X-Received: by 10.36.233.133 with SMTP id f127mr613523ith.34.1509110428060; Fri, 27 Oct 2017 06:20:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.131.167 with HTTP; Fri, 27 Oct 2017 06:20:27 -0700 (PDT) In-Reply-To: References: <4CC33CC2-86D1-490E-A67E-12D751745121@apple.com> From: Ard Biesheuvel Date: Fri, 27 Oct 2017 14:20:27 +0100 Message-ID: To: Udit Kumar Cc: Pankaj Bansal , Andrew Fish , "Olivier.Martin@arm.com" , Vladimir Olovyannikov , "edk2-devel@lists.01.org" Subject: Re: Storing Non volatile variables on SD/NAND X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2017 13:16:41 -0000 Content-Type: text/plain; charset="UTF-8" On 27 October 2017 at 10:37, Udit Kumar wrote: > Thanks Ard. > >> The UEFI spec allows you to expose entry points into a DXE_RUNTIME_DRIVER >> module via a UEFI configuration table, and the OS can use a driver that uses the >> abstracted device rather than the real device. Performance is going to be > > Could you point me to some sample driver using this scheme, > Mainly around OS implementation > I don't know of any examples, unfortunately. This is uncharted territory afaik.