
On 11/9/20 8:18 PM, Tom Rini wrote:
On Mon, Nov 09, 2020 at 08:15:43PM +0100, Heinrich Schuchardt wrote:
On 11/9/20 7:54 PM, Heinrich Schuchardt wrote:
The following changes since commit 22ad69b7987eb4b10221330661db4427e40174fb:
Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm (2020-11-06 11:27:14 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2021-01-rc2-2
for you to fetch changes up to a322f54f50cfb2e8e7a68968c060b2fd3dbd934d:
tpm: Change response length of tpm2_get_capability() (2020-11-09 17:28:18 +0100)
Hello Tom,
something strange happens with the crosswire keyboard driver on current origin/master which I did not see when the patch was written and when Simon reviewed it:
The sandbox spits out
** Unknown EC command 0x67
** Unknown EC command 0x67
** Unknown EC command 0x67
** Unknown EC command 0x67
Please, disregard this pull request.
OK, thanks. Note that there were some cros_ec changes that just came in via the DM tree.
Yes and the problem is created by
690079767803c7 ("cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT").
But probably we should first fix that patch before putting other cros_ec changes on top.
Best regards
Heinrich