|
Re: [edk2-rfc] [edk2-devel] RFC: design review for TDVF in OVMF
The "one binary" decision isn't relevant here, is it? It would make
more sense to implement 5-level paging within the base EDK2
architecture. This would allow that feature to be tested in
The "one binary" decision isn't relevant here, is it? It would make
more sense to implement 5-level paging within the base EDK2
architecture. This would allow that feature to be tested in
|
By
Michael Brown
·
#76108
·
|
|
Re: [edk2-rfc] [edk2-devel] RFC: design review for TDVF in OVMF
Continue my comments from here.
It is because of the *one binary* so that we have to include all the drivers in the
firmware binary. Some of the DXE drivers are not called in TDX, but they're
Continue my comments from here.
It is because of the *one binary* so that we have to include all the drivers in the
firmware binary. Some of the DXE drivers are not called in TDX, but they're
|
By
Min Xu
·
#76107
·
|
|
回复: [edk2-devel] [PATCH 1/1] BaseTools GenFw: Fix regression issue to convert the image to ACPI data
Leif and Bob:
Thanks for your test and review. I create PR
https://github.com/tianocore/edk2/pull/1690 for this patch.
Thanks
Liming
to
data.
");
");
Leif and Bob:
Thanks for your test and review. I create PR
https://github.com/tianocore/edk2/pull/1690 for this patch.
Thanks
Liming
to
data.
");
");
|
By
gaoliming
·
#76106
·
|
|
Re: [edk2-rfc] [edk2-devel] RFC: design review for TDVF in OVMF
Continue my comments from here.
CFV is populated in post build. We can provide such python scripts to do the
SB keys enrollment.
As I mentioned above, SB keys are enrolled in post build phase. We
Continue my comments from here.
CFV is populated in post build. We can provide such python scripts to do the
SB keys enrollment.
As I mentioned above, SB keys are enrolled in post build phase. We
|
By
Min Xu
·
#76105
·
|
|
Event: TianoCore Design Meeting - APAC/NAMO - 06/11/2021
#cal-reminder
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
06/11/2021
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
Reminder: TianoCore Design Meeting - APAC/NAMO
When:
06/11/2021
9:30am to 10:30am
(UTC+08:00) Asia/Shanghai
Where:
Microsoft Teams
Organizer: Ray Ni ray.ni@...
View
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#76104
·
|
|
Re: [PATCH 1/1] BaseTools GenFw: Fix regression issue to convert the image to ACPI data
Hi Liming,
Note - this does not only affect GCC49: it also affects at least
GCC5 and CLANG38. This patch resolves the issue.
Tested-by: Leif Lindholm <leif@...> (GCC49, GCC5,
Hi Liming,
Note - this does not only affect GCC49: it also affects at least
GCC5 and CLANG38. This patch resolves the issue.
Tested-by: Leif Lindholm <leif@...> (GCC49, GCC5,
|
By
Leif Lindholm
·
#76103
·
|
|
[PATCH v2] OvmfPkg/README: Fix typo in README
Fix typographical error in the OvmfPkg/README by correcting the 'an'
mistyped as 'and'.
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc: Jordan Justen <jordan.l.justen@...>
Cc:
Fix typographical error in the OvmfPkg/README by correcting the 'an'
mistyped as 'and'.
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc: Jordan Justen <jordan.l.justen@...>
Cc:
|
By
KAAIRA GUPTA
·
#76102
·
|
|
Re: [PATCH 1/1] BaseTools GenFw: Fix regression issue to convert the image to ACPI data
Reviewed-by: Bob Feng <bob.c.feng@...>
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#76101
·
|
|
回复: [edk2-devel] [PATCH v2 2/6] BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF image
Ray:
When convert the image to ACPI data, only data section is required. So, we
can update GenFw tool not do this check when convert ACPI data.
I just send the patch to update GenFw tool.
This
Ray:
When convert the image to ACPI data, only data section is required. So, we
can update GenFw tool not do this check when convert ACPI data.
I just send the patch to update GenFw tool.
This
|
By
gaoliming
·
#76100
·
|
|
Re: [PATCH 1/1] BaseTools GenFw: Fix regression issue to convert the image to ACPI data
Cool! Thank you so much!!
It answers my question that why CI cannot detect such failure because it's using GCC5+.
Leif,
Can you verify that this can resolve your GCC49 issue?
Thanks,
Ray
Cool! Thank you so much!!
It answers my question that why CI cannot detect such failure because it's using GCC5+.
Leif,
Can you verify that this can resolve your GCC49 issue?
Thanks,
Ray
|
By
Ni, Ray
·
#76099
·
|
|
Re: [PATCH v2 2/6] BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF image
Leif,
OVMF Bhyve GCC build succeeds without GenFW assertion issue.
I dumped the ELF image generated for OvmfPkg/Bhyve/AcpiTables/AcpiTables.
Below output shows that .text does have "AX" set:
---
$
Leif,
OVMF Bhyve GCC build succeeds without GenFW assertion issue.
I dumped the ELF image generated for OvmfPkg/Bhyve/AcpiTables/AcpiTables.
Below output shows that .text does have "AX" set:
---
$
|
By
Ni, Ray
·
#76098
·
|
|
[PATCH 1/1] BaseTools GenFw: Fix regression issue to convert the image to ACPI data
With GCC49 tool chain, aslc file is compiled into elf image.
But, its text section has no CODE attribute. So, it can't be detected
by new GenFw tool.For this type file. its text section is not
With GCC49 tool chain, aslc file is compiled into elf image.
But, its text section has no CODE attribute. So, it can't be detected
by new GenFw tool.For this type file. its text section is not
|
By
gaoliming
·
#76097
·
|
|
Re: [PATCH v2 2/6] BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF image
Leif,
Sorry to hear that. It seems a CI gap that doesn't capture such errors.
It looks like the logic update to detect .text section doesn't work in your case.
I am trying to build the OVMF Bhyve
Leif,
Sorry to hear that. It seems a CI gap that doesn't capture such errors.
It looks like the logic update to detect .text section doesn't work in your case.
I am trying to build the OVMF Bhyve
|
By
Ni, Ray
·
#76096
·
|
|
Re: [edk2-platforms][PATCH v2 14/32] AmpereAltraPkg: Add PcieCoreLib library instance
No. Actually add the braces.
Again, namespaces.
And here.
And here.
Etc.
Please add some vendor prefix to all of these.
Vendor prefix.
/
Leif
No. Actually add the braces.
Again, namespaces.
And here.
And here.
Etc.
Please add some vendor prefix to all of these.
Vendor prefix.
/
Leif
|
By
Leif Lindholm
·
#76095
·
|
|
Re: [edk2-platforms][PATCH v2 13/32] AmpereAltraPkg, JadePkg: Add ACPI support
Contents of ACPI tables not reviewed.
Creation modes on many of these files are incorrect (as commented on
cover letter).
Address this, and you can have:
Acked-by: Leif Lindholm
Contents of ACPI tables not reviewed.
Creation modes on many of these files are incorrect (as commented on
cover letter).
Address this, and you can have:
Acked-by: Leif Lindholm
|
By
Leif Lindholm
·
#76094
·
|
|
Re: [edk2-platforms][PATCH v2 12/32] AmperePlatformPkg: Add AcpiHelperLib to update ACPI DSDT table
This should be a central function. If we have spectacularly failed up
until this point, please do this separately.
OK, this has officially gone too far.
Please add proper vendor prefixes to anything
This should be a central function. If we have spectacularly failed up
until this point, please do this separately.
OK, this has officially gone too far.
Please add proper vendor prefixes to anything
|
By
Leif Lindholm
·
#76093
·
|
|
Re: [edk2-platforms][PATCH v2 11/32] AmperePlatformPkg: Add AcpiPccLib to support ACPI PCCT Table
Again - on your head be it to start symbol names with Acpi and hope
for no clashes. But given that:
Reviewed-by: Leif Lindholm <leif@...>
Again - on your head be it to start symbol names with Acpi and hope
for no clashes. But given that:
Reviewed-by: Leif Lindholm <leif@...>
|
By
Leif Lindholm
·
#76092
·
|
|
Re: [edk2-platforms][PATCH v2 10/32] AmpereSiliconPkg: Add PlatformManagerUiLib library instance
Reviewed-by: Leif Lindholm <leif@...>
/
Leif
Reviewed-by: Leif Lindholm <leif@...>
/
Leif
|
By
Leif Lindholm
·
#76091
·
|
|
Re: [edk2-platforms][PATCH v2 09/32] AmpereAltraPkg: Support non-volatile variables
This isn't obvious enough. I'm a bear of very little brain, and I
could possibly figure out what's happening here, given time, but
please put a proper description in commit message (and possibly
This isn't obvious enough. I'm a bear of very little brain, and I
could possibly figure out what's happening here, given time, but
please put a proper description in commit message (and possibly
|
By
Leif Lindholm
·
#76090
·
|
|
Re: [edk2-platforms][PATCH v2 08/32] AmpereAltraPkg: Add BootProgress support
This looks like something that would be a good target to commonalise
between platforms in the future. But for now:
Reviewed-by: Leif Lindholm <leif@...>
/
Leif
This looks like something that would be a good target to commonalise
between platforms in the future. But for now:
Reviewed-by: Leif Lindholm <leif@...>
/
Leif
|
By
Leif Lindholm
·
#76089
·
|