Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b
https://github.com/tianocore/edk2/commit/fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b
Author: Page Chen <[email protected]>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M ShellPkg/DynamicCommand/HttpDynamicCommand/HttpApp.c
M ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c
M ShellPkg/Include/Library/BcfgCommandLib.h
M ShellPkg/Include/Library/HandleParsingLib.h
M ShellPkg/Include/Library/ShellCommandLib.h
M ShellPkg/Include/Library/ShellLib.h
M ShellPkg/Include/Protocol/EfiShellEnvironment2.h
M ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
M ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
M ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c
M ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.h
M ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c
M ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c
M
ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.c
M ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c
M ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.h
M ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Map.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Mv.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/Set.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
M ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
M ShellPkg/Library/UefiShellLevel2CommandsLib/Vol.c
M ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c
M ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
M ShellPkg/Library/UefiShellLevel3CommandsLib/Type.c
M ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.c
M ShellPkg/Library/UefiShellLib/UefiShellLib.c
M ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c
M
ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.c
M ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
M
ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.c
Log Message:
-----------
ShellPkg: Fix typos
begining->beginning
dirve->drive
duplicat->duplicate
fuly->fully
Funciton->Function
Functino->Function
optioanl->optional
poitners->pointers
rountine->routine
sucessful->successful
sucessfully->successfully
Signed-off-by: Page Chen <[email protected]>
Cc: Zhichao Gao <[email protected]>
Cc: Andrew Fish <[email protected]>
Message-Id:
<829d2bed2a848229d719d7ae7b64ef1a47782720.1699557986.git.paiching_c...@apple.com>
Reviewed-by: Zhichao Gao <[email protected]>
Commit: ad0b1cc144b56fcbd8d369eaff6eaf5f3020efe7
https://github.com/tianocore/edk2/commit/ad0b1cc144b56fcbd8d369eaff6eaf5f3020efe7
Author: Wu, Jiaxin <[email protected]>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
Log Message:
-----------
UefiCpuPkg/BaseXApicLib: Fix CPUID_V2_EXTENDED_TOPOLOGY detection
This patch is to complete 170d4ce8, sync the change to BaseXApicLib.
Checking the max cpuid leaf is not enough to figure whenever
CPUID_V2_EXTENDED_TOPOLOGY is supported. Intel SDM says:
Software must detect the presence of CPUID leaf 1FH by verifying
(a) the highest leaf index supported by CPUID is >= 1FH, and
(b) CPUID.1FH:EBX[15:0] reports a non-zero value.
The same is true for CPUID leaf 0BH.
This patch adds the EBX check to GetProcessorLocation2ByApicId(). The
patch also fixes the existing check in GetProcessorLocationByApicId() to
be in line with the spec by looking at bits 15:0. The comments are
updated with a quote from the Intel SDM.
Cc: Laszlo Ersek <[email protected]>
Cc: Eric Dong <[email protected]>
Cc: Ray Ni <[email protected]>
Cc: Rahul Kumar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Star Zeng <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
Signed-off-by: Jiaxin Wu <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Commit: 7eb504060787c9c37d5b3c33f5d65021d553ea3f
https://github.com/tianocore/edk2/commit/7eb504060787c9c37d5b3c33f5d65021d553ea3f
Author: Wu, Jiaxin <[email protected]>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M UefiCpuPkg/PiSmmCpuDxeSmm/CpuService.c
Log Message:
-----------
UefiCpuPkg/PiSmmCpuDxeSmm: Get processor extended information
This patch is to extend SmmAddProcessor function to get processor
extended information. It's to complete commit 1fadd18d.
Cc: Laszlo Ersek <[email protected]>
Cc: Eric Dong <[email protected]>
Cc: Ray Ni <[email protected]>
Cc: Rahul Kumar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Star Zeng <[email protected]>
Signed-off-by: Jiaxin Wu <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Regression-tested-by: Laszlo Ersek <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Commit: e8c23d1e27f70dcb2e59010ded6df32374eaa84a
https://github.com/tianocore/edk2/commit/e8c23d1e27f70dcb2e59010ded6df32374eaa84a
Author: Michael Roth <[email protected]>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M OvmfPkg/Library/BaseMemEncryptSevLib/X64/SnpPageStateChangeInternal.c
Log Message:
-----------
OvmfPkg/MemEncryptSevLib: Fix address overflow during PVALIDATE
The struct used for GHCB-based page-state change requests uses a 40-bit
bit-field for the GFN, which is shifted by PAGE_SHIFT to generate a
64-bit address. However, anything beyond 40-bits simply gets shifted off
when doing this, which will cause issues when dealing with 1TB+
addresses. Fix this by casting the 40-bit GFN values to 64-bit ones
prior to shifting it by PAGE_SHIFT.
Fixes: ade62c18f474 ("OvmfPkg/MemEncryptSevLib: add support to validate system
RAM")
Signed-off-by: Michael Roth <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Gerd Hoffmann <[email protected]>
Commit: b59574a06632ae62ec280c39ff351a7ae997a327
https://github.com/tianocore/edk2/commit/b59574a06632ae62ec280c39ff351a7ae997a327
Author: Laszlo Ersek <[email protected]>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M Maintainers.txt
Log Message:
-----------
Maintainers.txt: add Laszlo Ersek as an ArmVirtPkg maintainer
I intend to assist with the maintenance of the following files and
directories:
ArmVirtPkg/ArmVirt.dsc.inc
ArmVirtPkg/ArmVirtPkg.dec
ArmVirtPkg/ArmVirtQemu.dsc
ArmVirtPkg/ArmVirtQemu.fdf
ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc
ArmVirtPkg/ArmVirtRules.fdf.inc
ArmVirtPkg/Include/Guid/EarlyPL011BaseAddress.h
ArmVirtPkg/Include/Library/ArmVirtMemInfoLib.h
ArmVirtPkg/Include/Library/FdtSerialPortAddressLib.h
ArmVirtPkg/Library/ArmVirtDxeHobLib/
ArmVirtPkg/Library/ArmVirtMemoryInitPeiLib/
ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/
ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/
ArmVirtPkg/Library/ArmVirtPsciResetSystemPeiLib/
ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/
ArmVirtPkg/Library/DebugLibFdtPL011Uart/
ArmVirtPkg/Library/FdtPL011SerialPortLib/
ArmVirtPkg/Library/FdtSerialPortAddressLib/
ArmVirtPkg/Library/NorFlashQemuLib/
ArmVirtPkg/Library/PlatformBootManagerLib/
ArmVirtPkg/Library/PlatformPeiLib/
ArmVirtPkg/Library/QemuVirtMemInfoLib/
ArmVirtPkg/MemoryInitPei/
ArmVirtPkg/PlatformCI/
ArmVirtPkg/PrePi/
ArmVirtPkg/VarStore.fdf.inc
Cc: Andrew Fish <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Sami Mujawar <[email protected]>
Signed-off-by: Laszlo Ersek <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
Commit: 408ca20a958ffbf65c953e59764e2388b854ab69
https://github.com/tianocore/edk2/commit/408ca20a958ffbf65c953e59764e2388b854ab69
Author: Laszlo Ersek <[email protected]>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M Maintainers.txt
Log Message:
-----------
Maintainers.txt: add Laszlo Ersek as an OvmfPkg maintainer
I intend to assist with the maintenance of the following files and
directories:
OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c
OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h
OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
OvmfPkg/AcpiPlatformDxe/EntryPoint.c
OvmfPkg/CpuHotplugSmm/
OvmfPkg/CpuS3DataDxe/
OvmfPkg/EnrollDefaultKeys/
OvmfPkg/Fdt/FdtPciHostBridgeLib/
OvmfPkg/Fdt/FdtPciPcdProducerLib/
OvmfPkg/Fdt/HighMemDxe/
OvmfPkg/Fdt/VirtioFdtDxe/
OvmfPkg/Include/Dsc/NetworkComponents.dsc.inc
OvmfPkg/Include/Dsc/OvmfPkg.dsc.inc
OvmfPkg/Include/Dsc/OvmfTpmComponentsDxe.dsc.inc
OvmfPkg/Include/Dsc/OvmfTpmComponentsPei.dsc.inc
OvmfPkg/Include/Dsc/OvmfTpmDefines.dsc.inc
OvmfPkg/Include/Dsc/OvmfTpmLibs.dsc.inc
OvmfPkg/Include/Dsc/OvmfTpmPcds.dsc.inc
OvmfPkg/Include/Dsc/OvmfTpmPcdsHii.dsc.inc
OvmfPkg/Include/Dsc/OvmfTpmSecurityStub.dsc.inc
OvmfPkg/Include/Fdf/FvmainCompactScratchEnd.fdf.inc
OvmfPkg/Include/Fdf/OvmfPkgDefines.fdf.inc
OvmfPkg/Include/Fdf/OvmfTpmDxe.fdf.inc
OvmfPkg/Include/Fdf/OvmfTpmPei.fdf.inc
OvmfPkg/Include/Fdf/VarStore.fdf.inc
OvmfPkg/Include/Guid/MicrosoftVendor.h
OvmfPkg/Include/Guid/OvmfPkKek1AppPrefix.h
OvmfPkg/Include/Guid/OvmfPlatformConfig.h
OvmfPkg/Include/Guid/QemuKernelLoaderFsMedia.h
OvmfPkg/Include/Guid/QemuRamfb.h
OvmfPkg/Include/Guid/RootBridgesConnectedEventGroup.h
OvmfPkg/Include/Guid/VirtioMmioTransport.h
OvmfPkg/Include/IndustryStandard/E820.h
OvmfPkg/Include/IndustryStandard/I440FxPiix4.h
OvmfPkg/Include/IndustryStandard/LegacyVgaBios.h
OvmfPkg/Include/IndustryStandard/LinuxBzimage.h
OvmfPkg/Include/IndustryStandard/Q35MchIch9.h
OvmfPkg/Include/IndustryStandard/QemuCpuHotplug.h
OvmfPkg/Include/IndustryStandard/QemuFwCfg.h
OvmfPkg/Include/IndustryStandard/QemuLoader.h
OvmfPkg/Include/IndustryStandard/QemuPciBridgeCapabilities.h
OvmfPkg/Include/IndustryStandard/QemuTpm.h
OvmfPkg/Include/IndustryStandard/Virtio.h
OvmfPkg/Include/IndustryStandard/Virtio095.h
OvmfPkg/Include/IndustryStandard/Virtio095Net.h
OvmfPkg/Include/IndustryStandard/Virtio10.h
OvmfPkg/Include/IndustryStandard/Virtio10Net.h
OvmfPkg/Include/IndustryStandard/VirtioBlk.h
OvmfPkg/Include/IndustryStandard/VirtioFs.h
OvmfPkg/Include/IndustryStandard/VirtioGpu.h
OvmfPkg/Include/IndustryStandard/VirtioNet.h
OvmfPkg/Include/IndustryStandard/VirtioScsi.h
OvmfPkg/Include/IndustryStandard/VirtioSerial.h
OvmfPkg/Include/Library/AcpiPlatformLib.h
OvmfPkg/Include/Library/NestedInterruptTplLib.h
OvmfPkg/Include/Library/PciCapLib.h
OvmfPkg/Include/Library/PciCapPciIoLib.h
OvmfPkg/Include/Library/PciCapPciSegmentLib.h
OvmfPkg/Include/Library/PciHostBridgeUtilityLib.h
OvmfPkg/Include/Library/PlatformBmPrintScLib.h
OvmfPkg/Include/Library/PlatformInitLib.h
OvmfPkg/Include/Library/QemuBootOrderLib.h
OvmfPkg/Include/Library/QemuFwCfgLib.h
OvmfPkg/Include/Library/QemuFwCfgS3Lib.h
OvmfPkg/Include/Library/QemuFwCfgSimpleParserLib.h
OvmfPkg/Include/Library/QemuLoadImageLib.h
OvmfPkg/Include/Library/VirtNorFlashPlatformLib.h
OvmfPkg/Include/Library/VirtioLib.h
OvmfPkg/Include/Library/VirtioMmioDeviceLib.h
OvmfPkg/Include/OvmfPlatforms.h
OvmfPkg/Include/Pcd/CpuHotEjectData.h
OvmfPkg/Include/Protocol/OvmfLoadedX86LinuxKernel.h
OvmfPkg/Include/Protocol/VirtioDevice.h
OvmfPkg/IncompatiblePciDeviceSupportDxe/
OvmfPkg/Library/AcpiPlatformLib/
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.h
OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c
OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c
OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c
OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
OvmfPkg/Library/BaseCachingPciExpressLib/
OvmfPkg/Library/BasePciCapLib/
OvmfPkg/Library/BasePciCapPciSegmentLib/
OvmfPkg/Library/DxePciLibI440FxQ35/
OvmfPkg/Library/GenericQemuLoadImageLib/
OvmfPkg/Library/LockBoxLib/
OvmfPkg/Library/NestedInterruptTplLib/
OvmfPkg/Library/PciHostBridgeLib/
OvmfPkg/Library/PciHostBridgeUtilityLib/
OvmfPkg/Library/PlatformBmPrintScLib/
OvmfPkg/Library/PlatformBootManagerLib/
OvmfPkg/Library/PlatformDebugLibIoPort/DebugIoPortQemu.c
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c
OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
OvmfPkg/Library/PlatformInitLib/Cmos.c
OvmfPkg/Library/PlatformInitLib/MemDetect.c
OvmfPkg/Library/PlatformInitLib/Platform.c
OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf
OvmfPkg/Library/PlatformSecureLib/
OvmfPkg/Library/PxeBcPcdProducerLib/
OvmfPkg/Library/QemuBootOrderLib/
OvmfPkg/Library/QemuFwCfgLib/
OvmfPkg/Library/QemuFwCfgS3Lib/
OvmfPkg/Library/QemuFwCfgSimpleParserLib/
OvmfPkg/Library/ResetSystemLib/BaseResetShutdown.c
OvmfPkg/Library/ResetSystemLib/BaseResetSystemLib.inf
OvmfPkg/Library/ResetSystemLib/DxeResetShutdown.c
OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c
OvmfPkg/Library/SmbiosVersionLib/
OvmfPkg/Library/SmmCpuFeaturesLib/
OvmfPkg/Library/SmmCpuPlatformHookLibQemu/
OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/
OvmfPkg/Library/Tcg2PhysicalPresenceLibQemu/
OvmfPkg/Library/TlsAuthConfigLib/
OvmfPkg/Library/UefiDriverEntryPointFwCfgOverrideLib/
OvmfPkg/Library/UefiPciCapPciIoLib/
OvmfPkg/Library/VirtioLib/
OvmfPkg/Library/VirtioMmioDeviceLib/
OvmfPkg/Library/X86QemuLoadImageLib/
OvmfPkg/License.txt
OvmfPkg/LinuxInitrdDynamicShellCommand/
OvmfPkg/LocalApicTimerDxe/
OvmfPkg/OvmfPkg.ci.yaml
OvmfPkg/OvmfPkg.dec
OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/OvmfPkgIa32.fdf
OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg/OvmfPkgIa32X64.fdf
OvmfPkg/OvmfPkgX64.dsc
OvmfPkg/OvmfPkgX64.fdf
OvmfPkg/PciHotPlugInitDxe/
OvmfPkg/PlatformCI/
OvmfPkg/PlatformDxe/
OvmfPkg/PlatformHasAcpiDtDxe/
OvmfPkg/PlatformPei/ClearCache.c
OvmfPkg/PlatformPei/FeatureControl.c
OvmfPkg/PlatformPei/Fv.c
OvmfPkg/PlatformPei/MemDetect.c
OvmfPkg/PlatformPei/MemTypeInfo.c
OvmfPkg/PlatformPei/Platform.c
OvmfPkg/PlatformPei/Platform.h
OvmfPkg/PlatformPei/PlatformPei.inf
OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
OvmfPkg/QemuKernelLoaderFsDxe/
OvmfPkg/QemuRamfbDxe/
OvmfPkg/QemuVideoDxe/
OvmfPkg/README
OvmfPkg/Sec/Ia32/SecEntry.nasm
OvmfPkg/Sec/SecMain.c
OvmfPkg/Sec/SecMain.inf
OvmfPkg/Sec/X64/SecEntry.nasm
OvmfPkg/SioBusDxe/
OvmfPkg/SmbiosPlatformDxe/EntryPoint.c
OvmfPkg/SmbiosPlatformDxe/Qemu.c
OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.c
OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
OvmfPkg/SmmAccess/
OvmfPkg/SmmControl2Dxe/
OvmfPkg/Tcg/Tcg2Config/
OvmfPkg/VirtNorFlashDxe/
OvmfPkg/Virtio10Dxe/
OvmfPkg/VirtioBlkDxe/
OvmfPkg/VirtioFsDxe/
OvmfPkg/VirtioGpuDxe/
OvmfPkg/VirtioNetDxe/
OvmfPkg/VirtioPciDeviceDxe/
OvmfPkg/VirtioRngDxe/
OvmfPkg/VirtioScsiDxe/
Cc: Andrew Fish <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Jiewen Yao <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Michael D Kinney <[email protected]>
Signed-off-by: Laszlo Ersek <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
Commit: ff22700fc0e7877c352975818cd123284a614200
https://github.com/tianocore/edk2/commit/ff22700fc0e7877c352975818cd123284a614200
Author: Laszlo Ersek <[email protected]>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M Maintainers.txt
Log Message:
-----------
Maintainers.txt: add Laszlo Ersek as a UefiCpuPkg maintainer
I intend to assist with the maintenance of the following files and
directories:
UefiCpuPkg/CpuDxe/
UefiCpuPkg/CpuIo2Dxe/
UefiCpuPkg/CpuIo2Smm/CpuIo2Mm.c
UefiCpuPkg/CpuIo2Smm/CpuIo2Mm.h
UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.c
UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
UefiCpuPkg/CpuMpPei/
UefiCpuPkg/CpuS3DataDxe/
UefiCpuPkg/Include/AcpiCpuData.h
UefiCpuPkg/Include/CpuHotPlugData.h
UefiCpuPkg/Include/Library/CpuPageTableLib.h
UefiCpuPkg/Include/Library/LocalApicLib.h
UefiCpuPkg/Include/Library/MmSaveStateLib.h
UefiCpuPkg/Include/Library/MpInitLib.h
UefiCpuPkg/Include/Library/SmmCpuFeaturesLib.h
UefiCpuPkg/Include/Library/SmmCpuPlatformHookLib.h
UefiCpuPkg/Include/Protocol/SmmCpuService.h
UefiCpuPkg/Include/Register/
UefiCpuPkg/Include/StuffRsbNasm.inc
UefiCpuPkg/Library/BaseXApicX2ApicLib/
UefiCpuPkg/Library/CpuExceptionHandlerLib/
UefiCpuPkg/Library/CpuPageTableLib/CpuPageTable.h
UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableLib.inf
UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableMap.c
UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableParse.c
UefiCpuPkg/Library/MmSaveStateLib/AmdMmSaveState.c
UefiCpuPkg/Library/MmSaveStateLib/AmdMmSaveStateLib.inf
UefiCpuPkg/Library/MmSaveStateLib/MmSaveState.h
UefiCpuPkg/Library/MmSaveStateLib/MmSaveStateCommon.c
UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
UefiCpuPkg/Library/MpInitLib/DxeMpLib.c
UefiCpuPkg/Library/MpInitLib/Ia32/CreatePageTable.c
UefiCpuPkg/Library/MpInitLib/Ia32/MpFuncs.nasm
UefiCpuPkg/Library/MpInitLib/MpEqu.inc
UefiCpuPkg/Library/MpInitLib/MpHandOff.h
UefiCpuPkg/Library/MpInitLib/MpLib.c
UefiCpuPkg/Library/MpInitLib/MpLib.h
UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
UefiCpuPkg/Library/MpInitLib/X64/CreatePageTable.c
UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm
UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.c
UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.inf
UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/
UefiCpuPkg/Library/SmmCpuRendezvousLib/
UefiCpuPkg/PiSmmCpuDxeSmm/
UefiCpuPkg/UefiCpuPkg.dec
UefiCpuPkg/UefiCpuPkg.dsc
UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
Cc: Andrew Fish <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Rahul Kumar <[email protected]>
Cc: Ray Ni <[email protected]>
Signed-off-by: Laszlo Ersek <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
Commit: 2cd9d5f6fa710e9a8ee810212081f86702114d2f
https://github.com/tianocore/edk2/commit/2cd9d5f6fa710e9a8ee810212081f86702114d2f
Author: Laszlo Ersek <[email protected]>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M Maintainers.txt
Log Message:
-----------
Maintainers.txt: add Aaron Young as MptScsi and PvScsi reviewer
I asked Aaron if he'd be willing to take the "R" role for the MptScsi and
PvScsi drivers in OvmfPkg, given their low maintenance needs and previous
commit 1774a44ad91d ("Maintainers.txt: Remove MptScsi and PvScsi
reviewers", 2022-07-28). Designate Aaron as reviewer for those drivers,
with many thanks.
Cc: Aaron Young <[email protected]>
Cc: Andrew Fish <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Jiewen Yao <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Michael D Kinney <[email protected]>
Signed-off-by: Laszlo Ersek <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Aaron Young <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/eccdab611c01...2cd9d5f6fa71
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits