Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 469d09d6b25f4ac83dd4ed511db45795aa09d45b https://github.com/tianocore/edk2/commit/469d09d6b25f4ac83dd4ed511db45795aa09d45b Author: Jeshua Smith <jesh...@nvidia.com> Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths: M DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h M DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApi.c M DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c M DynamicTablesPkg/Library/Common/AmlLib/NameSpace/AmlNameSpace.c Log Message: ----------- DynamicTablesPkg: AmlLib CONST cleanup Several input strings to AmlLib APIs are treated as CONST but were missing the CONST keyword, requiring their callers to create unnecessary r/w copies of r/o input strings. This change properly marks these input strings as CONST. Signed-off-by: Jeshua Smith <jesh...@nvidia.com> Reviewed-by: Jeff Brasen <jbra...@nvidia.com> Commit: 8bf27965dbb94ecccc453c60de3270acf238ea3d https://github.com/tianocore/edk2/commit/8bf27965dbb94ecccc453c60de3270acf238ea3d Author: Jeshua Smith <jesh...@nvidia.com> Date: 2024-07-01 (Mon, 01 Jul 2024) Changed paths: M DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Generator.c M DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.c Log Message: ----------- DynamicTablesPkg: AmlLib remove unnecessary cast Now that CONST input strings to the AmlLib APIs are properly marked as CONST we don't need to cast them to non-CONST before passing them. Signed-off-by: Jeshua Smith <jesh...@nvidia.com> Compare: https://github.com/tianocore/edk2/compare/8c09d862bfb0...8bf27965dbb9 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