Pull request for UEFI sub-system for efi-2021-01-rc2 (2)

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)
---------------------------------------------------------------- Pull request for UEFI sub-system for efi-2021-01-rc2 (2)
The following bugs are fixed:
* The conitrace command failed to build. * Non-volatile UEFI variables were not delete form the file store.
The following features are added:
* Support for the FN1 - FN10 keys on crosswire keyboards is added. * An EFI binary is provided to dump the binary device tree.
tpm2_get_capability() is adjusted in preparation of the implementation of the EFI_TCG2_PROTOCOL.
Gitlab CI showed no problems: https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/5301
---------------------------------------------------------------- Heinrich Schuchardt (4): cmd: conitrace: replace getc() by getchar() input: add support for FN1 - FN10 on crosswire kbd efi_loader: non-volatile variable not deleted from file efi_selftest: add tool to download dtb
Ilias Apalodimas (1): tpm: Change response length of tpm2_get_capability()
cmd/conitrace.c | 4 +- cmd/tpm-v2.c | 4 +- drivers/input/input.c | 35 +++++-- lib/efi_loader/efi_variable.c | 1 + lib/efi_selftest/Makefile | 5 + lib/efi_selftest/dtbdump.c | 215 ++++++++++++++++++++++++++++++++++++++++++ lib/tpm-v2.c | 4 +- 7 files changed, 252 insertions(+), 16 deletions(-) create mode 100644 lib/efi_selftest/dtbdump.c

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.
Best regards
Heinrich

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.

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

On Mon, Nov 09, 2020 at 07:54:38PM +0100, 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)
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini