From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by mx.groups.io with SMTP id smtpd.web12.233.1595610219028840521 for ; Fri, 24 Jul 2020 10:03:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=LLr12qSx; spf=pass (domain: nuviainc.com, ip: 209.85.128.65, mailfrom: leif@nuviainc.com) Received: by mail-wm1-f65.google.com with SMTP id 3so1936082wmi.1 for ; Fri, 24 Jul 2020 10:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Ehu6E495G4jBh2egmnYKcPRoY4LkFccHvZQ1LFxyXrY=; b=LLr12qSxRNwsaFkTb0A77Xv5jxsEZYUCam52MHN6njWa2Rt4Nf8P3hkRslIE7K5NCv GWifY1uKMcIPowqD0gWdg7YxP5JHjjqM9qiLWVDiK4WcXu0Loo6KU/JBV9IoVAXQfdTl ZRVEsL4R3y7ukvKqu7s8SKqVIrb8/TqYOHRiV78/4BxeUGXIzPCY1UL3aSUNUONXA2yj e4v7lmU72+xhqUUVKiugoBrPribNNDHCkREDxMSQZhQSxiDTnky4rjcqV0lzlR0wy8c2 JhuPSVmDfXMi9VN29MImfJYwrey/eIQIdd4/4DzR91xba9khLXZaBhv2pvXyyGnvo1tu Hvwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Ehu6E495G4jBh2egmnYKcPRoY4LkFccHvZQ1LFxyXrY=; b=BnM9wKRTuxG2FAAowZN5Xo8tJkn1Fps1o0t2yOv34JMDtGmWP7xqnnU5vALBB+a9JM 895bWDv1x8VQcK5JY4satyNvQwLo7XUDE08ybons+lPnJp9zH8ZdUMD8EQTmoRTpaneI JEPoLLCbvz59JiNLg2dKltkSTNTkXUhJfAtCWYE1xjIsixdRnW6FoukCzzV/f00BVy2P BR05YxkfDwLVUZz4Yu4s/4SjaQSNVdT9dH3C0DsWpqCMxZvUodQ2iJc36KdMAB4Ox9T2 q2cq9+UPS9ssaU9rD/LZMZr82t8u6cTv72oaWLisW9SgQ/5IQ6EmddQl75CErRM+0wf8 7OpA== X-Gm-Message-State: AOAM530LajH5+ZZ6BK5AKZcxNS8wJiuvu5vXARMclOB2Q8cE02L1GapN WT4tASaDEllXtbVNSg8I/T+T6w== X-Google-Smtp-Source: ABdhPJycxwTqrgLvgL1nMUmH7P4HfbanyY0dYoP1uOhWcKUXJkEiOqtOJER27P30TXYbLC2otCfcJQ== X-Received: by 2002:a7b:c7d5:: with SMTP id z21mr9942400wmk.145.1595610217662; Fri, 24 Jul 2020 10:03:37 -0700 (PDT) Return-Path: Received: from vanye ([2001:470:1f09:12f0:b26e:bfff:fea9:f1b8]) by smtp.gmail.com with ESMTPSA id a11sm2334784wrq.0.2020.07.24.10.03.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Jul 2020 10:03:37 -0700 (PDT) Date: Fri, 24 Jul 2020 18:03:34 +0100 From: "Leif Lindholm" To: Masahisa Kojima Cc: devel@edk2.groups.io, ard.biesheuvel@arm.com Subject: Re: [PATCH edk2-platforms 0/2] Add ACPI support of MMIO TPM on SynQuacer Message-ID: <20200724170334.GU1337@vanye> References: <20200717100912.25757-1-masahisa.kojima@linaro.org> MIME-Version: 1.0 In-Reply-To: <20200717100912.25757-1-masahisa.kojima@linaro.org> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 >