Message ID | 20200205020328.193225-1-sjg@chromium.org |
---|---|
Headers | show |
Series | x86: coral: Add support for Cr50 | expand |
Hi Simon, On Wed, Feb 5, 2020 at 10:03 AM Simon Glass <sjg at chromium.org> 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
Hi Bin, On Wed, 5 Feb 2020 at 23:22, Bin Meng <bmeng.cn at gmail.com> wrote: > > Hi Simon, > > On Wed, Feb 5, 2020 at 10:03 AM Simon Glass <sjg at chromium.org> 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
Hi Simon, On Fri, Feb 7, 2020 at 12:55 AM Simon Glass <sjg at chromium.org> wrote: > > Hi Bin, > > On Wed, 5 Feb 2020 at 23:22, Bin Meng <bmeng.cn at gmail.com> wrote: > > > > Hi Simon, > > > > On Wed, Feb 5, 2020 at 10:03 AM Simon Glass <sjg at chromium.org> 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
Hi Bin, On Thu, 6 Feb 2020 at 20:36, Bin Meng <bmeng.cn at gmail.com> wrote: > > Hi Simon, > > On Fri, Feb 7, 2020 at 12:55 AM Simon Glass <sjg at chromium.org> wrote: > > > > Hi Bin, > > > > On Wed, 5 Feb 2020 at 23:22, Bin Meng <bmeng.cn at gmail.com> wrote: > > > > > > Hi Simon, > > > > > > On Wed, Feb 5, 2020 at 10:03 AM Simon Glass <sjg at chromium.org> 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=&submitter=&state=5&q=&archive=&delegate= Oh dear...because I put RFC on it, it seems to hide itself. I found it here and turned off the RFC. Regards, Simon