|
[PATCH v2 RESEND 4/4] Maintainers.txt: Adds AMD/BoardPkg and AMD/PlatformPkg maintainers
12 messages
From: Abdul Lateef Attar <AbdulLateef.Attar@...> Adds maintainers for AMD/BoardPkg and AMD/PlatformPkg. Signed-off-by: Abdul Lateef Attar <abdattar@...> Cc: Ard Biesheuvel <ardb+tianocore@...> Cc: Lei
From: Abdul Lateef Attar <AbdulLateef.Attar@...> Adds maintainers for AMD/BoardPkg and AMD/PlatformPkg. Signed-off-by: Abdul Lateef Attar <abdattar@...> Cc: Ard Biesheuvel <ardb+tianocore@...> Cc: Lei
|
By
Abdul Lateef Attar
·
|
|
[PATCH v2 2/4] OvmfPkg/PlatformInitLib: detect physical address space
7 messages
Try detect physical address space, when successful use it. Otherwise go continue using the current guesswork code path. Signed-off-by: Gerd Hoffmann <kraxel@...> --- OvmfPkg/Library/PlatformInitLib/Me
Try detect physical address space, when successful use it. Otherwise go continue using the current guesswork code path. Signed-off-by: Gerd Hoffmann <kraxel@...> --- OvmfPkg/Library/PlatformInitLib/Me
|
By
Gerd Hoffmann
·
|
|
[PATCH v2 RESEND 3/4] Platform/AMD/BoarkPkg: Adds SetCacheMtrrLib library
4 messages
Adds SetCacheMtrrLib library for AMD processor based boards. This library sets MTRR value or various memory ranges. Signed-off-by: Abdul Lateef Attar <abdattar@...> Cc: Ard Biesheuvel <ardb+tianocore@
Adds SetCacheMtrrLib library for AMD processor based boards. This library sets MTRR value or various memory ranges. Signed-off-by: Abdul Lateef Attar <abdattar@...> Cc: Ard Biesheuvel <ardb+tianocore@
|
By
Abdul Lateef Attar
·
|
|
[PATCH v2 RESEND 2/4] Platform/AMD/PlatformPkg: Adds PciHotPlug init protocol implementation
4 messages
Adds PCI hotplug init protocol implementation. Signed-off-by: Abdul Lateef Attar <abdattar@...> Cc: Ard Biesheuvel <ardb+tianocore@...> Cc: Leif Lindholm <quic_llindhol@...> Cc: Abner Chang <abner.cha
Adds PCI hotplug init protocol implementation. Signed-off-by: Abdul Lateef Attar <abdattar@...> Cc: Ard Biesheuvel <ardb+tianocore@...> Cc: Leif Lindholm <quic_llindhol@...> Cc: Abner Chang <abner.cha
|
By
Abdul Lateef Attar
·
|
|
[PATCH v2 1/1] SecurityPkg/DxeImageVerificationLib: Check result of GetEfiGlobalVariable2
5 messages
Call gRT->GetVariable() directly to read the SecureBoot variable. It is one byte in size so we can easily place it on the stack instead of having GetEfiGlobalVariable2() allocate it for us, which avoi
Call gRT->GetVariable() directly to read the SecureBoot variable. It is one byte in size so we can easily place it on the stack instead of having GetEfiGlobalVariable2() allocate it for us, which avoi
|
By
Gerd Hoffmann
·
|
|
[edk2-platforms][PATCH 1/2][RESEND] PlatformPayloadFeaturePkg.dsc: Add missing packages
2 messages
Add package that are required to build PlatformPayloadFeaturePkg. Test: Running python Features/Intel/PlatformPayloadFeaturePkg/PlatformPayloadFeat= urePkg.py generates a FV. Signed-off-by: Patrick Ru
Add package that are required to build PlatformPayloadFeaturePkg. Test: Running python Features/Intel/PlatformPayloadFeaturePkg/PlatformPayloadFeat= urePkg.py generates a FV. Signed-off-by: Patrick Ru
|
By
Patrick Rudolph
·
|
|
[edk2-platforms][PATCH 2/2][RESEND] PlatformPayloadFeaturePkg.py: Add Linux support
2 messages
- Use OS specific path seperator instead of hardcoding ';' - Fix case of build artifact FV/PLATFORMPAYLOAD.Fv Test: python Features/Intel/PlatformPayloadFeaturePkg/PlatformPayloadFeaturePkg.py works o
- Use OS specific path seperator instead of hardcoding ';' - Fix case of build artifact FV/PLATFORMPAYLOAD.Fv Test: python Features/Intel/PlatformPayloadFeaturePkg/PlatformPayloadFeaturePkg.py works o
|
By
Patrick Rudolph
·
|
|
[PATCH v1 3/4] ArmVirtPkg: Fix parsing of serial port node
When scanning for the Serial Port in the device tree, the length and value parameters to ScanMem8() are not in the right order. This results in the serial port not being detected if the chosen node in
When scanning for the Serial Port in the device tree, the length and value parameters to ScanMem8() are not in the right order. This results in the serial port not being detected if the chosen node in
|
By
Sami Mujawar
·
|
|
[PATCH v1 4/4] ArmVirtPkg: Fix depex in kvmtool guest Rtc library
The Rtc library for the kvmtool guest firmware configures the RTC controller address range as runtime memory by calling the gDS->SetMemorySpaceAttributes(). The SetMemorySpaceAttributes() function has
The Rtc library for the kvmtool guest firmware configures the RTC controller address range as runtime memory by calling the gDS->SetMemorySpaceAttributes(). The SetMemorySpaceAttributes() function has
|
By
Sami Mujawar
·
|
|
[PATCH v1 0/4] Bug fixes for DynamicTablesPkg and ArmVirtPkg/kvmtool
This patch series has the following fixes for DynamicTablesPkg and ArmVirtPkg/Kvmtool: 1. Reduces the log output from TableHelperLib in DynamicTablesPkg. 2. Fixes issue with parsing of the serial port
This patch series has the following fixes for DynamicTablesPkg and ArmVirtPkg/Kvmtool: 1. Reduces the log output from TableHelperLib in DynamicTablesPkg. 2. Fixes issue with parsing of the serial port
|
By
Sami Mujawar
·
|
|
[PATCH v1 1/4] DynamicTablesPkg: Reduce log output from TableHelperLib
Reduce the log output from Configuration Manager Object Parser in TableHelperLib by enabling the logs only if DEBUG_INFO is enabled. Signed-off-by: Sami Mujawar <sami.mujawar@...> --- DynamicTablesPkg
Reduce the log output from Configuration Manager Object Parser in TableHelperLib by enabling the logs only if DEBUG_INFO is enabled. Signed-off-by: Sami Mujawar <sami.mujawar@...> --- DynamicTablesPkg
|
By
Sami Mujawar
·
|
|
[PATCH v1 2/4] DynamicTablesPkg: Fix parsing of serial port node
When scanning for the Serial Port in the device tree, the length and value parameters to ScanMem8() are not in the right order. This results in the serial port not being detected if the chosen node in
When scanning for the Serial Port in the device tree, the length and value parameters to ScanMem8() are not in the right order. This results in the serial port not being detected if the chosen node in
|
By
Sami Mujawar
·
|
|
[Patch V3 07/18] UefiCpuPkg/CpuPageTableLib:Add check for Mask and Attr
3 messages
For different usage, check if the combination for Mask and Attr is valid when creating or updating page table. 1.For non-present range 1.1Mask.Present is 0 but some other attributes is provided. This
For different usage, check if the combination for Mask and Attr is valid when creating or updating page table. 1.For non-present range 1.1Mask.Present is 0 but some other attributes is provided. This
|
By
duntan
·
|
|
[edk2-platforms][PATCH V2 6/8] ManageabilityPkg: Implement Ipmi Protocol/Ppi
2 messages
From: Abner Chang <abner.chang@...> Add Ipmi Protocol/Ppi/SMM implementations. The underlying implementation of transport interface depends on the binded ManageabilityTransportLib. Signed-off-by: Abne
From: Abner Chang <abner.chang@...> Add Ipmi Protocol/Ppi/SMM implementations. The underlying implementation of transport interface depends on the binded ManageabilityTransportLib. Signed-off-by: Abne
|
By
Chang, Abner
·
|
|
[edk2-platforms][PATCH V2 5/8] ManageabilityPkg/ManageabilityTransportKcsLib
2 messages
From: Abner Chang <abner.chang@...> This is the KCS manageability transport library instance follows the design guidance described in Readme file under ManageabilityPkg. Signed-off-by: Abner Chang <ab
From: Abner Chang <abner.chang@...> This is the KCS manageability transport library instance follows the design guidance described in Readme file under ManageabilityPkg. Signed-off-by: Abner Chang <ab
|
By
Chang, Abner
·
|
|
[PATCH v2 1/1] ArmPkg/SmbiosMiscDxe: Adjust the priority of getting firmware version
2 messages
The BIOS Firmware Version in the SMBIOS Type 0 can be fetched from the fixed PcdFirmwareVersionString or platform specific OemMiscLib. In fact, the support from OemMiscLib comes into play when the fir
The BIOS Firmware Version in the SMBIOS Type 0 can be fetched from the fixed PcdFirmwareVersionString or platform specific OemMiscLib. In fact, the support from OemMiscLib comes into play when the fir
|
By
Tinh Nguyen
·
|
|
[edk2-platforms][PATCH V2 7/8] ManageabilityPkg: Add IpmiProtocol to Manageability Package
2 messages
From: Abner Chang <abner.chang@...> Add Ipmi Protocol/Ppi/SMM modules to ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...>
From: Abner Chang <abner.chang@...> Add Ipmi Protocol/Ppi/SMM modules to ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Liming Gao <gaoliming@...> Cc: Isaac Oram <isaac.w.oram@...>
|
By
Chang, Abner
·
|
|
[edk2-platforms][PATCH V2 8/8] edk2-platforms: Maintainers.txt
2 messages
From: Abner Chang <abner.chang@...> Add maintainer and reviewer of ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Abdul Lateef Attar <abdattar@...> Cc: Leif Lindholm <quic_llindhol
From: Abner Chang <abner.chang@...> Add maintainer and reviewer of ManageabilityPkg. Signed-off-by: Abner Chang <abner.chang@...> Cc: Abdul Lateef Attar <abdattar@...> Cc: Leif Lindholm <quic_llindhol
|
By
Chang, Abner
·
|
|
[PATCH 1/3] BaseTools: Allow users to specify compiler to use with make CC= CXX=
5 messages
In https://bugzilla.tianocore.org/show_bug.cgi?id=2842 clang support was added by having users specify "make CXX=llvm" when building BaseTools. The Makefile then sees that and sets CC=$(CLANG_BIN)clan
In https://bugzilla.tianocore.org/show_bug.cgi?id=2842 clang support was added by having users specify "make CXX=llvm" when building BaseTools. The Makefile then sees that and sets CC=$(CLANG_BIN)clan
|
By
Rebecca Cran
·
|
|
[PATCH 2/3] MdeModulePkg/Logo: Add a PCD to control the position of the Logo
22 messages
When set to true, the Logo is positioned according to the BGRT specification, 38.2% from the top of the screen. When set to false, no behaviour is changed and the logo is positioned centrally. Cc: Zhi
When set to true, the Logo is positioned according to the BGRT specification, 38.2% from the top of the screen. When set to false, no behaviour is changed and the logo is positioned centrally. Cc: Zhi
|
By
Sean Rhodes
·
|