mbox series

Pull request doc-2024-07-rc5-2

Message ID 35bcd226-5ab9-490f-8a7c-e190aea647dc@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request doc-2024-07-rc5-2 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/doc-2024-07-rc5-2

Message

Heinrich Schuchardt June 22, 2024, 4:46 p.m. UTC
Dear Tom,

The following changes since commit fe2ce09a0753634543c32cafe85eb87a625f76ca:

   Merge branch 'master' of
https://source.denx.de/u-boot/custodians/u-boot-watchdog (2024-06-18
08:34:56 -0600)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/doc-2024-07-rc5-2

for you to fetch changes up to 271ca9ef8a37b8668b9858638175ac2da5c152df:

   doc: board: ti: Add capsule documentation for TI K3 devices
(2024-06-22 17:04:19 +0200)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/21289

----------------------------------------------------------------
Pull request doc-2024-07-rc5-2

Documentation:

* Fix broken references to pytest suite and test writing
* Fix links to FIT documentation
* Add capsule documentation for TI K3 devices

----------------------------------------------------------------
Alexander Dahl (2):
       doc: develop: testing: Fix broken reference to pytest suite help
       doc: develop: testing: Fix reference to test writing section

Heinrich Schuchardt (3):
       cmd: link to doc/usage/fit/x86-fit-boot.rst
       doc: FIT links in develop/uefi/uefi.rst
       boot: links to FIT documentation in Kconfig

Jonathan Humphreys (1):
       doc: board: ti: Add capsule documentation for TI K3 devices

  boot/Kconfig              |  6 +++---
  cmd/Kconfig               |  2 +-
  doc/board/ti/k3.rst       | 29 +++++++++++++++++++++++++++++
  doc/develop/testing.rst   |  4 ++--
  doc/develop/uefi/uefi.rst |  4 ++--
  5 files changed, 37 insertions(+), 8 deletions(-)

Comments

Tom Rini June 24, 2024, 3:49 p.m. UTC | #1
On Sat, Jun 22, 2024 at 06:46:15PM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit fe2ce09a0753634543c32cafe85eb87a625f76ca:
> 
>   Merge branch 'master' of
> https://source.denx.de/u-boot/custodians/u-boot-watchdog (2024-06-18
> 08:34:56 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/doc-2024-07-rc5-2
> 
> for you to fetch changes up to 271ca9ef8a37b8668b9858638175ac2da5c152df:
> 
>   doc: board: ti: Add capsule documentation for TI K3 devices
> (2024-06-22 17:04:19 +0200)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/21289
> 

Applied to u-boot/master, thanks!