* Pull request for UEFI sub-system for efi-2020-04-rc4 (5)
@ 2020-03-23 6:33 Heinrich Schuchardt
2020-03-23 17:12 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2020-03-23 6:33 UTC (permalink / raw)
To: u-boot
The following changes since commit 14eb12a3c801c9b18c91bdce413e44930e008418:
Merge branch 'master' of
https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2020-03-18
07:48:53 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-04-rc4-5
for you to fetch changes up to 7a4e717b9c0c255137a58f3ab90f002fc3aade2b:
efi_loader: definition of GetNextVariableName() (2020-03-22 18:38:02
+0100)
Gitlab CI and Travis CI reported no problem:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/2492
https://travis-ci.org/github/xypron2/u-boot/builds/665561954
----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-04-rc4 (5)
This series contains bug fixes for the UEFI sub-system:
* report correct variable length in GetNextVariable()
* correct copying direction if freestanding memmove()
* remove const for parameter of GetNextVariableName()
* correct function descriptions
Unit tests are added and adjusted.
----------------------------------------------------------------
Heinrich Schuchardt (9):
efi_loader: description of efi_variable.c
efi_loader: fix function descriptions in efi_disk.c
efi_loader: correct reported length in GetNextVariable()
efi_selftest: check length reported by GetNextVariableName()
efi_loader: simplify logical expression in efi_disk_add_dev()
efi_loader: description efi_convert_pointer()
efi_loader: fix freestanding memmove()
efi_selftest: test CalculateCrc32, CopyMem, SetMem
efi_loader: definition of GetNextVariableName()
include/efi_api.h | 2 +-
include/efi_loader.h | 2 +-
lib/efi_loader/efi_disk.c | 54 +++++++++++++---------
lib/efi_loader/efi_freestanding.c | 2 +-
lib/efi_loader/efi_runtime.c | 4 +-
lib/efi_loader/efi_variable.c | 19 ++++----
lib/efi_selftest/Makefile | 1 +
lib/efi_selftest/efi_selftest_mem.c | 77
+++++++++++++++++++++++++++++++
lib/efi_selftest/efi_selftest_variables.c | 10 +++-
9 files changed, 132 insertions(+), 39 deletions(-)
create mode 100644 lib/efi_selftest/efi_selftest_mem.c
^ permalink raw reply [flat|nested] 2+ messages in thread
* Pull request for UEFI sub-system for efi-2020-04-rc4 (5)
2020-03-23 6:33 Pull request for UEFI sub-system for efi-2020-04-rc4 (5) Heinrich Schuchardt
@ 2020-03-23 17:12 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-03-23 17:12 UTC (permalink / raw)
To: u-boot
On Mon, Mar 23, 2020 at 07:33:26AM +0100, Heinrich Schuchardt wrote:
> The following changes since commit 14eb12a3c801c9b18c91bdce413e44930e008418:
>
> Merge branch 'master' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi (2020-03-18
> 07:48:53 -0400)
>
> are available in the Git repository at:
>
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-04-rc4-5
>
> for you to fetch changes up to 7a4e717b9c0c255137a58f3ab90f002fc3aade2b:
>
> efi_loader: definition of GetNextVariableName() (2020-03-22 18:38:02
> +0100)
>
> Gitlab CI and Travis CI reported no problem:
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/2492
> https://travis-ci.org/github/xypron2/u-boot/builds/665561954
>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200323/87f802d5/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-23 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-23 6:33 Pull request for UEFI sub-system for efi-2020-04-rc4 (5) Heinrich Schuchardt
2020-03-23 17:12 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox