mbox series

Pull request doc-2023-10-rc3-2

Message ID bfc45c31-83b8-1011-7832-eff51452b2dd@canonical.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request doc-2023-10-rc3-2 | expand

Pull-request

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

Message

Heinrich Schuchardt Aug. 19, 2023, 3:54 a.m. UTC
Dear Tom,

The following changes since commit e34efcf51df86eb2b07d9deb171596940586c666:

   rockchip: rk3566-anbernic-rgxx3: Rename defconfig to include SoC name 
(2023-08-18 10:25:03 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 951d63000e2daf8b128139cfed343fe2b2da5a93:

   doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line 
(2023-08-19 04:12:53 +0200)

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

----------------------------------------------------------------
Pull request doc-2023-10-rc3-2

Documentation:

* csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line
* printf() codes: correct format specifier for unsigned int
* Fix typos in clk.h, irq.h.
* Correct description of proftool

Other:

* Quieten test for erofs filesystem presence
* spl: don't assume NVMe partition 1 exists

----------------------------------------------------------------
Fabio Estevam (1):
       doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line

Heinrich Schuchardt (1):
       spl: don't assume NVMe partition 1 exists

Paul Barker (2):
       clk: Fix typo in header comment
       irq: Fix typo in header comment

Puhan Zhou (1):
       docs: fix wrong usage of proftool

Siddharth Vadapalli (1):
       doc: printf() codes: Fix format specifier for unsigned int

Simon Glass (1):
       fs/erofs: Quieten test for filesystem presence

  common/spl/spl_blk_fs.c                | 6 ------
  doc/develop/printf.rst                 | 6 +++---
  doc/develop/trace.rst                  | 6 +++---
  doc/imx/habv4/csf_examples/mx8m/csf.sh | 1 -
  fs/erofs/super.c                       | 4 ++--
  include/clk-uclass.h                   | 2 +-
  include/irq.h                          | 2 +-
  7 files changed, 10 insertions(+), 17 deletions(-)

Comments

Tom Rini Aug. 20, 2023, 5:38 p.m. UTC | #1
On Sat, Aug 19, 2023 at 05:54:25AM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit e34efcf51df86eb2b07d9deb171596940586c666:
> 
>   rockchip: rk3566-anbernic-rgxx3: Rename defconfig to include SoC name
> (2023-08-18 10:25:03 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/doc-2023-10-rc3-2
> 
> for you to fetch changes up to 951d63000e2daf8b128139cfed343fe2b2da5a93:
> 
>   doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line
> (2023-08-19 04:12:53 +0200)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/17431
> 

Applied to u-boot/master, thanks!