- 11 Sep, 2022 3 commits
-
-
dann frazier authored
-
dann frazier authored
Upstream version 2022.08
-
dann frazier authored
-
- 07 Sep, 2022 2 commits
-
-
dann frazier authored
-
dann frazier authored
====================================================================== ERROR: test_aavmf_ms_secure_boot_unsigned (__main__.BootToShellTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/autopkgtest.IxhnlS/build.72U/src/debian/tests/shell.py", line 174, in test_aavmf_ms_secure_boot_unsigned iso = GrubShellBootableIsoImage('AA64', use_signed=False) TypeError: GrubShellBootableIsoImage.__init__() got an unexpected keyword argument 'use_signed' Fix by porting it to the new GrubShellBootableIsoImage interface.
-
- 06 Sep, 2022 6 commits
-
-
dann frazier authored
-
dann frazier authored
Adds a new UEFI module, SignedBinary, that well, signs binaries.
-
dann frazier authored
-
dann frazier authored
We want to be able to add tests for snakeoil-signed artifacts. Adapting the GrubShellBootableIsoImage interface to do that signing would be ugly. Instead, let's move the binary selection code into the tests themselves. This also removes some obviously distro-specific logic out of the libraries.
-
dann frazier authored
It would probably be better to prevent the BootOrder variable from getting reset in the first place, but I'm not sure what that is.
-
dann frazier authored
This fixes a regression introduced with the transition to edk2-vars-generator.py. LP: #1986692.
-
- 28 Aug, 2022 4 commits
-
-
Rebecca Cran authored
On macOS, /usr/bin/gcc is clang, and so doesn't have the -Wno-error=stringop-overflow flag that was added for gcc 12. Update the GNUmakefile for DevicePath to skip setting that on macOS. Signed-off-by:
Rebecca Cran <rebecca@bsdio.com> Reviewed-by:
Michael D Kinney <michael.d.kinney@intel.com>
-
Liming Gao authored
This reverts commit 039bdb4d for tag202208. This brings the behavior changes, and needs more discussion. Signed-off-by:
Liming Gao <gaoliming@byosoft.com.cn> Acked-by:
Ard Biesheuvel <ardb@kernel.org> Acked-by:
Bob Feng <bob.c.feng@intel.com>
-
Liming Gao authored
This reverts commit d5fd86f2 for tag202208. This feature will be merged after stable tag 202208 is created. Signed-off-by:
Liming Gao <gaoliming@byosoft.com.cn> Acked-by:
Ard Biesheuvel <ardb@kernel.org>
-
Liming Gao authored
This reverts commit 2812668b for tag202208. This feature will be merged after stable tag 202208 is created. Signed-off-by:
Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by:
Zhiguang Liu <zhiguang.liu@intel.com> Acked-by:
Ard Biesheuvel <ardb@kernel.org>
-
- 25 Aug, 2022 1 commit
-
-
Abner Chang authored
Update package maintainers for below package/arch, 1. RISCV64 Architecture: Abner is stepping out from RISC-V stuff for now and hand over edk2 RISC-V responsibilities to Sunil. Daniel Schaefer is no longer with HPE. Update his email address for RISCV64 arch. He will keep helping on RISC-V stuff with his personal email. 2. EmbeddedPkg: Daniel Schaefer is no longer with HPE. Update his email address for EmbeddedPkg. 3. EmulatorPkg and RedfishPkg: Nickle Wang is no longer with HPE. Update his email address for EmulatorPkg and RedfishPkg packages. He will use the personal email for the time being until he gets ready with his next journey. Signed-off-by:
Abner Chang <abner.chang@amd.com> Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <quic_llindhol@quicinc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Daniel Schaefer <git@danielschaefer.me> Cc: Sunil V L <sunilvl@ventanamicro.com> Cc: Nickle Wang <nickle@csie.io> Reviewed-by:
Daniel Schaefer <git@danielschaefer.me> Reviewed-by:
Sunil V L <sunilvl@ventanamicro.com> Reviewed-by:
Nickle Wang <nickle@csie.io> Reviewed-by:
Leif Lindholm <quic_llindhol@quicinc.com>
-
- 24 Aug, 2022 1 commit
-
-
Edward Pickup authored
Bugzilla: 3995 (https://bugzilla.tianocore.org/show_bug.cgi?id=3995 ) ACPI 6.4 spec states that if the revision field in the DSDT header is less than 2, then all integers are restricted in width to 32 bits, including in SSDTs. Arm Base boot requirements state that platforms must conform to ACPI 6.3 or later, and that legacy tables are not supported. Adds a check for this field and raise warning if revision is less than 2 on arm. Signed-off-by:
Edward Pickup <edward.pickup@arm.com> Reviewed-by:
Zhichao Gao <zhichao.gao@intel.com>
-
- 23 Aug, 2022 6 commits
-
-
James Lu authored
https://bugzilla.tianocore.org/show_bug.cgi?id=4018 Coverity report FORWARD_NULL and OVERFLOW_BEFORE_WIDEN potential defect in UefiPayloadPkg. Signed-off-by:
Gregx Yeh <gregx.yeh@intel.com> Reviewed-by:
Guo Dong <guo.dong@intel.com> Reviewed-by:
James Lu <james.lu@intel.com>
-
Abner Chang authored
There is no function to send POST request with the ContentType different from "application\json". There is no function to send DELETE request with the body. Cc: Abner Chang <abner.chang@amd.com> Cc: Nickle Wang <nickle.wang@hpe.com> Signed-off-by:
Igor Kulchytskyy <igork@ami.com> Reviewed-by:
Abner Chang <abner.chang@amd.com>
-
Abner Chang authored
Definitions of the required functions to send requests to BMC are in the PrivateInclude folder. So they cannot be used by the other Redfish packages. Cc: Abner Chang <abner.chang@amd.com> Cc: Nickle Wang <nickle.wang@hpe.com> Signed-off-by:
Igor Kulchytskyy <igork@ami.com> Reviewed-by:
Abner Chang <abner.chang@amd.com>
-
Abner Chang authored
Host Interface details are described by the SMBIOS Type 42 table. The table is published by the RedfishHostInterfaceDxe driver. That driver supports PCI-E and USB host interface types.The table is consumed by the edfishGetHostInterfaceProtocolData function in the RedfishDiscoverDxe driver. The function only supports PCI-E host interface type. Cc: Abner Chang <abner.chang@amd.com> Cc: Nickle Wang <nickle.wang@hpe.com> Signed-off-by:
Igor Kulchytskyy <igork@ami.com> Reviewed-by:
Abner Chang <abner.chang@amd.com>
-
Kavya authored
Add NVME_ENABLE macro to control NvmExpressDxe driver. Reviewed-by:
Guo Dong <guo.dong@intel.com> Reviewed-by:
Gua Guo <gua.guo@intel.com> Signed-off-by:
Kavya <k.kavyax.sravanthi@intel.com>
-
Kavya authored
Return PciRootBridges instead of NULL and set PcdPciDisableBusEnumeration to FALSE when root bridge count is zero. Reviewed-by:
Guo Dong <guo.dong@intel.com> Reviewed-by:
Gua Guo <gua.guo@intel.com> Signed-off-by:
Kavya <k.kavyax.sravanthi@intel.com>
-
- 22 Aug, 2022 1 commit
-
-
Abdul Lateef Attar authored
Parse Type 0 or Local APIC structure. Also parse the Local APIC Flags as bitfields. Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by:
Abdul Lateef Attar <abdattar@amd.com> Reviewed-by:
Zhichao Gao <zhichao.gao@intel.com>
-
- 19 Aug, 2022 1 commit
-
-
Michael D Kinney authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4021 When the size of a EFI_SECTION_FREEFORM_SUBTYPE_GUID section required the use of EFI_FREEFORM_SUBTYPE_GUID_SECTION2 header, set the section type to EFI_SECTION_FREEFORM_SUBTYPE_GUID. Cc: Leif Lindholm <llindhol@qti.qualcomm.com> Cc: Andrew Fish <afish@apple.com> Cc: Konstantin Aladyshev <aladyshev22@gmail.com> Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Yuwei Chen <yuwei.chen@intel.com> Signed-off-by:
Michael D Kinney <michael.d.kinney@intel.com> Acked-by:
Konstantin Aladyshev <aladyshev22@gmail.com> Reviewed-by:
Bob Feng <bob.c.feng@intel.com> Reviewed-by:
Leif Lindholm <llindhol@qti.qualcomm.com>
-
- 18 Aug, 2022 3 commits
-
-
Sainadh Nagolu authored
Updated SmBios.h with new fields added as part of SMBIOS 3.6.0 spec update. Signed-off-by:
Sainadh Nagolu <sainadhn@ami.com> Cc: Vasudevan Sambandan <vasudevans@ami.com> Cc: Sundaresan S <sundaresans@ami.com> Reviewed-by:
Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com> Reviewed-by:
Liming Gao <gaoliming@byosoft.com.cn>
-
Sainadh Nagolu authored
Since PeerGroups has a variable number of entries, new fields added after PeerGroups are defined in a extended structure. Done changes in PrintInfo.c to access those fields using SMBIOS_TABLE_TYPE9_EXTENDED structure from SmBios.h. Signed-off-by:
Sainadh Nagolu <sainadhn@ami.com> Cc: Vasudevan Sambandan <vasudevans@ami.com> Cc: Sundaresan S <sundaresans@ami.com> Reviewed-by:
Liming Gao <gaoliming@byosoft.com.cn>
-
Sainadh Nagolu authored
In Type9 structure since PeerGroups has a variable number of entries, must not define new fields in the structure.So added an extended structure and defined new fields added after PeerGroups. Also done some improvements to Smbios 3.5.0 spec changes. Signed-off-by:
Sainadh Nagolu <sainadhn@ami.com> Reviewed-by:
Liming Gao <gaoliming@byosoft.com.cn>
-
- 17 Aug, 2022 1 commit
-
-
Konstantin Aladyshev authored
Some print statements use format specifiers like %N/%H/%E/%B that are only supported in the shell print functions. In the ordinary 'Print' function they are just displayed as letters N/H/E/B. Remove these unsupported format specifiers from the 'Print' statements to fix the issue. Signed-off-by:
Konstantin Aladyshev <aladyshev22@gmail.com> Reviewed-by:
Liming Gao <gaoliming@byosoft.com.cn>
-
- 16 Aug, 2022 4 commits
-
-
Dimitrije Pavlov authored
The current implementation does not check if Language or DriverName are NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL. Signed-off-by:
Dimitrije Pavlov <Dimitrije.Pavlov@arm.com> Reviewed-by:
Sunny Wang <sunny.wang@arm.com>
-
Dimitrije Pavlov authored
The current implementation does not check if Info or SizeInfo pointers are NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL. Signed-off-by:
Dimitrije Pavlov <Dimitrije.Pavlov@arm.com> Reviewed-by:
Sunny Wang <sunny.wang@arm.com>
-
Dimitrije Pavlov authored
The current implementation does not check if Progress or Results pointers in ExtractConfig are NULL, or if Progress pointer in RouteConfig is NULL. This causes the SCT test suite to crash. Add a check to return EFI_INVALID_PARAMETER if any of these pointers are NULL. Signed-off-by:
Dimitrije Pavlov <Dimitrije.Pavlov@arm.com> Reviewed-by:
Sunny Wang <sunny.wang@arm.com>
-
Zhiguang Liu authored
Add host based unit tests for the CpuPageTableLib services. Unit test focuses on PageTableMap function, containing two kinds of test cases: manual test case and random test case. Manual test case creates some corner case to test function PageTableMap. Random test case generates multiple random memory entries (with random attribute) as the input of function PageTableMap to get the output pagetable. Output pagetable will be validated and be parsed to get output memory entries, and then the input and output memory entries will be compared to verify the functionality. The unit test is not perfect yet. There are options for random test, and some of them control the test coverage, and some option are not ready. Will enhance in the future. Cc: Eric Dong <eric.dong@intel.com> Reviewed-by:
Ray Ni <ray.ni@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Signed-off-by:
Zhiguang Liu <zhiguang.liu@intel.com>
-
- 15 Aug, 2022 7 commits
-
-
KasimX Liu authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4013 For the SMBIOS version can be update by UPL,we create the gUniversalPayloadSmbios3TableGuid HOB to store the value then updated version. Cc: Guo Dong <guo.dong@intel.com> Reviewed-by:
Ray Ni <ray.ni@intel.com> Cc: James Lu <james.lu@intel.com> Reviewed-by:
Gua Guo <gua.guo@intel.com> Signed-off-by:
KasimX Liu <kasimx.liu@intel.com>
-
Chasel Chiu authored
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4019 FSPM_ARCH2_UPD in FspApiEntryM.nasm was not up-to-date and should be fixed for both IA32 and X64 builds. Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by:
Chasel Chiu <chasel.chiu@intel.com> Reviewed-by:
Star Zeng <star.zeng@intel.com>
-
Dun Tan authored
Remove clearing CR0.WP when marking the memory used for page table as read-only in the page table itself created by UefiPayloadEntry. This page table address is written to Cr3 after these protection steps. Till this, the memory used for page table is always RW. Signed-off-by:
Dun Tan <dun.tan@intel.com> Reviewed-by:
Guo Dong <guo.dong@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Cc: Sean Rhodes <sean@starlabs.systems> Reviewed-by:
Ray Ni <ray.ni@intel.com>
-
Dun Tan authored
Remove clearing CR0.WP when marking the memory used for page table as read-only in the page table itself created by DxeIpl. This page table address is written to Cr3 after these protection steps. Till this, the memory used for page table is always RW. Signed-off-by:
Dun Tan <dun.tan@intel.com> Cc: Dandan Bi <dandan.bi@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Reviewed-by:
Ray Ni <ray.ni@intel.com>
-
Dun Tan authored
This patch is code refactoring and doesn't change any functionality. Remove mInternalCr3 in PiSmmCpuDxe pagetable related code. In previous code, mInternalCr3 is used to pass address of page table which is different from Cr3 register in different level of SetMemoryAttributes function. Now remove it and pass the page table base address from the root function parameter to simplify the code logic. Signed-off-by:
Dun Tan <dun.tan@intel.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Reviewed-by:
Ray Ni <ray.ni@intel.com>
-
Dun Tan authored
This patch is code refactoring and doesn't change any functionality. Add a new mIsShadowStack flag to identify whether current memory is shadow stack. Previous smm code logic regards a RO range as shadow stack and set the dirty bit in corresponding page table entry if mInternalCr3 is not 0, which may be confusing. Signed-off-by:
Dun Tan <dun.tan@intel.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Reviewed-by:
Ray Ni <ray.ni@intel.com>
-
Shengfengx Xue authored
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4014 If Configured Memory Speed is 65,535 MT/s or greater, and the actual speed is stored in the Extended Configured Memory Speed field. but current Smbiosview have no this logic. Signed-off-by:
Shengfengx Xue <shengfengx.xue@intel.com>
-