Pull request for efi-2023-01-rc5-2

The following changes since commit adcee0791f3318ead9b22879e2ce9409f400dcab:
Merge https://source.denx.de/u-boot/custodians/u-boot-pmic (2022-12-26 21:00:20 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-01-rc5-2
for you to fetch changes up to f557cf08b974c359ad3c53a87297d19fe13ff4f0:
efi_loader: use u16_strlen() in efi_var_mem_ins() (2022-12-29 12:52:39 +0100)
---------------------------------------------------------------- Pull request for efi-2023-01-rc5-2
Documentation:
* Reorganize existing TI docs and add K3 generation page * Add texinfodocs and infodocs targets * Update qemu-ppce500 documentation * Use "changesets" not "csets" in statistics pages
UEFI
* Fix merging of preseeded non-volatile variables * Fix a return value in the EFI_HII_DATABASE_PROTOCOL * Set UEFI specification version to 2.10
---------------------------------------------------------------- Bryan Brattlof (2): doc: ti: reorganize existing ti docs doc: ti: add the K3 generation page
Heinrich Schuchardt (5): doc: improve wget man-page efi_loader: set IMAGE_FILE_LARGE_ADDRESS_AWARE efi_loader: set UEFI specification version to 2.10 efi_loader: typo non-volatile in efi_var_restore efi_loader: use u16_strlen() in efi_var_mem_ins()
Ilias Apalodimas (1): efi_loader: avoid adding variables twice
Maxim Cournoyer (1): doc: add texinfodocs and infodocs targets
Pali Rohár (1): doc: board: qemu-ppce500: Update supported and unsupported
Tom Rini (1): doc: Use "changesets" not "csets" in statistics pages
Vincent Stehlé (1): efi_loader: fix get_package_list_handle() status
Makefile | 2 +- arch/arm/lib/crt0_aarch64_efi.S | 1 + arch/riscv/lib/crt0_riscv_efi.S | 17 +- doc/Makefile | 10 + doc/board/emulation/qemu-ppce500.rst | 8 +- doc/board/ti/am335x_evm.rst | 5 +- doc/board/ti/am62x_sk.rst | 4 +- doc/board/ti/index.rst | 5 +- doc/board/ti/j721e_evm.rst | 4 +- doc/board/ti/k3.rst | 274 +++++++++++++++++++++++ doc/conf.py | 6 +- doc/develop/statistics/u-boot-stats-v1.3.0.rst | 2 +- doc/develop/statistics/u-boot-stats-v1.3.1.rst | 2 +- doc/develop/statistics/u-boot-stats-v1.3.2.rst | 2 +- doc/develop/statistics/u-boot-stats-v1.3.3.rst | 2 +- doc/develop/statistics/u-boot-stats-v1.3.4.rst | 2 +- doc/develop/statistics/u-boot-stats-v2008.10.rst | 2 +- doc/develop/statistics/u-boot-stats-v2009.01.rst | 2 +- doc/develop/statistics/u-boot-stats-v2009.03.rst | 2 +- doc/develop/statistics/u-boot-stats-v2009.06.rst | 2 +- doc/develop/statistics/u-boot-stats-v2009.08.rst | 2 +- doc/develop/statistics/u-boot-stats-v2009.11.rst | 2 +- doc/develop/statistics/u-boot-stats-v2010.03.rst | 2 +- doc/develop/statistics/u-boot-stats-v2010.06.rst | 2 +- doc/develop/statistics/u-boot-stats-v2010.09.rst | 2 +- doc/develop/statistics/u-boot-stats-v2010.12.rst | 2 +- doc/develop/statistics/u-boot-stats-v2011.03.rst | 2 +- doc/develop/statistics/u-boot-stats-v2011.06.rst | 2 +- doc/develop/statistics/u-boot-stats-v2011.09.rst | 2 +- doc/develop/statistics/u-boot-stats-v2011.12.rst | 2 +- doc/develop/statistics/u-boot-stats-v2012.04.rst | 2 +- doc/develop/statistics/u-boot-stats-v2012.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2012.10.rst | 2 +- doc/develop/statistics/u-boot-stats-v2013.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2013.10.rst | 2 +- doc/develop/statistics/u-boot-stats-v2014.01.rst | 2 +- doc/develop/statistics/u-boot-stats-v2014.04.rst | 2 +- doc/develop/statistics/u-boot-stats-v2014.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2014.10.rst | 2 +- doc/develop/statistics/u-boot-stats-v2015.01.rst | 2 +- doc/develop/statistics/u-boot-stats-v2015.04.rst | 2 +- doc/develop/statistics/u-boot-stats-v2015.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2015.10.rst | 2 +- doc/develop/statistics/u-boot-stats-v2016.01.rst | 2 +- doc/develop/statistics/u-boot-stats-v2016.03.rst | 2 +- doc/develop/statistics/u-boot-stats-v2016.05.rst | 2 +- doc/develop/statistics/u-boot-stats-v2016.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2016.09.rst | 2 +- doc/develop/statistics/u-boot-stats-v2016.11.rst | 2 +- doc/develop/statistics/u-boot-stats-v2017.01.rst | 2 +- doc/develop/statistics/u-boot-stats-v2017.03.rst | 2 +- doc/develop/statistics/u-boot-stats-v2017.05.rst | 2 +- doc/develop/statistics/u-boot-stats-v2017.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2017.09.rst | 2 +- doc/develop/statistics/u-boot-stats-v2017.11.rst | 2 +- doc/develop/statistics/u-boot-stats-v2018.01.rst | 2 +- doc/develop/statistics/u-boot-stats-v2018.03.rst | 2 +- doc/develop/statistics/u-boot-stats-v2018.05.rst | 2 +- doc/develop/statistics/u-boot-stats-v2018.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2018.09.rst | 2 +- doc/develop/statistics/u-boot-stats-v2018.11.rst | 2 +- doc/develop/statistics/u-boot-stats-v2019.01.rst | 2 +- doc/develop/statistics/u-boot-stats-v2019.04.rst | 2 +- doc/develop/statistics/u-boot-stats-v2019.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2019.10.rst | 2 +- doc/develop/statistics/u-boot-stats-v2020.01.rst | 2 +- doc/develop/statistics/u-boot-stats-v2020.04.rst | 2 +- doc/develop/statistics/u-boot-stats-v2020.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2020.10.rst | 2 +- doc/develop/statistics/u-boot-stats-v2021.01.rst | 2 +- doc/develop/statistics/u-boot-stats-v2021.04.rst | 2 +- doc/develop/statistics/u-boot-stats-v2021.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2021.10.rst | 2 +- doc/develop/statistics/u-boot-stats-v2022.01.rst | 2 +- doc/develop/statistics/u-boot-stats-v2022.04.rst | 2 +- doc/develop/statistics/u-boot-stats-v2022.07.rst | 2 +- doc/develop/statistics/u-boot-stats-v2022.10.rst | 2 +- doc/media/Makefile | 3 +- doc/usage/cmd/wget.rst | 5 +- include/efi_api.h | 2 +- lib/efi_loader/efi_hii.c | 2 +- lib/efi_loader/efi_var_file.c | 4 +- lib/efi_loader/efi_var_mem.c | 4 +- lib/efi_loader/efi_variable.c | 6 +- 84 files changed, 396 insertions(+), 98 deletions(-) create mode 100644 doc/board/ti/k3.rst

On Thu, Dec 29, 2022 at 02:54:07PM +0100, Heinrich Schuchardt wrote:
The following changes since commit adcee0791f3318ead9b22879e2ce9409f400dcab:
Merge https://source.denx.de/u-boot/custodians/u-boot-pmic (2022-12-26 21:00:20 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-01-rc5-2
for you to fetch changes up to f557cf08b974c359ad3c53a87297d19fe13ff4f0:
efi_loader: use u16_strlen() in efi_var_mem_ins() (2022-12-29 12:52:39 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini