From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.101.70; helo=foss.arm.com; envelope-from=thomas.abraham@arm.com; receiver=edk2-devel@lists.01.org Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id 09DD0210C0F4E for ; Mon, 23 Jul 2018 21:51:56 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E3C0F80D; Mon, 23 Jul 2018 21:51:55 -0700 (PDT) Received: from usa.arm.com (a74716-lin.blr.arm.com [10.162.4.145]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3C2043F237; Mon, 23 Jul 2018 21:51:53 -0700 (PDT) From: Thomas Abraham To: edk2-devel@lists.01.org Date: Tue, 24 Jul 2018 10:21:43 +0530 Message-Id: <1532407907-14508-1-git-send-email-thomas.abraham@arm.com> X-Mailer: git-send-email 2.7.4 Subject: [PATCH v2 edk2-platforms 0/4] Platform/Arm/Sgi: platform support updates X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 04:51:57 -0000 Changes since v1: - Removed 'Change-Id' from the patch description This patch series includes few updates for Arm's SGI platform. The virtio block device representation in the ACPI table, setting default fifo size for the uart controller, handling the increase in code size and adding support for the upper 6GB memory block are included in this update. Daniil Egranov (2): Platform/ARM/Sgi: Add ACPI description of virtio block device Platform/ARM/Sgi: Allow use of default fifo size for PL011 controller Thomas Abraham (2): Platform/ARM/Sgi: Increase the size of flash image Platform/ARM/Sgi: allow access the second DRAM block Platform/ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 12 +++++++++++ .../ARM/SgiPkg/Library/PlatformLib/PlatformLib.inf | 4 ++++ .../SgiPkg/Library/PlatformLib/PlatformLibMem.c | 24 +++++++++++++++++++++- Platform/ARM/SgiPkg/SgiPlatform.dec | 4 ++++ Platform/ARM/SgiPkg/SgiPlatform.dsc | 5 +++++ Platform/ARM/SgiPkg/SgiPlatform.fdf | 8 ++++---- 6 files changed, 52 insertions(+), 5 deletions(-) -- 2.7.4