From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::141; helo=mail-it1-x141.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x141.google.com (mail-it1-x141.google.com [IPv6:2607:f8b0:4864:20::141]) (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 3581B2119FF42 for ; Wed, 19 Dec 2018 08:08:18 -0800 (PST) Received: by mail-it1-x141.google.com with SMTP id i145so10432090ita.4 for ; Wed, 19 Dec 2018 08:08:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BpNOWnZlHY77YDSVaRlv+ffykNh7+nE8eO4NtJ7o66I=; b=eM5mGZ3N8bFUSYJEw7rimAFrEtBaPlNtFxSuY6FtcYHP/NDMSckK66tJ+Qtrv9rQfL kfEw+VxZj8Inr/9u8UfUpRWkhaxal1ZzqCgDeBLKc5ulEfURJ0HBW6x80/QDezWs9R8q ThCrWMup6Ad9MKEvJcOkeP0iLrSjFitV7cUFc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BpNOWnZlHY77YDSVaRlv+ffykNh7+nE8eO4NtJ7o66I=; b=UXg2Q8Jj0iP5ndkG9ge/wPvZRag3I82XYHTp/MHWIuAqtiNE1tFScgEtqIuy6EtQ2r bURrFvV/7T7AQMeMJ+uS84Gddtxt6yHdRAdg89v06WF8KhfcuqDV4dtcV0urJlIZ1Fmv RDrHYblS9jpErMg6OzJi/42NXUHKVwwv5popZPqZKkRJ8FoTw5D1iaTTSussOq+7qniO jJBtVoZn1UN+3O1dGv6A5Jkxv2B3rrYiCD6ItzutPZRc7wTVmkqY+Y5/y99rX9q8A2ja 6FFUWUYCzVU2gX6IlMffZDb/9TfmyTCPPQF8/9M/Lh7N8oHC4SHKr+r1Sp7SjyhzLSi9 kGaw== X-Gm-Message-State: AA+aEWaAItrmNBCMsZD299CF2NOIR8+3/y541jKusjvvUQ6uHqL0U0Sb fEmDoTb6JgQ7rf+CfoQ4wnmBy2i7koVdXhzcd87C9A== X-Google-Smtp-Source: AFSGD/W8W33t1EyG0sX7T/MdK0/k8M5rRARe8r0zCQEuO0QMSZ2q+NccBvhTQn2ueqYuNKXovGhYur8N9PUi13lyyrY= X-Received: by 2002:a24:710:: with SMTP id f16mr6300238itf.121.1545235697298; Wed, 19 Dec 2018 08:08:17 -0800 (PST) MIME-Version: 1.0 References: <1544806699-25401-1-git-send-email-vijayenthiran.subramaniam@arm.com> In-Reply-To: <1544806699-25401-1-git-send-email-vijayenthiran.subramaniam@arm.com> From: Ard Biesheuvel Date: Wed, 19 Dec 2018 17:08:06 +0100 Message-ID: To: Vijayenthiran Subramaniam Cc: "edk2-devel@lists.01.org" , Leif Lindholm , Thomas Panakamattam Abraham Subject: Re: [PATCH v2 edk2-platforms 0/8] Platform/ARM/Sgi: Add support for virtio network device 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: Wed, 19 Dec 2018 16:08:18 -0000 Content-Type: text/plain; charset="UTF-8" On Fri, 14 Dec 2018 at 17:59, Vijayenthiran Subramaniam wrote: > > Changes since v1: > - Rebased the series against latest edk2-platforms > > This patch series adds support for virtio network controller found in ARM SGI > plaform's fast models. The first patch in this series restructure the > virtio device registration code to allow registration of additional virtio > devices. The second patch adds support for the virtio network device. The rest > of the patches update the ACPI tables to add an entry for the virtio network > device and corresponding PCDs for virtio block and network device. > > Daniil Egranov (4): > Platform/ARM/SgiPkg: Restructure virtio device registration > Platform/ARM/SgiPkg: Add support for virtio net device > Sgi575: AcpiTables: Use PCDs for virtio disk > Sgi575: AcpiTables: Add entry for virtio network device > > Vijayenthiran Subramaniam (4): > SgiClark.Ares: AcpiTables: Use PCDs for virtio disk > SgiClark.Ares: AcpiTables: Add entry for virtio network device > SgiClark.Helios: AcpiTables: Use PCDs for virtio disk > SgiClark.Helios: AcpiTables: Add entry for virtio network device > Reviewed-by: Ard Biesheuvel Pushed as c718cc037860..54a0e7ae1289 Thanks! > Platform/ARM/SgiPkg/SgiPlatform.dec | 14 ++- > Platform/ARM/SgiPkg/SgiPlatform.dsc | 21 +++- > Platform/ARM/SgiPkg/SgiPlatform.fdf | 4 + > Platform/ARM/SgiPkg/AcpiTables/Sgi575AcpiTables.inf | 7 ++ > Platform/ARM/SgiPkg/AcpiTables/SgiClarkAresAcpiTables.inf | 7 ++ > Platform/ARM/SgiPkg/AcpiTables/SgiClarkHeliosAcpiTables.inf | 7 ++ > Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.inf | 11 +- > Platform/ARM/SgiPkg/Include/Guid/SgiVirtioDevicesFormSet.h | 24 ++++ > Platform/ARM/SgiPkg/Drivers/PlatformDxe/PlatformDxe.c | 14 +-- > Platform/ARM/SgiPkg/Drivers/PlatformDxe/{VirtioBlockIo.c => VirtioDevices.c} | 117 +++++++++++++++----- > Platform/ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 28 ++++- > Platform/ARM/SgiPkg/AcpiTables/SgiClarkAres/Dsdt.asl | 29 ++++- > Platform/ARM/SgiPkg/AcpiTables/SgiClarkHelios/Dsdt.asl | 28 ++++- > 13 files changed, 260 insertions(+), 51 deletions(-) > create mode 100644 Platform/ARM/SgiPkg/Include/Guid/SgiVirtioDevicesFormSet.h > rename Platform/ARM/SgiPkg/Drivers/PlatformDxe/{VirtioBlockIo.c => VirtioDevices.c} (25%) > > -- > 2.7.4 >