Dear Tom, These are all documentation fixes except for an obvious bug when passing ACPI tables from QEMU to the operating system as EFI configuration table where the table end was not correctly determined.
The following changes since commit c17f03a7e93dfbbe5d32f5738274187065d9493f: Merge tag 'net-20250314' of https://source.denx.de/u-boot/custodians/u-boot-net (2025-03-31 07:39:36 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2025-04-rc6 for you to fetch changes up to 7871285a0a8fb6726ea7537c4f592e117f93768b: doc: Fix typo bootfloe to bootflow (2025-04-03 09:06:51 +0200) Gitlab CI showed no issue: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/25491 ---------------------------------------------------------------- Pull request efi-2025-04-rc6 Documentation: * correct references to overlay-fdt-boot.txt * build: docker: Fix code highlighting syntax * build: docker: Use code-block for syntax highlighting * Fix typo bootfloe to bootflow UEFI: * Correct the size of the AcpiReclaimMemory region for ACPI tables when using QFW ---------------------------------------------------------------- Andrew Davis (1): doc: Fix typo bootfloe to bootflow Heinrich Schuchardt (1): doc: correct references to overlay-fdt-boot.txt Ilias Apalodimas (1): acpi: Fix table length for QEMU Leonard Anderweit (2): doc: build: docker: Fix code highlighting syntax doc: build: docker: Use code-block for syntax highlighting doc/README.pxe | 2 +- doc/build/docker.rst | 10 +++++++--- doc/usage/cmd/bootflow.rst | 2 +- doc/usage/fdt_overlays.rst | 4 ++-- doc/usage/fit/overlay-fdt-boot.rst | 2 ++ drivers/misc/qfw_acpi.c | 2 +- 6 files changed, 14 insertions(+), 8 deletions(-)