Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 31f0af7964f2a1ce63a15ee754e4df8b9568a01f https://github.com/tianocore/edk2/commit/31f0af7964f2a1ce63a15ee754e4df8b9568a01f Author: Sami Mujawar <sami.muja...@arm.com> Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths: M DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerObjectParser.c Log Message: ----------- 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. Reviewed-by: Pierre Gondois <pierre.gond...@arm.com> Signed-off-by: Sami Mujawar <sami.muja...@arm.com> Commit: cc6a0cff99503f5bda5d14a20e98f29e8780a3c0 https://github.com/tianocore/edk2/commit/cc6a0cff99503f5bda5d14a20e98f29e8780a3c0 Author: Sami Mujawar <sami.muja...@arm.com> Date: 2023-03-29 (Wed, 29 Mar 2023) Changed paths: M DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.c Log Message: ----------- 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 the device tree has additional elements. Therefore, pass the parameters to ScanMem8() in the correct order to fix this issue. Reviewed-by: Pierre Gondois <pierre.gond...@arm.com> Signed-off-by: Sami Mujawar <sami.muja...@arm.com> Commit: 47b1d6116982c9e1e75c3f1bf9014fce7e2b0f9c https://github.com/tianocore/edk2/commit/47b1d6116982c9e1e75c3f1bf9014fce7e2b0f9c Author: Sami Mujawar <sami.muja...@arm.com> Date: 2023-03-29 (Wed, 29 Mar 2023) Changed paths: M ArmVirtPkg/Library/Fdt16550SerialPortHookLib/EarlyFdt16550SerialPortHookLib.c Log Message: ----------- 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 the device tree has additional elements. Therefore, pass the parameters to ScanMem8() in the correct order to fix this issue. Reviewed-by: Ard Biesheuvel <a...@kernel.org> Reviewed-by: Pierre Gondois <pierre.gond...@arm.com> Signed-off-by: Sami Mujawar <sami.muja...@arm.com> Commit: 6f415f8af48d0ba3e5d4719062a62cbfc3577227 https://github.com/tianocore/edk2/commit/6f415f8af48d0ba3e5d4719062a62cbfc3577227 Author: Sami Mujawar <sami.muja...@arm.com> Date: 2023-03-29 (Wed, 29 Mar 2023) Changed paths: M ArmVirtPkg/Library/KvmtoolRtcFdtClientLib/KvmtoolRtcFdtClientLib.inf Log Message: ----------- 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 a dependency on the CPU Arch Protocol. If the CPU Arch Protocol is not installed the call to set the memory attributes fails with error code EFI_NOT_AVAILABLE_YET. Therefore, set the library dependency on the CPU Arch protocol. Reviewed-by: Ard Biesheuvel <a...@kernel.org> Reviewed-by: Pierre Gondois <pierre.gond...@arm.com> Signed-off-by: Sami Mujawar <sami.muja...@arm.com> Compare: https://github.com/tianocore/edk2/compare/b697a31a8db5...6f415f8af48d _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits