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

2023-12-08 Thread Nicolas Schier
On Fri, Dec 01, 2023 at 08:54:42PM -0700, Simon Glass wrote: > 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 compre

Re: [PATCH] doc: rmpsg: update with rpmsg_endpoint

2023-12-08 Thread Mathieu Poirier
On Sun, Dec 03, 2023 at 12:06:04PM -0800, Adrien Leravat wrote: > It seems the documentation was not updated when `rpmsg_sendto` > and related switched from `rpmsg_channel` to `rpmsg_endpoint`. > This change updates the proper calls, text, and the sample. > > Signed-off-by: Adrien Leravat > --- >

Re: [PATCH v3] Documentation: xfs: consolidate XFS docs into its own subdirectory

2023-12-08 Thread Bagas Sanjaya
On Wed, Nov 29, 2023 at 07:39:47PM +0700, Bagas Sanjaya wrote: > XFS docs are currently in upper-level Documentation/filesystems. > Although these are currently 4 docs, they are already outstanding as > a group and can be moved to its own subdirectory. > > Consolidate them into Documentation/files