From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::243; helo=mail-io0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 79599210C1B9E for ; Wed, 25 Jul 2018 02:36:14 -0700 (PDT) Received: by mail-io0-x243.google.com with SMTP id k16-v6so5775329iom.12 for ; Wed, 25 Jul 2018 02:36:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=rbVBvcmA7OlzGqyDe9TP6s7lSf6QfKj6giX3DZY/ptg=; b=hv6ZTI3lIgIv7gftQrhWYtP4rUR7HA0u4wUUUa2Ujd9UNsVWISzo1HlYD0AGuUIVeW sfcxzeGxvVIos6Z3qVsMfHJLMLfyNwGaUu+eKYUjSbCr4TspL41TW6WN7oDBcKkRzkGT aEzsVF+xIEnJA4qwIMEXX1ntH3P9dSY8G8nzA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=rbVBvcmA7OlzGqyDe9TP6s7lSf6QfKj6giX3DZY/ptg=; b=N8hXUWaXL7IU23TVulsZOlvpXGg3rXSKyO+IbBcUsdhYpHTqlpSVuoece4GBzCnLhb xp8kNqvM5iVV9NM/4C8nYyhIL9k0a4vK/spEEV2WZ+7T53imf5yNVcs1zmVO7WuIsixf SKcujx61+ZS+u9e3tIc8yWjSgoCG/Nz9eDxlz6Dde6MJHIkp6yammXKWETGVocU9whTa oFFUMfkIgtjsKa2sD7lRuqYVegDi12j1m1V+8VREKoz6AAwaZiYm5hyY7r8vQS0W8AQZ L+M8UnFsGKCid7z3VJFeAjtMyvGgkrvZ7SaQ4CyWeEbNX8b3f0tAkTMEWDCY1NpK2di8 yD1A== X-Gm-Message-State: AOUpUlHYsKwjg4TxRuKcd0FM5FxoT7hXGY6bERgFOsp0K/yFFjDR1/TV DYlxO+eal9qOAkpMJ2Qwl+ox7Y7BHNZAvChP1m+dnw== X-Google-Smtp-Source: AAOMgpeqb76/sgngTXBvAb6ZtO31tfFC6tXMUNGdRsMHT1Qi8NDLOHuW02fyut0p1MbeRhP7HoW9r5d8EKrjDDEM9+U= X-Received: by 2002:a6b:be83:: with SMTP id o125-v6mr16040674iof.173.1532511373390; Wed, 25 Jul 2018 02:36:13 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:ac05:0:0:0:0:0 with HTTP; Wed, 25 Jul 2018 02:36:12 -0700 (PDT) In-Reply-To: <1532407907-14508-1-git-send-email-thomas.abraham@arm.com> References: <1532407907-14508-1-git-send-email-thomas.abraham@arm.com> From: Ard Biesheuvel Date: Wed, 25 Jul 2018 11:36:12 +0200 Message-ID: To: Thomas Abraham Cc: "edk2-devel@lists.01.org" , Leif Lindholm Subject: Re: [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: Wed, 25 Jul 2018 09:36:14 -0000 Content-Type: text/plain; charset="UTF-8" On 24 July 2018 at 06:51, Thomas Abraham wrote: > 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 > Reviewed-by: Ard Biesheuvel Pushed as bd325517ba42..2c4d662506bd Thanks, > 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 > >