* CorebootPayloadPkg: How to make boot/ACPI settings persistent?
@ 2018-07-18 11:21 Jose Trujillo
2018-07-18 13:29 ` Philipp Deppenwiese
[not found] ` <1376fbb7-12ab-6244-7717-e5237d1b2c3f@gmail.com>
0 siblings, 2 replies; 4+ messages in thread
From: Jose Trujillo @ 2018-07-18 11:21 UTC (permalink / raw)
To: edk2-devel@lists.01.org
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: CorebootPayloadPkg: How to make boot/ACPI settings persistent?
2018-07-18 11:21 CorebootPayloadPkg: How to make boot/ACPI settings persistent? Jose Trujillo
@ 2018-07-18 13:29 ` Philipp Deppenwiese
2018-07-18 14:07 ` Jose Trujillo
[not found] ` <1376fbb7-12ab-6244-7717-e5237d1b2c3f@gmail.com>
1 sibling, 1 reply; 4+ messages in thread
From: Philipp Deppenwiese @ 2018-07-18 13:29 UTC (permalink / raw)
To: Jose Trujillo, edk2-devel@lists.01.org
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: CorebootPayloadPkg: How to make boot/ACPI settings persistent?
2018-07-18 13:29 ` Philipp Deppenwiese
@ 2018-07-18 14:07 ` Jose Trujillo
0 siblings, 0 replies; 4+ messages in thread
From: Jose Trujillo @ 2018-07-18 14:07 UTC (permalink / raw)
Cc: edk2-devel@lists.01.org
Thank you Philipp
I will follow your advise and check this information.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On July 18, 2018 4:29 PM, Philipp Deppenwiese <zaolin.daisuki@gmail.com> wrote:
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <1376fbb7-12ab-6244-7717-e5237d1b2c3f@gmail.com>]
* Re: CorebootPayloadPkg: How to make boot/ACPI settings persistent?
[not found] ` <1376fbb7-12ab-6244-7717-e5237d1b2c3f@gmail.com>
@ 2018-07-18 13:34 ` Philipp Deppenwiese
0 siblings, 0 replies; 4+ messages in thread
From: Philipp Deppenwiese @ 2018-07-18 13:34 UTC (permalink / raw)
To: Jose Trujillo, edk2-devel@lists.01.org
Hey Jose,
Sorry broken email..
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 15:15, Philipp Deppenwiese wrote:
>
> Hey Jose,
>
>
>
> 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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-07-18 14:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-18 11:21 CorebootPayloadPkg: How to make boot/ACPI settings persistent? Jose Trujillo
2018-07-18 13:29 ` Philipp Deppenwiese
2018-07-18 14:07 ` Jose Trujillo
[not found] ` <1376fbb7-12ab-6244-7717-e5237d1b2c3f@gmail.com>
2018-07-18 13:34 ` Philipp Deppenwiese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox