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:c0b::236; helo=mail-it0-x236.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (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 4912421E256AB for ; Thu, 25 Jan 2018 10:45:47 -0800 (PST) Received: by mail-it0-x236.google.com with SMTP id p124so11029874ite.1 for ; Thu, 25 Jan 2018 10:51:16 -0800 (PST) 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=zyKYA4JOypgfV2Acf232fxG8Sge11m+qMCAx/3o+qac=; b=LcnQ9LVSrExs0DOsnsJj9iqXIoRhfTdknhpo4lUyu70DJ3GJOj4pe4Mod6TD8DhzJC GLgH6wLau2yWI+cZLP6fQGBicC/cYYa78BcKPLJiMLwwsfiZD9QVPgAOaBMiPTJP9tj/ K2NFiWdqtaXwPz47MQqqbdW3R83x8ESO03orM= 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=zyKYA4JOypgfV2Acf232fxG8Sge11m+qMCAx/3o+qac=; b=nwsIhKWpylf72SelsucPdzei4U8HRaQsHJ07sn/FgvZPEhTZlc1QIoBWoYvYE2DDta KHYb+fw+uI9B7dUZA1wNNkGOeaPWJlPPNAyn3adAlW8E5K8atBEzdd2cr8wUxMBJVL5r sendhqRW9w2sPaXdTzxvMcZ7a/MuQ+2UBnhOZ+mWWigI+ETYCd+8FDtkWoM42s1QvoaH aPgRaEainHjHVoR8nGBE6AqmK9yZwzXd31nclPWHgyd6FRP/+YHiz3UUytjOi6UxwLWR 4Cn8xSQcY+E43GifGokL21XyRKJMqo6x0FpZBb3M7gpyJLtWLg7CwmjurAXLJXE9PNKN xY6g== X-Gm-Message-State: AKwxytfuvIO6GtWp9a1di+VQKMZHmTIATvlAjao3CCMe+Yn7kp6ibvK5 IbRFDgw5BpMk2EUt41xNPIhnYoAmNs0eA3Nk7luFWRKc X-Google-Smtp-Source: AH8x224ugZOa82gN8FBIDXDxPLDC88C7/h0ylPiJAJVSjbQ4+GanBK7G/sWcBLwJLWbAoASha3sk3WuZpCNjr5eblUU= X-Received: by 10.36.128.5 with SMTP id g5mr14094151itd.17.1516906275687; Thu, 25 Jan 2018 10:51:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.112.13 with HTTP; Thu, 25 Jan 2018 10:51:14 -0800 (PST) In-Reply-To: <20180125122736.5427-1-ard.biesheuvel@linaro.org> References: <20180125122736.5427-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Thu, 25 Jan 2018 18:51:14 +0000 Message-ID: To: "edk2-devel@lists.01.org" Cc: Leif Lindholm , Ard Biesheuvel Subject: Re: [PATCH edk2-platforms 0/8] Socionext SynQuacer updates X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2018 18:45:47 -0000 Content-Type: text/plain; charset="UTF-8" On 25 January 2018 at 12:27, Ard Biesheuvel wrote: > Some stuff I have collected over the past 2 months or so. Note that this > includes the SATA spread spectrum patch I sent out yesterday: I had forgotten > all about this backlog, and I only remembered when attempting to apply it to > the master branch. > > Ard Biesheuvel (8): > Silicon/SynQuacer/PlatformDxe: enable spread spectrum mode for ASM1061 > SATA > Silicon: fix typo in gPcf8563RealTimeClockLibI2cMasterProtocolGuid > Silicon/NXP/Pcf8563RealTimeClockLib: avoid driver binding protocol > Silicon/SynQuacerI2cDxe: remove spurious format specifier > Silicon/SynQuacer: load I2C driver before platform DXE driver > Silicon/SynQuacer/DeviceTree: align uart DT nodes > Silicon/SynQuacer/DeviceTree: update NETSEC DT node to latest binding > Silicon/Socionext/SynQuacer: implement menu option to set max PCIe > speed > All pushed. Thanks.