From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::42c; helo=mail-wr1-x42c.google.com; envelope-from=zaolin.daisuki@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-wr1-x42c.google.com (mail-wr1-x42c.google.com [IPv6:2a00:1450:4864:20::42c]) (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 B515121BADAB2 for ; Wed, 18 Jul 2018 06:29:32 -0700 (PDT) Received: by mail-wr1-x42c.google.com with SMTP id g6-v6so4713111wrp.0 for ; Wed, 18 Jul 2018 06:29:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=Ov1pAd6q7vtU7jjm07LOmIwMrdeeDWImwW8pqgeqo2o=; b=VCRGrLzeKCrtt+vw65ed6GFGcviTW1HSoAF4jHl7wtQZHm4rd8Mi7NzRriBD3OOJWa jEB2OyVI3IiQfCUxwikwrOeI/PClfMzDSvZQ0gx+TUT7073UUgT2jtidnX5NIopWQBze Vgr+OulLQ75dVux1mj+cAg4E6fXjm9pN8TzkcnORHfLF9i9R7nQ598CBAmQGSkEoIqhy o0qvlRcxsMb4Ae2HeEBPSbaGyOl5u4TvJGeFRqkdpfJZkH9b7wXSHgwR5Revb1PnEInY 9mfcj3e+m/4zHsfuueYxr0++cqBuvZz20fJRcQvv2AyZCBDODp0grbNSS1Xokfa/WJKO oXDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=Ov1pAd6q7vtU7jjm07LOmIwMrdeeDWImwW8pqgeqo2o=; b=TnsNZwLM5VyW3oEyx3EWk6ZG/+tLXbIB5YiFPYrooW/SinT+dVlTgMFwi1AZNQXsfK MzuPpoAHASrf94Z36Y7H2jqhIDCeIwC+a+ob2v3pdrOnMTtNJFxZ51sbyrb4F/cnSuGl Ot+T37zlpo9nutra7EOa9DzWy4DOF0xDgaJFOKHpFNgR+F0FpWAIXvA5Kpsmn4eu90YR P0jcTNwXmQ3vwyhL10naWG14+g5pjs99dAqaO8oz1P2nQVhx61NC+gmosFkzpsrTemXC xoYHUY16YdGT/9nm8hxENKKrUGInVPTFfAqxsQjejTltP8YH3nS5UApdptabo33xos+x 6nWQ== X-Gm-Message-State: AOUpUlFXoc26rKcvU9Vmf7c87aawAoBnl6XzwafOL/JrBd93NaRDAizc YFtg9X5xN6fZ3pytu+v8jvS8YrfS X-Google-Smtp-Source: AAOMgpfCiOf9BIoMI/XzQfRnU/FCiNdNr1i7LwYNc4r8e5KAwIx1F1yT5a8uLrpkBV4UiZPRQTGsvA== X-Received: by 2002:adf:9546:: with SMTP id 64-v6mr4365766wrs.257.1531920570338; Wed, 18 Jul 2018 06:29:30 -0700 (PDT) Received: from [172.25.20.222] (b2b-78-94-0-50.unitymedia.biz. [78.94.0.50]) by smtp.gmail.com with ESMTPSA id 65-v6sm3795057wmk.46.2018.07.18.06.29.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jul 2018 06:29:29 -0700 (PDT) To: Jose Trujillo , "edk2-devel@lists.01.org" References: From: Philipp Deppenwiese Message-ID: Date: Wed, 18 Jul 2018 15:29:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: CorebootPayloadPkg: How to make boot/ACPI settings persistent? X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2018 13:29:33 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Hey Jose, There is a commit in the coreboot gerrit: https://review.coreboot.org/#/c/coreboot/+/25182/ Introducing SMM vars for UEFI firmware. Not sure how far it got. Try to ping patrickg on freenode #coreboot channel BR, Philipp On 18.07.2018 13:21, Jose Trujillo wrote: > Dear EDK2 developers: > > I am running coreboot in a Intel Baytrail I E3845 board. > I already built and integrated Tianocore as a payload of coreboot and is running great. > > But I still would like to know how to save the boot settings and ACPI parameters into non volatile memory. > > Actually if I want to boot from a multiboot HDD I need to manually with the option "boot from file" > and boots fine the latest Fedora/Ubuntu and W7/W10. > > But I have S3, S4 (ACPI) issues when using Tianocore. > > And I would like to get some advise from you in how to save Tianocore data into NVS. > > Thank you in advance. > Jose Trujillo. > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel