From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.106.55; helo=cam-smtp0.cambridge.arm.com; envelope-from=sami.mujawar@arm.com; receiver=edk2-devel@lists.01.org Received: from cam-smtp0.cambridge.arm.com (unknown [217.140.106.55]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 399E12194EB7E for ; Tue, 26 Feb 2019 00:44:34 -0800 (PST) Received: from E107187.Arm.com (e107187.arm.com [10.1.195.55]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id x1Q8iSqu010007; Tue, 26 Feb 2019 08:44:30 GMT From: Sami Mujawar To: edk2-devel@lists.01.org Cc: lersek@redhat.com, alexei.fedorov@arm.com, leif.lindholm@linaro.org, Matteo.Carlini@arm.com, Stephanie.Hughes-Fitt@arm.com, nd@arm.com Date: Tue, 26 Feb 2019 08:44:17 +0000 Message-Id: <20190226084423.14024-1-sami.mujawar@arm.com> X-Mailer: git-send-email 2.11.0.windows.3 Subject: [PATCH v1 0/6] Revert DynamicTablesPkg: Framework updates and fixes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 X-List-Received-Date: Tue, 26 Feb 2019 08:44:34 -0000 Reverting this patch series as Soft Feature Freeze for edk2-stable201903 started on 22 Feb 2019. Cc: Laszlo Ersek Cc: Alexei Fedorov Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Sami Mujawar The changes can be seen at https://github.com/samimujawar/edk2/tree/Revert_473_dynamic_tables_framework_v1 Sami Mujawar (6): Revert "DynamicTablesPkg: Minor updates and fix typos" Revert "DynamicTablesPkg: Remove GIC Distributor Id field" Revert "DynamicTablesPkg: DGB2: Update DBG2_DEBUG_PORT_DDI" Revert "DynamicTablesPkg: Add OEM Info" Revert "DynamicTablesPkg: Rename enum used for ID Mapping" Revert "DynamicTablesPkg: Fix protocol section" DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf | 7 +- DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf | 7 +- DynamicTablesPkg/Include/ArmNameSpaceObjects.h | 73 +++++--------------- DynamicTablesPkg/Include/Library/TableHelperLib.h | 4 +- DynamicTablesPkg/Include/StandardNameSpaceObjects.h | 18 ----- DynamicTablesPkg/Library/Acpi/Arm/AcpiDbg2LibArm/Dbg2Generator.c | 7 +- DynamicTablesPkg/Library/Acpi/Arm/AcpiFadtLibArm/FadtGenerator.c | 2 +- DynamicTablesPkg/Library/Acpi/Arm/AcpiGtdtLibArm/GtdtGenerator.c | 2 +- DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c | 8 +-- DynamicTablesPkg/Library/Acpi/Arm/AcpiMadtLibArm/MadtGenerator.c | 6 +- DynamicTablesPkg/Library/Acpi/Arm/AcpiMcfgLibArm/McfgGenerator.c | 2 +- DynamicTablesPkg/Library/Acpi/Arm/AcpiSpcrLibArm/SpcrGenerator.c | 2 +- DynamicTablesPkg/Library/Common/TableHelperLib/TableHelper.c | 26 ++----- 13 files changed, 48 insertions(+), 116 deletions(-) -- 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'