Re: [PATCH v3 00/17] x86: coral: Add support for Cr50

2020-02-07 Thread Simon Glass
Hi Bin,

On Thu, 6 Feb 2020 at 20:36, Bin Meng  wrote:
>
> Hi Simon,
>
> On Fri, Feb 7, 2020 at 12:55 AM Simon Glass  wrote:
> >
> > Hi Bin,
> >
> > On Wed, 5 Feb 2020 at 23:22, Bin Meng  wrote:
> > >
> > > Hi Simon,
> > >
> > > On Wed, Feb 5, 2020 at 10:03 AM Simon Glass  wrote:
> > > >
> > > > This series adds a driver for the Cr50 security chip and enables it on
> > > > coral. This supports the 'tpm' command.
> > > >
> > > > In order to make this work a few other changes are included:
> > > > - Additional UCLASS_IRQ operations to support requesting and reading
> > > >   interrupts, using the device tree
> > > > - A driver for ACPI general-purpose events
> > > >
> > > > There are also a few small clean-ups to the recently landed Apollo Lake
> > > > support.
> > > >
> > > > This series relies on this patch:
> > > >
> > > >http://patchwork.ozlabs.org/patch/1214541/
> > > >
> > >
> > > This series does not apply on top of u-boot-x86/master:
> > >
> > > Applying: x86: apl: Use the clock driver
> > > error: patch failed: arch/x86/cpu/apollolake/Kconfig:40
> > > error: arch/x86/cpu/apollolake/Kconfig: patch does not apply
> > > Patch failed at 0006 x86: apl: Use the clock driver
> > >
> > > I tried to apply it on top of an old commit and got no luck.
> > >
> > > Would you please rebase this series against u-boot-x86/master and resend?
> >
> > Yes, will do.
> >
> > Any thoughts on the ACPI series? I need to rebase that as well.
>
> Which series? I do not find that in my patch queue.

http://patchwork.ozlabs.org/project/uboot/list/?series===5===

Oh dear...because I put RFC on it, it seems to hide itself. I found it
here and turned off the RFC.

Regards,
Simon


Re: [PATCH v3 00/17] x86: coral: Add support for Cr50

2020-02-06 Thread Bin Meng
Hi Simon,

On Fri, Feb 7, 2020 at 12:55 AM Simon Glass  wrote:
>
> Hi Bin,
>
> On Wed, 5 Feb 2020 at 23:22, Bin Meng  wrote:
> >
> > Hi Simon,
> >
> > On Wed, Feb 5, 2020 at 10:03 AM Simon Glass  wrote:
> > >
> > > This series adds a driver for the Cr50 security chip and enables it on
> > > coral. This supports the 'tpm' command.
> > >
> > > In order to make this work a few other changes are included:
> > > - Additional UCLASS_IRQ operations to support requesting and reading
> > >   interrupts, using the device tree
> > > - A driver for ACPI general-purpose events
> > >
> > > There are also a few small clean-ups to the recently landed Apollo Lake
> > > support.
> > >
> > > This series relies on this patch:
> > >
> > >http://patchwork.ozlabs.org/patch/1214541/
> > >
> >
> > This series does not apply on top of u-boot-x86/master:
> >
> > Applying: x86: apl: Use the clock driver
> > error: patch failed: arch/x86/cpu/apollolake/Kconfig:40
> > error: arch/x86/cpu/apollolake/Kconfig: patch does not apply
> > Patch failed at 0006 x86: apl: Use the clock driver
> >
> > I tried to apply it on top of an old commit and got no luck.
> >
> > Would you please rebase this series against u-boot-x86/master and resend?
>
> Yes, will do.
>
> Any thoughts on the ACPI series? I need to rebase that as well.

Which series? I do not find that in my patch queue.

Regards,
Bin


Re: [PATCH v3 00/17] x86: coral: Add support for Cr50

2020-02-06 Thread Simon Glass
Hi Bin,

On Wed, 5 Feb 2020 at 23:22, Bin Meng  wrote:
>
> Hi Simon,
>
> On Wed, Feb 5, 2020 at 10:03 AM Simon Glass  wrote:
> >
> > This series adds a driver for the Cr50 security chip and enables it on
> > coral. This supports the 'tpm' command.
> >
> > In order to make this work a few other changes are included:
> > - Additional UCLASS_IRQ operations to support requesting and reading
> >   interrupts, using the device tree
> > - A driver for ACPI general-purpose events
> >
> > There are also a few small clean-ups to the recently landed Apollo Lake
> > support.
> >
> > This series relies on this patch:
> >
> >http://patchwork.ozlabs.org/patch/1214541/
> >
>
> This series does not apply on top of u-boot-x86/master:
>
> Applying: x86: apl: Use the clock driver
> error: patch failed: arch/x86/cpu/apollolake/Kconfig:40
> error: arch/x86/cpu/apollolake/Kconfig: patch does not apply
> Patch failed at 0006 x86: apl: Use the clock driver
>
> I tried to apply it on top of an old commit and got no luck.
>
> Would you please rebase this series against u-boot-x86/master and resend?

Yes, will do.

Any thoughts on the ACPI series? I need to rebase that as well.

Regards,
Simon


Re: [PATCH v3 00/17] x86: coral: Add support for Cr50

2020-02-05 Thread Bin Meng
Hi Simon,

On Wed, Feb 5, 2020 at 10:03 AM Simon Glass  wrote:
>
> This series adds a driver for the Cr50 security chip and enables it on
> coral. This supports the 'tpm' command.
>
> In order to make this work a few other changes are included:
> - Additional UCLASS_IRQ operations to support requesting and reading
>   interrupts, using the device tree
> - A driver for ACPI general-purpose events
>
> There are also a few small clean-ups to the recently landed Apollo Lake
> support.
>
> This series relies on this patch:
>
>http://patchwork.ozlabs.org/patch/1214541/
>

This series does not apply on top of u-boot-x86/master:

Applying: x86: apl: Use the clock driver
error: patch failed: arch/x86/cpu/apollolake/Kconfig:40
error: arch/x86/cpu/apollolake/Kconfig: patch does not apply
Patch failed at 0006 x86: apl: Use the clock driver

I tried to apply it on top of an old commit and got no luck.

Would you please rebase this series against u-boot-x86/master and resend?

Regards,
Bin