|
Re: EDK2 doxygen documentation - adding docs for stable tags?
Hi Rebecca,
It does not push to gitbook server. It is pushed to web pages hosted by GitHub.
It uses gitbook tools to process MD files into published PDF, MOBI, HTML.
For example, the EDK II
Hi Rebecca,
It does not push to gitbook server. It is pushed to web pages hosted by GitHub.
It uses gitbook tools to process MD files into published PDF, MOBI, HTML.
For example, the EDK II
|
By
Michael D Kinney
·
#84220
·
|
|
Re: EDK2 doxygen documentation - adding docs for stable tags?
From what I can see, the tianocore-docs actions push to gitbooks, not tianocore.org?
I don't think gitbooks will work for the doxygen pages.
--
Rebecca Cran
From what I can see, the tianocore-docs actions push to gitbooks, not tianocore.org?
I don't think gitbooks will work for the doxygen pages.
--
Rebecca Cran
|
By
Rebecca Cran
·
#84219
·
|
|
Re: Uncrustify Conversion Detailed Plan and Extended Hard Freeze Update #4
Hi Abner,
Yes. That is possible. We are already excluding BaseTools.
In order to get the file lists that apply to uncrustify, we would have to change from:
git ls-files *.c *.h
Hi Abner,
Yes. That is possible. We are already excluding BaseTools.
In order to get the file lists that apply to uncrustify, we would have to change from:
git ls-files *.c *.h
|
By
Michael D Kinney
·
#84218
·
|
|
[PATCH 1/1] OvmfPkg/MemEncryptSevLib: Check the guest type before EsWorkarea access
The commit 80e67af9afca added support for a generic workarea concept.
The workarea header contains the information of the guest type. The
header is populated by ResetVector code during the guest
The commit 80e67af9afca added support for a generic workarea concept.
The workarea header contains the information of the guest type. The
header is populated by ResetVector code during the guest
|
By
Brijesh Singh
·
#84217
·
|
|
Re: [Patch 02/12] ArmPlatformPkg: Update YAML to ignore specific ECC files/errors
Hi,
If the exceptions to the yaml files are added to allow the unscrustify patches to pass the CI tests, shouldn't the same exceptions be removed once the patches are merged ?
Regards,
Pierre
Hi,
If the exceptions to the yaml files are added to allow the unscrustify patches to pass the CI tests, shouldn't the same exceptions be removed once the patches are merged ?
Regards,
Pierre
|
By
PierreGondois
·
#84216
·
|
|
[PATCH 5/5] OvmfPkg: Install ACPI tables for Cloud Hypervisor
From: Sebastien Boeuf <sebastien.boeuf@...>
Adding support for retrieving the Cloud Hypervisor ACPI tables as a
fallback mechanism if tables are not found through fw_cfg.
Signed-off-by: Rob
From: Sebastien Boeuf <sebastien.boeuf@...>
Adding support for retrieving the Cloud Hypervisor ACPI tables as a
fallback mechanism if tables are not found through fw_cfg.
Signed-off-by: Rob
|
By
Boeuf, Sebastien
·
#84215
·
|
|
[PATCH 4/5] OvmfPkg: Generalize AcpiPlatformDxe
From: Sebastien Boeuf <sebastien.boeuf@...>
Don't make the package Qemu centric so that we can introduce some
alternative support for other VMMs not using the fw_cfg mechanism.
Signed-off-by:
From: Sebastien Boeuf <sebastien.boeuf@...>
Don't make the package Qemu centric so that we can introduce some
alternative support for other VMMs not using the fw_cfg mechanism.
Signed-off-by:
|
By
Boeuf, Sebastien
·
#84214
·
|
|
[PATCH 3/5] OvmfPkg: Retrieve SMBIOS from Cloud Hypervisor
From: Sebastien Boeuf <sebastien.boeuf@...>
Add a fallback on the SMBIOS code to find the SMBIOS table for Cloud
Hypervisor if it couldn't be found for Qemu through fw_cfg.
Signed-off-by: Rob
From: Sebastien Boeuf <sebastien.boeuf@...>
Add a fallback on the SMBIOS code to find the SMBIOS table for Cloud
Hypervisor if it couldn't be found for Qemu through fw_cfg.
Signed-off-by: Rob
|
By
Boeuf, Sebastien
·
#84213
·
|
|
[PATCH 2/5] OvmfPkg: Create global entry point for SMBIOS parsing
From: Sebastien Boeuf <sebastien.boeuf@...>
Move the generic entry point part out of Qemu.c to anticipate the
addition of new ways of retrieving the SMBIOS table.
Signed-off-by: Sebastien
From: Sebastien Boeuf <sebastien.boeuf@...>
Move the generic entry point part out of Qemu.c to anticipate the
addition of new ways of retrieving the SMBIOS table.
Signed-off-by: Sebastien
|
By
Boeuf, Sebastien
·
#84212
·
|
|
[PATCH 1/5] OvmfPkg: Handle Cloud Hypervisor host bridge
From: Sebastien Boeuf <sebastien.boeuf@...>
Handle things differently when the detected host bridge matches the
Cloud Hypervisor PCI host bridge identifier.
Signed-off-by: Rob Bradford
From: Sebastien Boeuf <sebastien.boeuf@...>
Handle things differently when the detected host bridge matches the
Cloud Hypervisor PCI host bridge identifier.
Signed-off-by: Rob Bradford
|
By
Boeuf, Sebastien
·
#84211
·
|
|
[PATCH 0/5] Add Cloud Hypervisor support for x86
From: Sebastien Boeuf <sebastien.boeuf@...>
This series aims at adding the support for the Cloud Hypervisor platform
to the OVMF firmware for x86 architecture.
The goal is to allow the same
From: Sebastien Boeuf <sebastien.boeuf@...>
This series aims at adding the support for the Cloud Hypervisor platform
to the OVMF firmware for x86 architecture.
The goal is to allow the same
|
By
Boeuf, Sebastien
·
#84210
·
|
|
[edk2-non-osi] [PATCH] ElkhartlakeSiliconBinPkg: Update EHL microcode
Updated "production" microcode version m0190661_00000015
Signed-off-by: kokweich <kok.wei.chan@...>
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Sai Chaganty
Updated "production" microcode version m0190661_00000015
Signed-off-by: kokweich <kok.wei.chan@...>
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Sai Chaganty
|
By
kok.wei.chan@...
·
#84209
·
|
|
Re: [PATCH 5/5] OvmfPkg: Install ACPI tables for Cloud Hypervisor
Same here, I think you should use the host bridge pcd.
take care,
Gerd
Same here, I think you should use the host bridge pcd.
take care,
Gerd
|
By
Gerd Hoffmann
·
#84208
·
|
|
Re: [PATCH 4/5] OvmfPkg: Generalize AcpiPlatformDxe
So a pure rename without functional change. Please add that to the
commit message.
With that update:
Reviewed-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
So a pure rename without functional change. Please add that to the
commit message.
With that update:
Reviewed-by: Gerd Hoffmann <kraxel@...>
take care,
Gerd
|
By
Gerd Hoffmann
·
#84207
·
|
|
Re: [PATCH 3/5] OvmfPkg: Retrieve SMBIOS from Cloud Hypervisor
Check PcdOvmfHostBridgePciDevId here to figure whenever
GetQemuSmbiosTables or GetCloudHvSmbiosTables should be called?
Should be more robust and give us a slightly less messy code flow,
specifically
Check PcdOvmfHostBridgePciDevId here to figure whenever
GetQemuSmbiosTables or GetCloudHvSmbiosTables should be called?
Should be more robust and give us a slightly less messy code flow,
specifically
|
By
Gerd Hoffmann
·
#84206
·
|
|
Re: [PATCH 2/5] OvmfPkg: Create global entry point for SMBIOS parsing
Hi,
That declaration should be in SmbiosPlatformDxe.h
take care,
Gerd
Hi,
That declaration should be in SmbiosPlatformDxe.h
take care,
Gerd
|
By
Gerd Hoffmann
·
#84205
·
|
|
Re: [PATCH 1/5] OvmfPkg: Handle Cloud Hypervisor host bridge
Hi,
No need for the comment ...
... this is enough documentation IMHO.
This looks like the sleep control register of the hw-reduced acpi pm
profile. I'd suggest to use a new variable then, for
Hi,
No need for the comment ...
... this is enough documentation IMHO.
This looks like the sleep control register of the hw-reduced acpi pm
profile. I'd suggest to use a new variable then, for
|
By
Gerd Hoffmann
·
#84204
·
|
|
Re: [PATCH V3 15/29] OvmfPkg: Update SecEntry.nasm to support Tdx
Hi,
Well, that might have been the original intention. Reality is that a
bunch of security-related stuff ended up in PEI too. Support for TPM,
SMM, suspend. And I think the motivation for that is
Hi,
Well, that might have been the original intention. Reality is that a
bunch of security-related stuff ended up in PEI too. Support for TPM,
SMM, suspend. And I think the motivation for that is
|
By
Gerd Hoffmann
·
#84203
·
|
|
Re: Uncrustify Conversion Detailed Plan and Extended Hard Freeze Update #4
Hi Mike,
For DynamicTablesPkg, ArmPkg, ArmPlatformPkg, ArmVirtPkg & StandaloneMmPkg
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
Hi Mike,
For DynamicTablesPkg, ArmPkg, ArmPlatformPkg, ArmVirtPkg & StandaloneMmPkg
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
|
By
Sami Mujawar
·
#84202
·
|
|
[PATCH EDK2 v1 1/1] MdeModulePkg/FrameBufferBltLib:Add unit test
Add unit test for FrameBufferBltLib.
Cc: Liming Gao <gaoliming@...>
Cc: Zhichao Gao <zhichao.gao@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Wenyi Xie
Add unit test for FrameBufferBltLib.
Cc: Liming Gao <gaoliming@...>
Cc: Zhichao Gao <zhichao.gao@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Wenyi Xie
|
By
wenyi,xie
·
#84201
·
|