Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: dab548a51b4ddde35b235c72d08c57e1912c7827 https://github.com/tianocore/edk2/commit/dab548a51b4ddde35b235c72d08c57e1912c7827 Author: Leif Lindholm <quic_llind...@quicinc.com> Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths: M ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf M ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLibConstructor.c Log Message: ----------- ArmVirtPkg: add QemuVirtMemInfoLib missing dependency/includes QemuVirtMemInfoLib makes use of BaseLib but never declared the dependency or included the header. The code still built by luck and by including the EmbeddedPkg FdtLib. Which is going away, so add the missing stanzas in preparation. Signed-off-by: Leif Lindholm <quic_llind...@quicinc.com> Commit: 0693c66f76bac8fcb820b88221c1cc42be7c1bee https://github.com/tianocore/edk2/commit/0693c66f76bac8fcb820b88221c1cc42be7c1bee Author: Leif Lindholm <quic_llind...@quicinc.com> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.c M EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf M EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c M EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.inf Log Message: ----------- EmbeddedPkg: add missing BaseLib/BaseMemoryLib declarations Add missing includes of BaseMemoryLib.h and declaration of BaseLib/BaseMemoryLib dependencies hidden by use of EmbeddedPkg FdtLib, which is being deleted. Signed-off-by: Leif Lindholm <quic_llind...@quicinc.com> Commit: ded3ae2cf4ba974313f8ab043f610b1e6d3ddcdc https://github.com/tianocore/edk2/commit/ded3ae2cf4ba974313f8ab043f610b1e6d3ddcdc Author: Leif Lindholm <quic_llind...@quicinc.com> Date: 2024-09-27 (Fri, 27 Sep 2024) Changed paths: M ArmPkg/ArmPkg.dsc Log Message: ----------- ArmPkg: drop FdtLib resolution from .dsc ArmPkg.dsc sets up an FdtLib resolution that is not actually used by any of the components in it. Since the declared one is going away, drop the line. Signed-off-by: Leif Lindholm <quic_llind...@quicinc.com> Compare: https://github.com/tianocore/edk2/compare/fe93b3745f13...ded3ae2cf4ba To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits