[PATCH] Documentation: coding-style: Fix indentation in code-blocks

2024-02-02 Thread Thorsten Blum
- Remove spaces in C code-blocks to align error labels consistently - Replace tab characters with spaces in emacs-lisp code blocks Signed-off-by: Thorsten Blum --- Documentation/process/coding-style.rst| 6 +++--- Documentation/translations/it_IT/process/coding-style.rst | 6

[PATCH v10 2/2] arm64: boot: Support Flat Image Tree

2024-02-02 Thread Simon Glass
Add a script which produces a Flat Image Tree (FIT), a single file containing the built kernel and associated devicetree files. Compression defaults to gzip which gives a good balance of size and performance. The files compress from about 86MB to 24MB using this approach. The FIT can be used by b

[PATCH v10 0/2] arm64: Add a build target for Flat Image Tree

2024-02-02 Thread Simon Glass
Flat Image Tree (FIT) is a widely used file format for packaging a kernel and associated devicetree files[1]. It is not specific to any one bootloader, as it is supported by U-Boot, coreboot, Linuxboot, Tianocore and Barebox. This series adds support for building a FIT as part of the kernel build.

Re: [PATCH] Documentation: embargoed-hardware-issues.rst: Fix Trilok's email

2024-02-02 Thread Carlos Bilbao
On 2/2/24 10:48, Greg KH wrote: On Fri, Feb 02, 2024 at 09:41:19AM -0700, Jeffrey Hugo wrote: The servers for the @codeaurora domain have long been retired and any messages addressed to @codeaurora will bounce. Trilok has an entry in .mailmap, but the raw documentation files still list an old @

Re: [PATCH] Documentation: embargoed-hardware-issues.rst: Fix Trilok's email

2024-02-02 Thread Jeffrey Hugo
On 2/2/2024 9:48 AM, Greg KH wrote: On Fri, Feb 02, 2024 at 09:41:19AM -0700, Jeffrey Hugo wrote: The servers for the @codeaurora domain have long been retired and any messages addressed to @codeaurora will bounce. Trilok has an entry in .mailmap, but the raw documentation files still list an o

Re: [PATCH] Documentation: embargoed-hardware-issues.rst: Fix Trilok's email

2024-02-02 Thread Greg KH
On Fri, Feb 02, 2024 at 09:41:19AM -0700, Jeffrey Hugo wrote: > The servers for the @codeaurora domain have long been retired and any > messages addressed to @codeaurora will bounce. > > Trilok has an entry in .mailmap, but the raw documentation files still > list an old @codeaurora address. Upda

[PATCH] Documentation: embargoed-hardware-issues.rst: Fix Trilok's email

2024-02-02 Thread Jeffrey Hugo
The servers for the @codeaurora domain have long been retired and any messages addressed to @codeaurora will bounce. Trilok has an entry in .mailmap, but the raw documentation files still list an old @codeaurora address. Update the address in the documentation files for anyone reading them. Sign

Re: [PATCH v9 2/2] arm64: boot: Support Flat Image Tree

2024-02-02 Thread Simon Glass
Hi Masahiro, On Tue, 30 Jan 2024 at 02:16, Masahiro Yamada wrote: > > On Fri, Jan 26, 2024 at 1:04 AM Simon Glass wrote: > > > > Hi, > > > > On Wed, 17 Jan 2024 at 06:14, Simon Glass wrote: > > > > > > Hi Masahiro, Tom, > > > > > > On Tue, 9 Jan 2024 at 07:33, Tom Rini wrote: > > > > > > > > O

Re: [PATCH v9 2/2] arm64: boot: Support Flat Image Tree

2024-02-02 Thread Simon Glass
Hi, On Wed, 31 Jan 2024 at 15:03, Rob Herring wrote: > > On Tue, Jan 30, 2024 at 3:16 AM Masahiro Yamada wrote: > > > > On Fri, Jan 26, 2024 at 1:04 AM Simon Glass wrote: > > > > > > Hi, > > > > > > On Wed, 17 Jan 2024 at 06:14, Simon Glass wrote: > > > > > > > > Hi Masahiro, Tom, > > > > > >