Re: [edk2-devel] [PATCH 0/2] Ampere: Add BMC Configuration Screen

2024-08-22 Thread Chuong Tran
Reviewed-by: Chuong Tran Thanks, Chuong On 8/14/2024 10:18 AM, Nhi Pham wrote: This implements BMC Configuration Screen and supports on Ampere Mt. Jade platform. Nhi Pham (2): AmpereSiliconPkg: Implement BMC Configuration screen JadePkg: Add BmcConfigDxe Silicon/Ampere

Re: [edk2-devel] [edk2-platforms][PATCH 0/3] AmpereAltraPkg: Remove Max Frequency config

2024-08-22 Thread Chuong Tran
For this series: Reviewed-by: Chuong Tran Thanks, Chuong On 8/15/2024 2:12 PM, Nhi Pham wrote: This patch series aims to remove the maximum (turbo) frequency since the CPU nominal frequency is equivalient to the max frequency. Nhi Pham (3): AmpereAltraPkg/AcpiConfigDxe: Remove Max

Re: [edk2-devel] [edk2-platforms][PATCH v2 1/1] JadePkg: Add ACPI SPMI table

2024-08-22 Thread Chuong Tran
Reviewed-by: Chuong Tran Thanks, Chuong On 8/15/2024 1:55 PM, Nhi Pham wrote: This implements ACPI SPMI table as defined in the IPMI specification. Signed-off-by: Nhi Pham --- v2: + Remove EFIAPI + Make the function UpdateIpmiSpecRevision() static + Change 0x0F to 0xF to be

Re: [edk2-devel] [edk2-platforms][PATCH v2 0/5] Add IPMI SSIF support

2024-09-03 Thread Chuong Tran
For this patch series: Reviewed-by: Chuong Tran Regards, Chuong On 8/7/2024 1:47 PM, Nhi Pham wrote: This updates the I2C library and implements SMBUS PEI/DXE drivers to support IPMI SSIF in the Mt. Jade platform. v2: - Refine the changes of the DwI2cLib per Leif's comments and updat

Re: [edk2-devel] [PATCH 1/1] AmpereAltraPkg/FlashLib: Fix kernel crash if not call SetVirtualAddressMap()

2024-09-03 Thread Chuong Tran
Acked-by: Chuong Tran Thanks, Chuong On 8/14/2024 10:22 AM, Nhi Pham wrote: From: Chuong Tran OS kernel with greater than or equal to 48-bit VA space avoids EFI's SetVirtualAddressMap() runtime service on Arm64 and simply uses the 1:1 address mapping that UEFI used at booting. Ho

Re: [edk2-devel] [PATCH 0/2] Ampere: Add BMC Configuration Screen

2024-09-06 Thread Chuong Tran
d8eda62..146cb5322498 Thanks, Nhi *From:* devel@edk2.groups.io on behalf of Nhi Pham via groups.io *Sent:* Friday, August 23, 2024 9:51 AM *To:* Chuong Tran OS ; devel@edk2.groups.io *Cc:* quic_llind...@quicinc.com ; Chuo