From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) by mx.groups.io with SMTP id smtpd.web10.47567.1595816767806381368 for ; Sun, 26 Jul 2020 19:26:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=SSo+1Sa+; spf=pass (domain: linaro.org, ip: 209.85.208.195, mailfrom: masahisa.kojima@linaro.org) Received: by mail-lj1-f195.google.com with SMTP id q7so15510272ljm.1 for ; Sun, 26 Jul 2020 19:26:07 -0700 (PDT) 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=QxKM3i2HrvghzakoZRvEFOVayQ7ZXAbyNNDZGz/+lkw=; b=SSo+1Sa+W7YSJJVweNJIFYTsshiJO6RrTRPw3H+SgCuwHwybNxeWzQxkt18bXcC2Hn LJW94jY+eGp52rHILRZ7j5vuTFBCvoW5+TbBTrOu1PuYlL+trFKxHy0g+da5FcRtjxzA yFXglD1Y/PEcdGbI/QbTUMcDtICkmx699BlOCB0Iqz8/eMlvqtIbqQUgdJP5qVR9AMd6 UnOnMfkIYLNaFzxg76Std/1+Fxqy7CmsfRj/W4L9DxxYb4FT6X+Su69ceSNyAIya8b3z XO4ngePskVWfRdIRmAAvuew2QEWYHRuvqbxSldzV6faT6r+2Xgdpunc1AC47MjT0LcLQ HLcw== 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=QxKM3i2HrvghzakoZRvEFOVayQ7ZXAbyNNDZGz/+lkw=; b=hIlJIGPwKeeuuKLQYMLDNcsJRxJCOtzEoP/30pwY0epQUsh2RD4QgNJllZZ830RQSy DbXg/lPokgZr/ZF+ebhBRyqqZs1BfXIEXsm15n4PuHIzSjx6K5cmGNkVaYlLqAP/LkvP vqFiPO6+s5sri8s62YlUjCOLRupClbW6L95epEKiJ0Jm3GL7rbXiGp98XUz/CPulBGWs 2ML7JQcSLn/ytwmKoojuc9DhGdZWNCtBjmdn7rn9N9zatxiJrP0VPNdbSDYEi+fXGQ3j T4uoh2DT2B35U1MbKDCIg3+2xoSYG+8FvZitTg8eZvdtXNeL/s/Jfx7bcNF9hdKw7gcU EBKQ== X-Gm-Message-State: AOAM533Psb2P84yUasYaPfArUTwmWWbH/MLT+mJIVyJLArE5+vyHmZ7A k8NVVROHFP6nvqZlHOuZWiXTHmlLpjrEfnRPgyt8gQ== X-Google-Smtp-Source: ABdhPJxjMBG+8NqRvGa4VOxRSdRJYpX4vKS+lNctG0OdVGjsdoAcitskhVPrsQJ4j+NuS4814Fqx7wQlll/KJNCMsT4= X-Received: by 2002:a2e:3619:: with SMTP id d25mr8849217lja.204.1595816765944; Sun, 26 Jul 2020 19:26:05 -0700 (PDT) MIME-Version: 1.0 References: <20200717100912.25757-1-masahisa.kojima@linaro.org> <20200724170334.GU1337@vanye> In-Reply-To: <20200724170334.GU1337@vanye> From: "Masahisa Kojima" Date: Mon, 27 Jul 2020 11:25:54 +0900 Message-ID: Subject: Re: [PATCH edk2-platforms 0/2] Add ACPI support of MMIO TPM on SynQuacer To: Leif Lindholm Cc: edk2-devel-groups-io , Ard Biesheuvel Content-Type: text/plain; charset="UTF-8" Hi Leif, > Since this patch modifies line endings, and all of the CRs get lost in > transit, can you please provide a pointer to a branch where I can pull > these patches from? My working branch is here: https://git.linaro.org/people/masahisa.kojima/edk2-platforms.git/log/?h=synquacer/add_tpm_mmio_acpi Thanks, Masahisa On Sat, 25 Jul 2020 at 02:03, Leif Lindholm wrote: > > Masahisa, > > Since this patch modifies line endings, and all of the CRs get lost in > transit, can you please provide a pointer to a branch where I can pull > these patches from? > > Best Regards, > > Leif > > On Fri, Jul 17, 2020 at 19:09:10 +0900, Masahisa Kojima wrote: > > This patches add the ACPI description of MMIO TPM on SynQuacer. > > This also fixes the non CRLF line endings of Acpi.dsc.inc. > > > > Masahisa Kojima (2): > > Silicon/SynQuacer: add ACPI descriptor of MMIO TPM > > Silicon/SynQuacer: CRLF fixup for Acpi.dsc.inc > > > > Silicon/Socionext/SynQuacer/Acpi.dsc.inc | 89 ++++++++++--------- > > .../Socionext/SynQuacer/AcpiTables/Dsdt.asl | 14 +++ > > 2 files changed, 61 insertions(+), 42 deletions(-) > > > > -- > > 2.17.1 > >