From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1a9cwT-0001qS-WF for mharc-grub-devel@gnu.org; Thu, 17 Dec 2015 13:06:18 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9cwR-0001mS-8u for grub-devel@gnu.org; Thu, 17 Dec 2015 13:06:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a9cwO-0003No-3l for grub-devel@gnu.org; Thu, 17 Dec 2015 13:06:15 -0500 Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:35300) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a9cwN-0003NW-T0 for grub-devel@gnu.org; Thu, 17 Dec 2015 13:06:12 -0500 Received: by mail-lb0-x22c.google.com with SMTP id u9so49766221lbp.2 for ; Thu, 17 Dec 2015 10:06:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=f6AFhaX+05f00kiBFLFCf+Jc59a4oQg0Xdy7UL0w+Pw=; b=Q8AZVeH45r7XUpsezBKMGd7wrAi6DzpI70qTAppjwsZ+RYnDDc+oXfJADk0kUS+y0s hnfiA6Cz7S0Ai2OKDGP4SPdsZVrQbjFSao9ZwF0IjpI6Czq3RjFZATAC0ZpRbDUlZzzq XzeMDYUiNVxQkluKpLsnxqINt+X1HQ0IXU1ebW/nWi9gZ/nrzEYuxXzIgNDbZXU7KU4P VbP7RvZlBVpkH5qhV93/q54kvsiPArRKXya0+jz3EvpIKtX0yDggW00oOWE4/UJXVAQ6 RrdNi0a78Sf2PfDwokkYbg7P4iB8APEAGLKn5f64LOr3zzDAmDNClzn78d5W1UX5u4tz buxA== X-Received: by 10.112.202.168 with SMTP id kj8mr21485833lbc.12.1450375571146; Thu, 17 Dec 2015 10:06:11 -0800 (PST) Received: from [192.168.1.41] (ppp91-76-25-247.pppoe.mtu-net.ru. [91.76.25.247]) by smtp.gmail.com with ESMTPSA id ui5sm2059544lbc.12.2015.12.17.10.06.10 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 17 Dec 2015 10:06:10 -0800 (PST) Subject: Re: [PATCH v2] lsefimmap: support persistent memory and other UEFI 2.5 features To: grub-devel@gnu.org References: <1450371212-5097-1-git-send-email-elliott@hpe.com> From: Andrei Borzenkov Message-ID: <5672F991.2000002@gmail.com> Date: Thu, 17 Dec 2015 21:06:09 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1450371212-5097-1-git-send-email-elliott@hpe.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c04::22c X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 18:06:16 -0000 17.12.2015 19:53, Robert Elliott пишет: > This should accompany > 76ce1de740 Translate UEFI persistent memory type > Committed. Thanks! > 1. Add a string for the EfiPersistentMemory type 14 that was > added in UEFI 2.5. > > 2. Decode the memory attributes that were added in UEFI 2.5: > * NV (non-volatile) Out of curiosity - what is the difference between this and persistent? They sound mostly the same to me.