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 (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id A822A210C0F5A for ; Mon, 23 Jul 2018 08:48:52 -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 A58BB80D; Mon, 23 Jul 2018 08:48:51 -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 56C023F237; Mon, 23 Jul 2018 08:48:50 -0700 (PDT) From: Thomas Abraham To: edk2-devel@lists.01.org Date: Mon, 23 Jul 2018 21:18:38 +0530 Message-Id: <1532360922-9556-1-git-send-email-thomas.abraham@arm.com> X-Mailer: git-send-email 2.7.4 Subject: [PATCH edk2-platforms 0/4] Platform/Arm/Sgi: minor 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: Mon, 23 Jul 2018 15:48:52 -0000 This patch series includes few minor 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