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::242; helo=mail-io0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x242.google.com (mail-io0-x242.google.com [IPv6:2607:f8b0:4001:c06::242]) (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 A39A52034860B for ; Tue, 22 May 2018 08:41:55 -0700 (PDT) Received: by mail-io0-x242.google.com with SMTP id z4-v6so19022700iof.5 for ; Tue, 22 May 2018 08:41:55 -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=l/htw6JkRwkHbmA16LneI909wTHzt0dehfNLI34iJbg=; b=OZHVJi07ZoNEELwPlet4ZmTnApuUYlMlGeESOv6YxcoZrtK6zQ3NAIGE6q3aZuAJhe 0k3neMKFtHJDaFfPuyaxxnKG7YnAOHUNr1L37gNdoxhyvr36Raskg5Mg7eRhV94twsod g9hje+Xp97Qv1g0n6DxVZ8zcyvyv8EHCHdkkc= 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=l/htw6JkRwkHbmA16LneI909wTHzt0dehfNLI34iJbg=; b=h83etG4WbMzCeqta54PPbzgMLZyCc5KyA/JKeNX5+LZZ4cSrphDd9PcWW3gyidFbXI stwgnk3krofBgZkoWzY5l3GkdXpkFQdUujAL1E/C8Hvub2FkRKE6+VipJUEuZqBnTNf1 HST08BHj8BRFKqb7L0hMk2TlKZHMBWL8UEsUGLNY3Ng5pIvZm095gSV9DpYCsjbtb/DJ MEiaG5GVBFXXtd2UQv0Z1FxKU7/Zou+z2XflbjlMmLKiAG9HXSRe/0rN0gfC5hSGfAHm r2F3n1YT2uAlo2U7TaQhxQqG8kK3tgN7kvalZM1ba5XWPneYS3zHjeqAKVRprah5HYY/ lYKQ== X-Gm-Message-State: ALKqPwcjXexj13mk5usVUx9EqrF9Kz8vujGyY++fVjaipNSweKn+L4Ow qdEKuiPhEn4itVwPtm4ulL7dW9SJqFgf2jh6PQYFMphnCiM= X-Google-Smtp-Source: AB8JxZpT8h4yMl3xWGldRCWIDyEI6Bqs8Lp/yyoEecWmA7Vy8Y0NrC8CbhRyQRQafo2nBFo8nPHatVxi1SyL7IX6jk4= X-Received: by 2002:a6b:545:: with SMTP id 66-v6mr25946148iof.173.1527003714071; Tue, 22 May 2018 08:41:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.187.134 with HTTP; Tue, 22 May 2018 08:41:53 -0700 (PDT) In-Reply-To: <20180427113748.21663-1-ard.biesheuvel@linaro.org> References: <20180427113748.21663-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Tue, 22 May 2018 17:41:53 +0200 Message-ID: To: "edk2-devel@lists.01.org" Cc: Leif Lindholm , Ard Biesheuvel Subject: Re: [PATCH edk2-platforms 0/5] assorted SynQuacer updates X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 15:41:55 -0000 Content-Type: text/plain; charset="UTF-8" On 27 April 2018 at 13:37, Ard Biesheuvel wrote: > Some changes that have been queuing up over the past weeks. > > Ard Biesheuvel (4): > Platform/Socionext/DeveloperBox: add SNP driver > Platform/SynQuacer: add 'acpiview' shell command to build > Silicon/SynQuacer/PlatformDxe: depex on gEfiVariableArchProtocolGuid > Silicon/SynQuacer: drop BEFORE depex for varstore formatting > > Masahisa KOJIMA (1): > Silicon/SynQuacer/NetsecDxe: Add polling function to reinitialize GMAC > Series pushed as f17e3a164917..735e517fefbf Thanks. > .../Socionext/DeveloperBox/DeveloperBox.dsc | 3 + > .../Socionext/DeveloperBox/DeveloperBox.fdf | 1 + > .../SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 2 + > .../SynQuacer/Drivers/Fip006Dxe/Fip006Dxe.inf | 6 +- > .../Drivers/Fip006Dxe/NorFlashFvbDxe.c | 15 +++ > .../Drivers/Net/NetsecDxe/NetsecDxe.c | 108 ++++++++++++++++++ > .../Drivers/Net/NetsecDxe/NetsecDxe.h | 4 + > .../Drivers/PlatformDxe/PlatformDxe.inf | 2 +- > 8 files changed, 136 insertions(+), 5 deletions(-) > > -- > 2.17.0 >