Re: Pull request for UEFI sub-system for efi-2021-01-rc3 (3)

2020-11-30 Thread Tom Rini
On Sun, Nov 29, 2020 at 10:30:29AM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 7889951d0f56eab746a7c8fde350a022ba0361ca: > > Merge tag 'u-boot-stm32-20201125' of > https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2020-11-25 11:00:52 > -0500) > > ar

Pull request for UEFI sub-system for efi-2021-01-rc3 (3)

2020-11-29 Thread Heinrich Schuchardt
stodians/u-boot-efi.git tags/efi-2021-01-rc3-3 for you to fetch changes up to 6974a4a37348ba272e53dd33effcc0db9e144c59: charset: make u16_strnlen accessible at runtime (2020-11-29 05:18:37 +0100) ---- Pull request for UEFI sub-system fo

Re: Pull request for UEFI sub-system for efi-2021-01-rc3 (2)

2020-11-21 Thread Tom Rini
On Sat, Nov 21, 2020 at 01:55:11PM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit b80680633dc954d32f81f3afacd3d1f2f3d290b0: > > Merge branch '2020-11-18-assorted-fixes' (2020-11-19 10:23:50 -0500) > > are available in the Git repository at: > > https:/

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

2020-11-21 Thread Heinrich Schuchardt
lines/5384 ---- Pull request for UEFI sub-system for efi-2021-01-rc3 (2) The parameter check for UEFI service GetNextVariableName() is corrected. The dependencies of CONFIG_DFU_TFTP are simplified. The set of supported hash algorithms reported by the EFI_TCG2_PROTOCOL is

Re: Pull request for UEFI sub-system for efi-2021-01-rc3

2020-11-15 Thread Ilias Apalodimas
Hi, I just noticed the wrong version was included in this PR. We merged my v4 instead of my v5 ( https://lists.denx.de/pipermail/u-boot/2020-November/432663.html). The changes between v4/v5 we re mostly cosmetic, how do you want to handle this? Shall I send a diff from v4->v5 or Heinrich can pull

Re: Pull request for UEFI sub-system for efi-2021-01-rc3

2020-11-15 Thread Tom Rini
On Sat, Nov 14, 2020 at 02:04:15PM +0100, Heinrich Schuchardt wrote: > Dear Tom, > > The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6: > > libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500) > > are available in the Git repository at: > > https

Pull request for UEFI sub-system for efi-2021-01-rc3

2020-11-14 Thread Heinrich Schuchardt
/custodians/u-boot-efi/-/pipelines/5339 Pull request for UEFI sub-system for efi-2021-01-rc3 A part of the EFI_TCG2_PROTOCOL is implemented. A unit test is supplied. The following bugs are fixed: * incorrect buffer size in efi_file_setinfo