From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758470AbcG0VNE (ORCPT ); Wed, 27 Jul 2016 17:13:04 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:34452 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757928AbcG0VNC (ORCPT ); Wed, 27 Jul 2016 17:13:02 -0400 Date: Wed, 27 Jul 2016 14:12:58 -0700 From: Andrey Pronin To: Peter Huewe Cc: Jarkko Sakkinen , Marcel Selhorst , Jason Gunthorpe , tpmdd-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Christophe Ricard Subject: Re: [PATCH v2 0/2] tpm: add driver for cr50 on SPI Message-ID: <20160727211258.GC119121@apronin> References: <1468549218-19215-1-git-send-email-apronin@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Peter, > > This patchset adds support for H1 Secure Microcontroller running > > Cr50 firmware. It implements several functions, including TPM-like > > functionality, and communicates over SPI using the FIFO protocol > > described in the PTP Spec, section 6. > > H1 is a proprietary chip that the Chrome OS team is investigating > > for inclusion in future Chromebooks. > > so is this "broken" device already in the field? (i.e. can I buy it? how many of them) > from the description it seems not. ("future chromebooks") You're right the device is not in the field yet. I'm sending this driver upstream before the hardware is publicly available, so people can start using it when the devices are available. And I've gathered quite a lot of useful feedback already. > --> how likely is it that the firmware of that device will be fixed that it can work with the regular driver? > It's hard to tell what will change in the future versions of firmware. I expect that at least some specifics will stay. > Although I really like to see driver upstreamed, I also want to avoid maintenance hell for obscure hardware :/ > I understand, but the idea was to support the hardware that is not available yet, but will be in the future. I'll be sending the new versions of the cr50 driver patches shortly. Thanks, Andrey