mbox series

Pull request doc-2024-07-rc5

Message ID 8ec6229a-0f90-43fc-9c78-dea655ef5ccb@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request doc-2024-07-rc5 | expand

Pull-request

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

Message

Heinrich Schuchardt June 6, 2024, 7:42 a.m. UTC
Dear Tom,

The following changes since commit 4b992573b34b1586e323e27b177680a6efec1c76:

   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2024-06-05
10:59:10 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 0efc5a9f670144cad7f287711f25c69cba0fde39:

   doc: process.rst: Document device tree resync rules (2024-06-06
09:28:20 +0200)

Gitlab CI showed no issues building the documentation:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/20988

----------------------------------------------------------------
Documentation:

* Update netconsole examples mentioning stderr.
* Describe what an "fpga" image is in FIT files.
* process.rst: Document device tree resync rules.

----------------------------------------------------------------
Fiona Klute (2):
       doc: Detailed example for netconsole setup
       doc: Update netconsole examples, mention stderr

Sam Povilus (2):
       doc: Remove extraneous curly braces
       doc: add clarity to what a "fpga" image is

Tom Rini (2):
       doc: process.rst: Use subsubheading for "Phases of the
Development Process"
       doc: process.rst: Document device tree resync rules

  doc/develop/devicetree/control.rst   |  9 ++++--
  doc/develop/process.rst              | 21 +++++++++++---
  doc/usage/fit/source_file_format.rst | 28 +++++++++---------
  doc/usage/netconsole.rst             | 55
+++++++++++++++++++++++++++++-------
  4 files changed, 82 insertions(+), 31 deletions(-)

Comments

Tom Rini June 6, 2024, 11:55 p.m. UTC | #1
On Thu, Jun 06, 2024 at 09:42:07AM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit 4b992573b34b1586e323e27b177680a6efec1c76:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2024-06-05
> 10:59:10 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/doc-2024-07-rc5
> 
> for you to fetch changes up to 0efc5a9f670144cad7f287711f25c69cba0fde39:
> 
>   doc: process.rst: Document device tree resync rules (2024-06-06
> 09:28:20 +0200)
> 
> Gitlab CI showed no issues building the documentation:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/20988
> 

Applied to u-boot/master, thanks!