From: "Leif Lindholm" <leif.lindholm@linaro.org>
To: devel@edk2.groups.io, ard.biesheuvel@linaro.org
Cc: Masahisa Kojima <masahisa.kojima@linaro.org>
Subject: Re: [edk2-devel] [PATCH edk2-platforms 3/5] Platform/Secure96Dxe: redefine LS connector CS as platform property
Date: Wed, 29 May 2019 15:43:53 +0100 [thread overview]
Message-ID: <20190529144353.lcg3f6ygnalkuatn@bivouac.eciton.net> (raw)
In-Reply-To: <CAKv+Gu_cVK3gKmY7tH-7JC-pe3eOFO2XEC9KiM0XFVtCpxVWng@mail.gmail.com>
On Wed, May 29, 2019 at 03:14:48PM +0200, Ard Biesheuvel wrote:
> On Wed, 29 May 2019 at 15:06, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> >
> > On Wed, May 29, 2019 at 02:50:19PM +0200, Ard Biesheuvel wrote:
> > > As opposed to the Secure96's I2C peripherals, whose bus addresses are
> > > properties of the peripherals themselves, the SPI CS address of the
> > > TPM is a property of the platform that incorporates the LS connector.
> > >
> > > So tweak the macros that emit the CS values and related properties
> > > to put it under the control of the platform that incorporates the
> > > driver.
> > >
> > > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> > > ---
> > > Platform/96Boards/Secure96Dxe/Secure96.dts | 2 +-
> > > Platform/96Boards/Secure96Dxe/Secure96.h | 11 ++++++++---
> > > 2 files changed, 9 insertions(+), 4 deletions(-)
> > >
> > > diff --git a/Platform/96Boards/Secure96Dxe/Secure96.dts b/Platform/96Boards/Secure96Dxe/Secure96.dts
> > > index d066fcb1933c..0d7d9b3900a4 100644
> > > --- a/Platform/96Boards/Secure96Dxe/Secure96.dts
> > > +++ b/Platform/96Boards/Secure96Dxe/Secure96.dts
> > > @@ -39,7 +39,7 @@
> > > __overlay__ {
> > > INFINEON_SLB9670_DT_NODENAME {
> > > compatible = "infineon,slb9670";
> > > - reg = <INFINEON_SLB9670_SPI_CS>;
> > > + reg = <SECURE96_SPI0_CS>;
> > > spi-max-frequency = <22500000>;
> > > };
> > > };
> > > diff --git a/Platform/96Boards/Secure96Dxe/Secure96.h b/Platform/96Boards/Secure96Dxe/Secure96.h
> > > index c34fc5eea046..1d8bf4159209 100644
> > > --- a/Platform/96Boards/Secure96Dxe/Secure96.h
> > > +++ b/Platform/96Boards/Secure96Dxe/Secure96.h
> > > @@ -1,6 +1,6 @@
> > > /** @file
> > >
> > > - Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>
> > > + Copyright (c) 2018-2019, Linaro, Ltd. All rights reserved.<BR>
> > >
> > > SPDX-License-Identifier: BSD-2-Clause-Patent
> > > **/
> > > @@ -8,14 +8,19 @@
> > > #ifndef _SECURE96_H_
> > > #define _SECURE96_H_
> > >
> > > +#define __CONCAT(a,b) a ## b
> > > +
> >
> > Urgh. We badly need to properly add some official macros for this.
> > You could possibly use __CONCATENATE from Base.h.
> >
>
> OK, I'll use that instead.
With that, for 1-4/5:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> > For new macros, we really should avoid leading _.
> >
>
> True.
>
>
>
next prev parent reply other threads:[~2019-05-29 14:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-29 12:50 [PATCH edk2-platforms 0/5] SynQuacer SPI/TPM support Ard Biesheuvel
2019-05-29 12:50 ` [PATCH edk2-platforms 1/5] Silicon/SynQuacer: add missing SPI controller interrupt lines to DT Ard Biesheuvel
2019-05-29 12:50 ` [PATCH edk2-platforms 2/5] Silicon/SynQuacer: add ACPI description of second SPI controller Ard Biesheuvel
2019-05-29 12:50 ` [PATCH edk2-platforms 3/5] Platform/Secure96Dxe: redefine LS connector CS as platform property Ard Biesheuvel
2019-05-29 13:06 ` [edk2-devel] " Leif Lindholm
2019-05-29 13:14 ` Ard Biesheuvel
2019-05-29 14:43 ` Leif Lindholm [this message]
2019-05-29 18:03 ` Ard Biesheuvel
2019-05-29 12:50 ` [PATCH edk2-platforms 4/5] Platform/Secure96Dxe: add TPM description to SSDT Ard Biesheuvel
2019-05-29 12:50 ` [PATCH edk2-platforms 5/5] DO NOT MERGE - temporary hack to reset the TPM at probe time Ard Biesheuvel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190529144353.lcg3f6ygnalkuatn@bivouac.eciton.net \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox