Re: [edk2-devel] [PATCH v1 0/4] Bug fixes for DynamicTablesPkg and ArmVirtPkg/kvmtool

2023-03-29 Thread Ard Biesheuvel
On Wed, 29 Mar 2023 at 12:49, Sami Mujawar wrote: > > Hi Ard, > > I am occassionally seeing the following error when trying to run the > Kvmtool guest firmware. > > add-symbol-file >

Re: [edk2-devel] [PATCH v1 0/4] Bug fixes for DynamicTablesPkg and ArmVirtPkg/kvmtool

2023-03-29 Thread Sami Mujawar
Hi Ard, I am occassionally seeing the following error when trying to run the Kvmtool guest firmware. add-symbol-file w:\workspace\Build\ArmVirtKvmTool-AARCH64\DEBUG_GCC5\AARCH64\PcAtChipsetPkg\PcatRealTimeClockRuntimeDxe\PcatRealTimeClockRuntimeDxe\DEBUG\PcRtc.dll 0xBBF8    

Re: [edk2-devel] [PATCH v1 0/4] Bug fixes for DynamicTablesPkg and ArmVirtPkg/kvmtool

2023-03-21 Thread PierreGondois
Hello Sami, Just for the record, for PATCH 3/4, a similar solution was used in: commit 0b58c4894dad ("MdeModulePkg/PciHostBridgeDxe: Add CpuArch protocol dependency") Reviewed-by: Pierre Gondois Regards, Pierre On 3/20/23 15:05, Sami Mujawar wrote: This patch series has the following fixes

[edk2-devel] [PATCH v1 0/4] Bug fixes for DynamicTablesPkg and ArmVirtPkg/kvmtool

2023-03-20 Thread Sami Mujawar
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 node in ArmSerialPortParser in DynamicTablesPkg and EarlyFdt16550SerialPortHookLib