Pull request for efi-2023-10-rc3

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Aug 15 18:31:39 CEST 2023


Dear Tom,

The following changes since commit 832148f675e427060be074c276956962fa9b5cb6:

   Merge tag 'u-boot-rockchip-20230814' of
https://source.denx.de/u-boot/custodians/u-boot-rockchip (2023-08-14
09:11:09 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-10-rc3

for you to fetch changes up to d768dd88552df18d4a0527cf3d6ddd05dc072f02:

   common: return type board_get_usable_ram_top (2023-08-15 18:21:17 +0200)

----------------------------------------------------------------
Pull request for efi-2023-10-rc3

Documentation:

* Correct description of board_get_usable_ram_top
* Add partition API to HTML documentation
* Describe  lmb_is_reserved
* doc/sphinx/requirements.txt: Bump certifi up

UEFI:

* Fix  efi_add_known_memory
* Make distro_efi_boot() static

Other:

* Correct return type board_get_usable_ram_top

----------------------------------------------------------------
Bin Meng (1):
       bootmeth: efi: Make distro_efi_boot() static

Heinrich Schuchardt (5):
       lmb: description lmb_is_reserved, lmb_is_reserved_flags
       doc: description of board_get_usable_ram_top()
       doc: add partition API to HTML documentation
       efi_loader: fix efi_add_known_memory()
       common: return type board_get_usable_ram_top

Tom Rini (1):
       doc/sphinx/requirements.txt: Bump certifi up

  arch/arm/mach-imx/imx8m/soc.c           |   2 +-
  arch/arm/mach-mvebu/arm64-common.c      |   2 +-
  arch/arm/mach-rockchip/sdram.c          |   2 +-
  arch/arm/mach-stm32mp/dram_init.c       |   2 +-
  arch/arm/mach-sunxi/board.c             |   2 +-
  arch/arm/mach-tegra/board2.c            |   2 +-
  arch/mips/mach-jz47xx/jz4780/jz4780.c   |   2 +-
  arch/mips/mach-octeon/dram.c            |   2 +-
  arch/riscv/cpu/fu540/dram.c             |   2 +-
  arch/riscv/cpu/fu740/dram.c             |   2 +-
  arch/riscv/cpu/generic/dram.c           |   2 +-
  arch/riscv/cpu/jh7110/dram.c            |   2 +-
  arch/x86/cpu/broadwell/sdram.c          |   2 +-
  arch/x86/cpu/coreboot/sdram.c           |   2 +-
  arch/x86/cpu/efi/payload.c              |   2 +-
  arch/x86/cpu/efi/sdram.c                |   2 +-
  arch/x86/cpu/ivybridge/sdram.c          |   2 +-
  arch/x86/cpu/qemu/dram.c                |   2 +-
  arch/x86/cpu/quark/dram.c               |   2 +-
  arch/x86/cpu/slimbootloader/sdram.c     |   2 +-
  arch/x86/cpu/tangier/sdram.c            |   2 +-
  arch/x86/include/asm/u-boot-x86.h       |   2 +-
  arch/x86/lib/fsp1/fsp_dram.c            |   2 +-
  arch/x86/lib/fsp2/fsp_dram.c            |   2 +-
  board/broadcom/bcmns3/ns3.c             |   2 +-
  board/imgtec/boston/ddr.c               |   2 +-
  board/menlo/m53menlo/m53menlo.c         |   2 +-
  board/raspberrypi/rpi/rpi.c             |   2 +-
  board/ti/am65x/evm.c                    |   2 +-
  board/ti/j721e/evm.c                    |   2 +-
  board/ti/j721s2/evm.c                   |   2 +-
  board/toradex/verdin-am62/verdin-am62.c |   2 +-
  board/xilinx/common/board.c             |   2 +-
  boot/bootmeth_efi.c                     |   2 +-
  common/board_f.c                        |   2 +-
  doc/api/index.rst                       |   1 +
  doc/api/part.rst                        |   6 +
  doc/sphinx/requirements.txt             |   2 +-
  include/init.h                          |  17 ++-
  include/lmb.h                           |  21 +++-
  include/part.h                          | 210
+++++++++++++++++---------------
  lib/efi_loader/efi_memory.c             |   2 +-
  42 files changed, 185 insertions(+), 144 deletions(-)
  create mode 100644 doc/api/part.rst


More information about the U-Boot mailing list